Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/smbfs/lib/smb/
H A Dcfopt.c61 int tmpind; local
65 tmpind = cf_optind;
67 if (tmpind >= nargc) {
71 if (*(place = nargv[tmpind]) != '-') {
72 tmpind++;
76 cf_optind = ++tmpind;
80 cf_optind = tmpind;