HomeSort by relevance Sort by last modified time
    Searched defs:PUTCHAR (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsnprintf_ss.c 114 #define PUTCHAR(C) do { \
164 PUTCHAR(*fmt++);
453 PUTCHAR(' ');
458 PUTCHAR(sign);
460 PUTCHAR('0');
461 PUTCHAR(ch);
468 PUTCHAR('0');
474 PUTCHAR('0');
478 PUTCHAR(*cp++);
483 PUTCHAR(' ');
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 190 #define PUTCHAR(c, cp) { \
235 PUTCHAR(PPP_ALLSTATIONS, p); \
236 PUTCHAR(PPP_UI, p); \
  /external/pcre/dist2/src/
pcre2_intmodedep.h 79 #undef PUTCHAR
261 #define PUTCHAR(c, p) (*p = c, 1)
352 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \
458 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \
532 #define PUTCHAR(c, p) (*p = c, 1)
    [all...]
  /external/ppp/pppd/
pppd.h 759 #define PUTCHAR(c, cp) { \
    [all...]

Completed in 536 milliseconds