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

  /external/dtc/
util.h 236 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
dtc.c 188 while ((opt = util_getopt_long()) != EOF) {
fdtdump.c 186 while ((opt = util_getopt_long()) != EOF) {
fdtget.c 321 while ((opt = util_getopt_long()) != EOF) {
fdtput.c 424 while ((opt = util_getopt_long()) != EOF) {

Completed in 779 milliseconds