Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dutil.h239 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
H A Ddtc.c186 while ((opt = util_getopt_long()) != EOF) { in main()
/openbmc/linux/scripts/dtc/
H A Dutil.h222 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
H A Dfdtoverlay.c169 while ((opt = util_getopt_long()) != EOF) { in main()
H A Ddtc.c182 while ((opt = util_getopt_long()) != EOF) { in main()
/openbmc/u-boot/tools/
H A Dfdtgrep.c997 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
1079 while ((opt = util_getopt_long()) != EOF) { in scan_args()