Searched refs:f_dup_cnt (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfopen.c193 if (fp->f_dup_cnt >= INT_MAX - 1)
195 /* Can't let f_dup_cnt wrap! */
199 fp->f_dup_cnt++;
H A Dfclose.c103 if (fp->f_dup_cnt > 0)
106 fp->f_dup_cnt--;
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h147 int f_dup_cnt; /* count file dup'd */ member in struct:sm_file

Completed in 178 milliseconds