Home
last modified time | relevance | path

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

/fs/ncpfs/
Dgetopt.c48 if (opts->has_arg & OPT_NOPARAM) { in ncp_getopt()
55 if (opts->has_arg & OPT_INT) { in ncp_getopt()
65 if (opts->has_arg & OPT_STRING) { in ncp_getopt()
Dgetopt.h9 unsigned int has_arg; member