Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/misc/
Dtst-mntent2.c19 #define TEST(opt, found) \ in do_test() argument
/glibc-2.36/inet/
Dinet6_opt.c118 struct ip6_opt *opt = (struct ip6_opt *) ((uint8_t *) extbuf + offset); in inet6_opt_append() local
196 struct ip6_opt *opt = (struct ip6_opt *) ((uint8_t *) extbuf + offset); in inet6_opt_next() local
238 struct ip6_opt *opt = (struct ip6_opt *) ((uint8_t *) extbuf + offset); in inet6_opt_find() local
/glibc-2.36/argp/
Dargp-help.c262 #define ovisible(opt) (! ((opt)->flags & OPTION_HIDDEN)) argument
265 #define oalias(opt) ((opt)->flags & OPTION_ALIAS) argument
268 #define odoc(opt) ((opt)->flags & OPTION_DOC) argument
271 #define oend(opt) __option_is_end (opt) argument
274 #define oshort(opt) __option_is_short (opt) argument
360 const struct argp_option *opt; member
555 int (*func)(const struct argp_option *opt, in hol_entry_short_iterate()
562 const struct argp_option *opt, *real = entry->opt; in hol_entry_short_iterate() local
584 int (*func)(const struct argp_option *opt, in hol_entry_long_iterate()
591 const struct argp_option *opt, *real = entry->opt; in hol_entry_long_iterate() local
[all …]
Dargp-parse.c323 const struct argp_option *opt; in convert_options() local
457 const struct argp_option *opt = argp->options; in calc_sizes() local
728 parser_parse_opt (struct parser *parser, int opt, char *val) in parser_parse_opt()
791 int opt; in parser_parse_next() local
/glibc-2.36/manual/examples/
Dsubopt.c50 int opt; in main() local
/glibc-2.36/nptl/
Dcond-perf.c48 int opt; in main() local
/glibc-2.36/io/
Dftwtest.c69 int opt; in main() local
Dfts.c108 #define CLR(opt) (sp->fts_options &= ~(opt)) argument
109 #define ISSET(opt) (sp->fts_options & (opt)) argument
110 #define SET(opt) (sp->fts_options |= (opt)) argument
/glibc-2.36/sysdeps/mach/hurd/i386/
Dintr-msg.h126 #define MSG_EXAMINE(state, msgid, rcvname, send_name, opt, tmout) \ argument
/glibc-2.36/support/
Dsupport_test_main.c288 int opt; in support_test_main() local
/glibc-2.36/posix/
Dfnmatch_loop.c993 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, in EXT()
/glibc-2.36/locale/programs/
Dlocale.c123 enum { std, opt } status; enumerator