Home
last modified time | relevance | path

Searched refs:__opt (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dargp.h535 extern int _option_is_short (__const struct argp_option *__opt) __THROW;
536 extern int __option_is_short (__const struct argp_option *__opt) __THROW;
540 extern int _option_is_end (__const struct argp_option *__opt) __THROW;
541 extern int __option_is_end (__const struct argp_option *__opt) __THROW;
572 __NTH (__option_is_short (__const struct argp_option *__opt)) in __NTH() argument
574 if (__opt->flags & OPTION_DOC) in __NTH()
578 int __key = __opt->key; in __NTH()
584 __NTH (__option_is_end (__const struct argp_option *__opt)) in __NTH() argument
586 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
H A Dmntent.h93 __const char *__opt) __THROW;