Searched refs:cf_optind (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dcfopt.c44 cf_optind = 1, /* index into parent argv vector */ variable
65 tmpind = cf_optind;
76 cf_optind = ++tmpind;
80 cf_optind = tmpind;
93 ++cf_optind;
102 ++cf_optind;
107 else if (nargc <= ++cf_optind) { /* no arg */
118 cf_optarg = nargv[cf_optind];
120 ++cf_optind;
H A Dctx.c137 cf_optind = cf_optreset = 1;
/freebsd-13-stable/contrib/smbfs/include/
H A Dcflib.h65 extern int cf_opterr, cf_optind, cf_optopt, cf_optreset;

Completed in 100 milliseconds