Home
last modified time | relevance | path

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

/glibc-2.36/argp/
Dargp.h495 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() argument
534 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() argument
546 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
/glibc-2.36/include/
Dmntent.h13 extern char *__hasmntopt (const struct mntent *__mnt, const char *__opt);
/glibc-2.36/misc/
Dmntent.h90 const char *__opt) __THROW;