Searched defs:optstring (Results 1 – 7 of 7) sorted by relevance
/minix3/bin/pax/ |
H A D | getoldopt.c | 36 getoldopt(int argc, char **argv, const char *optstring, in getoldopt()
|
/minix3/tests/lib/libc/stdlib/ |
H A D | h_getopt.c | 45 char *line, *ptr, *optstring = NULL, *result = NULL; in main() local
|
H A D | h_getopt_long.c | 47 char *line, *eptr, *longopt, *ptr, *optstring = NULL, *result = NULL; in main() local
|
/minix3/usr.bin/passwd/ |
H A D | passwd.c | 256 char optstring[64]; /* if we ever get more than 64 args, shoot me. */ in main() local
|
/minix3/external/bsd/less/dist/ |
H A D | option.c | 567 optstring(s, p_str, printopt, validchars) in optstring() function
|
/minix3/bin/sh/ |
H A D | options.c | 514 nextopt(const char *optstring) in nextopt()
|
/minix3/external/bsd/bind/dist/bin/dig/ |
H A D | host.c | 608 static const char * optstring = "46ac:dilnm:rst:vVwCDN:R:TW:"; variable
|