Searched refs:options (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | getopt1.c | 28 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() argument 31 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long() 36 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r() argument 40 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_r() 51 const char *options, in getopt_long_only() argument 54 return _getopt_internal (argc, (char **) argv, options, long_options, in getopt_long_only() 59 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r() argument 63 return _getopt_internal_r (argc, argv, options, long_options, opt_index, in _getopt_long_only_r()
|
A D | wait3.c | 27 __wait3 (int *stat_loc, int options, struct rusage *usage) in __wait3() argument 29 return __wait4 (WAIT_ANY, stat_loc, options, usage); in __wait3()
|
A D | waitpid.c | 36 __waitpid (pid_t pid, int *stat_loc, int options) in __waitpid() argument 38 return __wait4 (pid, stat_loc, options, NULL); in __waitpid()
|
A D | tstgetopt.c | 9 static const struct option options[] = in main() local 28 while ((c = getopt_long (argc, argv, "abc:", options, NULL)) >= 0) in main()
|
A D | runptests.c | 31 int options; member 63 err = regcomp (&re, tests[cnt].reg, tests[cnt].options); in main()
|
A D | waitid.c | 24 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid() argument
|
A D | wait4.c | 23 __wait4 (__pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4() argument
|
A D | tst-rxspencer.c | 415 static const struct option options[] = in main() local 423 while (getopt_long (argc, argv, "", options, NULL) >= 0); in main()
|
A D | posix-envs.def | 33 compilation options.
|
A D | tst-regex.input | 4341 * locale/programs/localedef.c (options): Fix help message. 5908 commandline options to be used in compilation. 6946 * nscd/nscd.c: Add -g option to argp options. 7117 mount options in enum. 7686 * elf/rtld.c: Likewise. Recognize new debug options. 8487 * Makeconfig: Filter out frame-pointer effecting options when
|
Completed in 27 milliseconds