Searched defs:getopt (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | Getopt.c | 93 int getopt(int argc, char **argv, char *pszValidOpts) in getopt() function
|
/external/libpcap/Win32/Src/ |
D | getopt.c | 57 getopt(nargc, nargv, ostr) in getopt() function
|
/external/syslinux/com32/lib/ |
D | getopt.c | 19 int getopt(int argc, char *const *argv, const char *optstring) in getopt() function
|
/external/syslinux/gpxe/src/include/ |
D | getopt.h | 70 static inline int getopt ( int argc, char * const argv[], in getopt() function
|
/external/bison/lib/ |
D | getopt.in.h | 68 # define getopt __GETOPT_ID (getopt) macro
|
D | getopt.c | 1157 getopt (int argc, char *const *argv, const char *optstring) in getopt() function
|
/external/bison/darwin-lib/ |
D | getopt.h | 69 # define getopt __GETOPT_ID (getopt) macro
|
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 490 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 473 getopt(int nargc, char * const *nargv, const char *options) in getopt() function
|
/external/libusb/examples/getopt/ |
D | getopt.c | 977 getopt (argc, argv, optstring) in getopt() function
|
/external/tcpdump/missing/ |
D | getopt_long.c | 573 getopt(int nargc, char * const *nargv, const char *options) function
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 371 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
|
/external/openssh/ |
D | defines.h | 582 # define getopt(ac, av, o) BSDgetopt(ac, av, o) macro
|
/external/netperf/src/ |
D | netlib.c | 363 getopt(int argc, char **argv, char *ostr) in getopt() function
|