Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/stdio/
H A D_stdfun.c38 #define IOB ((char*)__iob_func()) macro
40 #define IOB ((char*)__p__iob()) macro
42 #define IOB ((char*)_iob) macro
44 #define IOB ((char*)_p__iob()) macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/stdio/
H A D_stdfun.c38 #define IOB ((char*)__iob_func()) macro
40 #define IOB ((char*)__p__iob()) macro
42 #define IOB ((char*)_iob) macro
44 #define IOB ((char*)_p__iob()) macro
/titanic_51/usr/src/cmd/truss/
H A Dprint.h69 #define IOB 27 /* print contents of I/O buffer */ macro