HomeSort by relevance Sort by last modified time
    Searched defs:util_getopt_long (Results 1 - 3 of 3) sorted by null

  /external/dtc/
util.h 236 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
  /external/u-boot/scripts/dtc/
util.h 239 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
  /external/u-boot/tools/
fdtgrep.c 997 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
1079 while ((opt = util_getopt_long()) != EOF) {

Completed in 54 milliseconds