Home
last modified time | relevance | path

Searched refs:options (Results 1 – 10 of 10) sorted by relevance

/posix/
A Dgetopt1.c28 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 Dwait3.c27 __wait3 (int *stat_loc, int options, struct rusage *usage) in __wait3() argument
29 return __wait4 (WAIT_ANY, stat_loc, options, usage); in __wait3()
A Dwaitpid.c36 __waitpid (pid_t pid, int *stat_loc, int options) in __waitpid() argument
38 return __wait4 (pid, stat_loc, options, NULL); in __waitpid()
A Dtstgetopt.c9 static const struct option options[] = in main() local
28 while ((c = getopt_long (argc, argv, "abc:", options, NULL)) >= 0) in main()
A Drunptests.c31 int options; member
63 err = regcomp (&re, tests[cnt].reg, tests[cnt].options); in main()
A Dwaitid.c24 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid() argument
A Dwait4.c23 __wait4 (__pid_t pid, int *stat_loc, int options, struct rusage *usage) in __wait4() argument
A Dtst-rxspencer.c415 static const struct option options[] = in main() local
423 while (getopt_long (argc, argv, "", options, NULL) >= 0); in main()
A Dposix-envs.def33 compilation options.
A Dtst-regex.input4341 * 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