Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.h236 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
H A Ddtc.c188 while ((opt = util_getopt_long()) != EOF) { in main()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c992 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
1074 while ((opt = util_getopt_long()) != EOF) { in scan_args()