Home
last modified time | relevance | path

Searched refs:util_getopt_long (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/dtc/
HDutil.h224 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
HDdtc.c124 while ((opt = util_getopt_long()) != EOF) { in main()
HDfdtget.c315 while ((opt = util_getopt_long()) != EOF) { in main()
HDfdtdump.c169 while ((opt = util_getopt_long()) != EOF) { in main()
HDfdtput.c353 while ((opt = util_getopt_long()) != EOF) { in main()