Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dlp.cdefs.h64 #ifndef USE_CLOSEFROM
66 # define USE_CLOSEFROM 1 macro
70 #ifndef USE_CLOSEFROM
71 # define USE_CLOSEFROM 0 macro
H A Dcommon.c760 if (USE_CLOSEFROM) /* The faster, modern solution */ in closeallfds()