Searched refs:userfile (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dimport.c1068 const char *userfile; local
1091 userfile = (tocvsPath == NULL ? user : tocvsPath);
1108 if (CVS_LSTAT (userfile, &sb) < 0)
1113 "ERROR: cannot lstat file %s", userfile);
1114 error (0, errno, "cannot lstat file %s", userfile);
1122 fpuser = CVS_FOPEN (userfile,
1132 "ERROR: cannot read file %s", userfile);
1133 error (0, errno, "ERROR: cannot read file %s", userfile);
1243 char *link = xreadlink (userfile);
1274 userfile);
[all...]
/freebsd-9.3-release/usr.bin/units/
H A Dunits.c78 void readunits(const char *userfile);
110 readunits(const char *userfile) argument
119 if (userfile) {
120 unitfile = fopen(userfile, "rt");
122 errx(1, "unable to open units file '%s'", userfile);
679 char *userfile = 0; local
685 userfile = optarg;
704 readunits(userfile);
/freebsd-9.3-release/crypto/openssh/
H A Dauth.c395 /* return ok if key exists in sysfile or userfile */
398 const char *sysfile, const char *userfile)
408 if (userfile != NULL) {
409 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid);
397 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, const char *sysfile, const char *userfile) argument
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c1231 isc_boolean_t userfile = ISC_TRUE; local
1242 userfile = ISC_FALSE;
1251 if (result != ISC_R_SUCCESS && userfile)
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c1231 isc_boolean_t userfile = ISC_TRUE; local
1242 userfile = ISC_FALSE;
1251 if (result != ISC_R_SUCCESS && userfile)

Completed in 113 milliseconds