Searched refs:util_getopt_long (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/scripts/dtc/ | ||
D | util.h | 220 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro |
D | dtc.c | 180 while ((opt = util_getopt_long()) != EOF) { in main() |