/src/dist/pf/usr.sbin/authpf/ |
authpf.c | 59 FILE *pidfp; variable in typeref:typename:FILE * 202 (pidfp = fdopen(pidfd, "r+")) == NULL) { 210 if (flock(fileno(pidfp), LOCK_EX|LOCK_NB) == 0) 216 rewind(pidfp); 218 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2) 242 fclose(pidfp); 243 pidfp = NULL; 252 fclose(pidfp); 253 pidfp = NULL; 295 rewind(pidfp); [all...] |
authpf.c | 59 FILE *pidfp; variable in typeref:typename:FILE * 202 (pidfp = fdopen(pidfd, "r+")) == NULL) { 210 if (flock(fileno(pidfp), LOCK_EX|LOCK_NB) == 0) 216 rewind(pidfp); 218 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2) 242 fclose(pidfp); 243 pidfp = NULL; 252 fclose(pidfp); 253 pidfp = NULL; 295 rewind(pidfp); [all...] |