HomeSort by relevance Sort by last modified time
    Searched defs:IOB (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/stdio/
_stdfun.c 38 #define IOB ((char*)__iob_func())
40 #define IOB ((char*)__p__iob())
42 #define IOB ((char*)_iob)
44 #define IOB ((char*)_p__iob())
54 static char* iob; local
59 if (!iob && !(iob = IOB))
61 if (f && ((char*)f < iob || (char*)f > iob+IOBMAX)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
print.h 67 #define IOB 27 /* print contents of I/O buffer */

Completed in 240 milliseconds