Home
last modified time | relevance | path

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

/external/dtc/
Dutil.h236 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
Dfdtoverlay.c129 while ((opt = util_getopt_long()) != EOF) { in main()
Dconvert-dtsv0-lexer.l235 while ((opt = util_getopt_long()) != EOF) { in main()
Dfdtget.c321 while ((opt = util_getopt_long()) != EOF) { in main()
Dfdtdump.c191 while ((opt = util_getopt_long()) != EOF) { in main()
Ddtc.c188 while ((opt = util_getopt_long()) != EOF) { in main()
Dfdtput.c424 while ((opt = util_getopt_long()) != EOF) { in main()
/external/u-boot/scripts/dtc/
Dutil.h239 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
Ddtc.c186 while ((opt = util_getopt_long()) != EOF) { in main()
/external/u-boot/tools/
Dfdtgrep.c997 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
1079 while ((opt = util_getopt_long()) != EOF) { in scan_args()