Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/dtc/
HDutil.h238 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
HDfdtget.c321 while ((opt = util_getopt_long()) != EOF) { in main()
HDfdtdump.c186 while ((opt = util_getopt_long()) != EOF) { in main()
HDdtc.c189 while ((opt = util_getopt_long()) != EOF) { in main()
HDfdtput.c424 while ((opt = util_getopt_long()) != EOF) { in main()