Home
last modified time | relevance | path

Searched defs:optlist (Results 1 – 11 of 11) 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/examples/riot/examples_libcoap_client/
Dclient-coap.c43 static coap_optlist_t *optlist = NULL; variable
/third_party/libcoap/examples/lwip/
Dclient-coap.c29 static coap_optlist_t *optlist = NULL; variable
/third_party/libcoap/tests/
Dtest_pdu.c719 coap_optlist_t *optlist = NULL; in t_encode_pdu12() local
754 coap_optlist_t *optlist = NULL; in t_encode_pdu13() local
789 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/
Dcoap_mem.c282 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.c998 coap_optlist_t *optlist = NULL; in hnd_proxy_uri() local
1606 coap_optlist_t *optlist = NULL; in proxy_response_handler() local
Dcoap-client.c71 static coap_optlist_t *optlist = NULL; variable
/third_party/toybox/generated/
Dglobals.h101 struct arg_list *optlist; member