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

/freebsd-10-stable/contrib/pf/authpf/
H A Dauthpf.c67 FILE *pidfp; variable
239 (pidfp = fdopen(pidfd, "r+")) == NULL) {
247 if (flock(fileno(pidfp), LOCK_EX|LOCK_NB) == 0)
253 rewind(pidfp);
255 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
280 fclose(pidfp);
281 pidfp = NULL;
291 fclose(pidfp);
292 pidfp = NULL;
327 rewind(pidfp);
[all...]

Completed in 94 milliseconds