Home
last modified time | relevance | path

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

/freebsd/contrib/smbfs/include/
H A Dcflib.h74 int cf_getopt(int, char * const *, const char *);
/freebsd/contrib/smbfs/lib/smb/
H A Dcfopt.c54 cf_getopt(int nargc, char * const *nargv, const char *ostr) in cf_getopt() function
H A Dctx.c119 while (error == 0 && (opt = cf_getopt(argc, argv, ":E:L:U:")) != -1) { in smb_ctx_init()