Home
last modified time | relevance | path

Searched refs:fdd (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.sbin/smtpd/
H A Dtable_proc.c129 int fd, fdd; in table_proc_open() local
136 if ((fdd = dup(fd)) == -1) { in table_proc_open()
142 if ((priv->out = fdopen(fdd, "w")) == NULL) in table_proc_open()