Searched refs:util_getopt_long (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/dtc/ | ||
H A D | util.h | 224 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro |
H A D | dtc.c | 184 while ((opt = util_getopt_long()) != EOF) { in main() |