Searched defs:opt (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/misc/ |
D | tst-mntent2.c | 19 #define TEST(opt, found) \ in do_test() argument
|
/glibc-2.36/inet/ |
D | inet6_opt.c | 118 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/ |
D | argp-help.c | 262 #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 …]
|
D | argp-parse.c | 323 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/ |
D | subopt.c | 50 int opt; in main() local
|
/glibc-2.36/nptl/ |
D | cond-perf.c | 48 int opt; in main() local
|
/glibc-2.36/io/ |
D | ftwtest.c | 69 int opt; in main() local
|
D | fts.c | 108 #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/ |
D | intr-msg.h | 126 #define MSG_EXAMINE(state, msgid, rcvname, send_name, opt, tmout) \ argument
|
/glibc-2.36/support/ |
D | support_test_main.c | 288 int opt; in support_test_main() local
|
/glibc-2.36/posix/ |
D | fnmatch_loop.c | 993 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, in EXT()
|
/glibc-2.36/locale/programs/ |
D | locale.c | 123 enum { std, opt } status; enumerator
|