Searched refs:cf_optind (Results 1 – 3 of 3) sorted by relevance
44 cf_optind = 1, /* index into parent argv vector */ variable62 tmpind = cf_optind; in cf_getopt()73 cf_optind = ++tmpind; in cf_getopt()77 cf_optind = tmpind; in cf_getopt()90 ++cf_optind; in cf_getopt()99 ++cf_optind; in cf_getopt()104 else if (nargc <= ++cf_optind) { /* no arg */ in cf_getopt()115 cf_optarg = nargv[cf_optind]; in cf_getopt()117 ++cf_optind; in cf_getopt()
137 cf_optind = cf_optreset = 1; in smb_ctx_init()
65 extern int cf_opterr, cf_optind, cf_optopt, cf_optreset;