Searched refs:__opt (Results 1 – 3 of 3) sorted by relevance
495 extern int _option_is_short (const struct argp_option *__opt) __THROW;496 extern int __option_is_short (const struct argp_option *__opt) __THROW;500 extern int _option_is_end (const struct argp_option *__opt) __THROW;501 extern int __option_is_end (const struct argp_option *__opt) __THROW;532 __NTH (__option_is_short (const struct argp_option *__opt)) in __NTH() argument534 if (__opt->flags & OPTION_DOC) in __NTH()538 int __key = __opt->key; in __NTH()544 __NTH (__option_is_end (const struct argp_option *__opt)) in __NTH() argument546 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
13 extern char *__hasmntopt (const struct mntent *__mnt, const char *__opt);
90 const char *__opt) __THROW;