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

/openbsd-current/libexec/spamd/
H A Dgrey.c156 char *fdpath; local
170 if (asprintf(&fdpath, "/dev/fd/%d", pfdev) == -1)
172 pargv[2] = fdpath;
175 free(fdpath);
176 fdpath = NULL;
183 free(fdpath);
184 fdpath = NULL;
202 free(fdpath);
203 fdpath = NULL;
/openbsd-current/usr.sbin/authpf/
H A Dauthpf.c741 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local
768 if (asprintf(&fdpath, "/dev/fd/%d", dev) == -1)
788 pargv[2] = fdpath;
835 free(fdpath);

Completed in 99 milliseconds