Home
last modified time | relevance | path

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

/include/
A Dargp.h517 extern int _option_is_short (__const struct argp_option *__opt) __THROW;
518 extern int __option_is_short (__const struct argp_option *__opt) __THROW;
522 extern int _option_is_end (__const struct argp_option *__opt) __THROW;
523 extern int __option_is_end (__const struct argp_option *__opt) __THROW;
545 __NTH (__option_is_short (__const struct argp_option *__opt)) in __NTH() argument
547 if (__opt->flags & OPTION_DOC) in __NTH()
551 int __key = __opt->key; in __NTH()
557 __NTH (__option_is_end (__const struct argp_option *__opt)) in __NTH() argument
559 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
A Dmntent.h95 const char *__opt) __THROW;

Completed in 7 milliseconds