Searched refs:getopt (Results 1 - 7 of 7) sorted by relevance

/seL4-test-master/projects/musllibc/include/
H A Dgetopt.h8 int getopt(int, char * const [], const char *);
H A Dunistd.h122 int getopt(int, char * const [], const char *);
/seL4-test-master/projects/musllibc/src/misc/
H A Dgetopt.c27 int getopt(int argc, char * const argv[], const char *optstring) function
103 weak_alias(getopt, __posix_getopt);
H A Dgetopt_long.c3 #include <getopt.h>
120 return getopt(argc, argv, optstring);
/seL4-test-master/projects/util_libs/libfdt/
H A Dfdtget.c27 #include <getopt.h>
340 int c = getopt(argc, argv, "d:hlpt:");
/seL4-test-master/
H A Dgriddle273 # for getopt.
276 # optional; getopt indicates that with a trailing double colon
491 getopt -T || GETOPT_STATUS=$?
495 die "getopt from util-linux required"
498 if ! ARGS=$(getopt -o '' \
549 # getopt should have caught this, but just in case...
558 # GNU getopt synthesises a single space as an option argument if one
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle273 # for getopt.
276 # optional; getopt indicates that with a trailing double colon
491 getopt -T || GETOPT_STATUS=$?
495 die "getopt from util-linux required"
498 if ! ARGS=$(getopt -o '' \
549 # getopt should have caught this, but just in case...
558 # GNU getopt synthesises a single space as an option argument if one

Completed in 97 milliseconds