Home
last modified time | relevance | path

Searched defs:optlist (Results 1 – 9 of 9) sorted by relevance

/third_party/toybox/lib/
Dcommas.c64 int comma_scan(char *optlist, char *opt, int clean) in comma_scan()
86 int comma_scanall(char *optlist, char *scanlist) in comma_scanall()
103 int comma_remove(char *optlist, char *opt) in comma_remove()
/third_party/libcoap/tests/
Dtest_pdu.c706 coap_optlist_t *optlist = NULL; in t_encode_pdu12() local
741 coap_optlist_t *optlist = NULL; in t_encode_pdu13() local
776 coap_optlist_t *optlist = NULL; in t_encode_pdu14() local
/third_party/toybox/toys/posix/
Dsort.c334 char *temp2, *optlist; in sort_main() local
/third_party/toybox/toys/pending/
Dtraceroute.c539 unsigned char optlist[MAX_IPOPTLEN]; in traceroute_main() local
/third_party/libcoap/src/
Dmem.c236 coap_optlist_t optlist; member
/third_party/python/Lib/
Dimaplib.py1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable
1556 optlist, args = (), () variable
/third_party/libcoap/examples/
Dcoap-server.c1008 coap_optlist_t *optlist = NULL; in hnd_proxy_uri() local
1605 coap_optlist_t *optlist = NULL; in proxy_message_handler() local
Dcoap-client.c59 static coap_optlist_t *optlist = NULL; variable
/third_party/toybox/generated/
Dglobals.h101 struct arg_list *optlist; member