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

/external/ppp/pppd/
H A Dutils.c159 #define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0) macro
332 OUTCHAR('M');
333 OUTCHAR('-');
337 OUTCHAR('\\');
340 OUTCHAR('\\');
342 case '\t': OUTCHAR('t'); break;
343 case '\n': OUTCHAR('n'); break;
344 case '\b': OUTCHAR('b'); break;
345 case '\f': OUTCHAR('f'); break;
347 OUTCHAR('
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c46 * values and during the floating point conversion; use the OUTCHAR() macro
437 #ifdef OUTCHAR
438 #undef OUTCHAR macro
439 #endif /* defined(OUTCHAR) */
440 #define OUTCHAR(str, len, size, ch) \ macro
500 OUTCHAR(str, len, size, ch);
759 OUTCHAR(str, len, size, cvalue);
837 OUTCHAR(str, len, size, ch);
881 OUTCHAR(str, *len, size, ' ');
885 OUTCHAR(st
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c46 * values and during the floating point conversion; use the OUTCHAR() macro
437 #ifdef OUTCHAR
438 #undef OUTCHAR macro
439 #endif /* defined(OUTCHAR) */
440 #define OUTCHAR(str, len, size, ch) \ macro
500 OUTCHAR(str, len, size, ch);
759 OUTCHAR(str, len, size, cvalue);
837 OUTCHAR(str, len, size, ch);
881 OUTCHAR(str, *len, size, ' ');
885 OUTCHAR(st
[all...]

Completed in 3410 milliseconds