Home
last modified time | relevance | path

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

/fs/ncpfs/
Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
Dgetopt.c26 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, in ncp_getopt() function
Dinode.c400 while ((optval = ncp_getopt("ncpfs", &options, ncp_opts, NULL, &optarg, &optint)) != 0) { in ncp_parse_options()