Searched defs:PUT (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libcs/ |
H A D | msglist.c | 36 #define PUT(c) (r++,sfputc(sp,(c))) macro 47 PUT(' '); 48 PUT('"'); 54 PUT('\\'); 84 PUT('0' + ((c >> 6) & 03)); 85 PUT('0' + ((c >> 3) & 07)); 90 PUT(c); 92 PUT('"');
|
/ast/src/lib/libast/sfio/ |
H A D | sfstrtof.h | 127 #define PUT(p) macro 138 #define PUT(p) (end?(*end=(char*)p-back):(char*)0) macro 143 #define PUT(p) (end?(*end=(char*)p-1):(char*)0) macro 306 PUT(s); 349 PUT(s); 364 PUT(s); 373 PUT(s); 377 PUT(s); 383 PUT(s); 489 PUT( [all...] |
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 103 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1))) macro 233 PUT(b, *s++); 259 PUT(b, notice->cc[n > 0 ? 0 : 1]); 261 PUT(b, cc); 262 PUT(b, notice->cc[n > 0 ? 1 : 2]); 271 PUT(b, cc); 276 PUT(b, ' '); 282 PUT(b, i); 285 PUT(b, ' '); 286 PUT( [all...] |
Completed in 14 milliseconds