Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ncpfs/
Dgetopt.c46 if (opts->has_arg & OPT_NOPARAM) { in ncp_getopt()
53 if (opts->has_arg & OPT_INT) { in ncp_getopt()
64 if (opts->has_arg & OPT_STRING) { in ncp_getopt()
Dgetopt.h9 unsigned int has_arg; member