Home
last modified time | relevance | path

Searched defs:Buf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.h13 #define allocated_p(Buf) ((Buf).text != NULL) argument
14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0) argument
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h141 #define Buf(f) ((f) -> buf) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c85 *Buf[BUFCNT]; /* buffer pointers (possibly to shared memory) */ variable