Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h49 # define HASSETVBUF 1 /* we have setvbuf(3) in libc */ macro
256 # define HASSETVBUF 1 /* use setvbuf(2) system call */ macro
512 # define HASSETVBUF 1 /* we have setvbuf(3) in libc */ macro
756 # define HASSETVBUF 1 /* has setvbuf (3) */ macro
1087 # undef HASSETVBUF /* don't actually have setvbuf(3) */
1577 # define HASSETVBUF 1 /* has setvbuf(3) in libc */ macro
1612 # define HASSETVBUF 1 /* we have setvbuf(3) in libc */ macro
2050 # ifndef HASSETVBUF
2051 # define HASSETVBUF /* HI-UX has no setlinebuf */ macro
2095 # define HASSETVBUF 1 /* has setvbuf(3) function */ macro
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c5910 #if HASSETVBUF