Home
last modified time | relevance | path

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

/fs/ncpfs/
Dgetopt.c27 char **optopt, char **optarg, unsigned long *value) in ncp_getopt() argument
42 *optarg = val; in ncp_getopt()
Dgetopt.h14 char **optopt, char **optarg, unsigned long *value);
Dinode.c372 char *optarg; in ncp_parse_options() local
391 while ((optval = ncp_getopt("ncpfs", &options, ncp_opts, NULL, &optarg, &optint)) != 0) { in ncp_parse_options()