Searched refs:PUT_CHAR (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c333 #define PUT_CHAR(c, p) \ macro
355 PUT_CHAR (*(string), (p)); \
364 PUT_CHAR('+', p)
368 PUT_CHAR(' ', p)
374 PUT_CHAR((p)->pad, p)
380 PUT_CHAR((p)->pad, p)
386 PUT_CHAR('0', p)
710 PUT_CHAR('0', p);
715 PUT_CHAR('0', p);
716 PUT_CHAR(*
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c629 # define PUT_CHAR(c) putchar (c)
640 # define PUT_CHAR(c) printf ("%C", c);
864 PUT_CHAR (*p++);
916 PUT_CHAR((i++,*p++));
925 PUT_CHAR((i++,*p++));
1214 PUT_CHAR (string1[this_char]);
1222 PUT_CHAR (string2[this_char]);
2475 PUT_CHAR (pattern[debug_count]);
8456 # undef PUT_CHAR
624 # define PUT_CHAR macro
635 # define PUT_CHAR macro
8434 # undef PUT_CHAR macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c628 # define PUT_CHAR(c) putchar (c)
644 # define PUT_CHAR(c) printf ("%C", c);
867 PUT_CHAR (*p++);
919 PUT_CHAR((i++,*p++));
928 PUT_CHAR((i++,*p++));
1217 PUT_CHAR (string1[this_char]);
1225 PUT_CHAR (string2[this_char]);
2428 PUT_CHAR (pattern[debug_count]);
8337 # undef PUT_CHAR
623 # define PUT_CHAR macro
639 # define PUT_CHAR macro
8315 # undef PUT_CHAR macro

Completed in 81 milliseconds