Home
last modified time | relevance | path

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

/freebsd/contrib/smbfs/lib/smb/
H A Dcfopt.c58 int tmpind; in cf_getopt() local
62 tmpind = cf_optind; in cf_getopt()
64 if (tmpind >= nargc) { in cf_getopt()
68 if (*(place = nargv[tmpind]) != '-') { in cf_getopt()
69 tmpind++; in cf_getopt()
73 cf_optind = ++tmpind; in cf_getopt()
77 cf_optind = tmpind; in cf_getopt()