Searched defs:JUNK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c46 #define JUNK 128 /* used to flush stdout and stderr */ macro
176 char junk[JUNK];
218 i = read(pout[0], junk, JUNK);
234 i = read(perr[0], junk, JUNK);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c121 #undef JUNK macro
122 #define JUNK (1L<<12) macro
869 if (flags & JUNK)
876 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|JUNK|MATCH|SHARP|TYPEDEF);
1224 flags |= JUNK|MATCH;
1244 flags |= JUNK|MATCH;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h187 #define JUNK (04) /* marked as freed but not yet processed */ macro
188 #define BITS (07) /* (BUSY|PFREE|JUNK) */
203 #define ISJUNK(w) ((w) & JUNK)
204 #define SETJUNK(w) ((w) |= JUNK)
205 #define CLRJUNK(w) ((w) &= ~JUNK)

Completed in 69 milliseconds