Lines Matching refs:access
161 if (access("/usr/ccs/bin/make", X_OK) < 0)
242 if (access(shadow_file, F_OK) == 0) {
251 if (access(adjunct_file, F_OK) != 0) {
285 if (access(passwd_file, W_OK) < 0) {
286 fprintf(stderr, "rpc.yppasswdd: can't access %s\n",
290 if (access(shadow_file, W_OK) == 0) {
295 fprintf(stderr, "rpc.yppasswdd: can't access %s\n",
300 if (access(adjunct_file, W_OK) == 0) {
321 * N2L mode does not access the DBM files, will be unused.
643 if (access(valid, X_OK) < 0) {