HomeSort by: relevance | last modified time | path
    Searched refs:VSTREAM_PUTCHAR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postcat/
postcat.c 317 VSTREAM_PUTCHAR('\n');
408 VSTREAM_PUTCHAR('\n');
415 VSTREAM_PUTCHAR('\n');
421 VSTREAM_PUTCHAR('\n');
  /src/external/ibm-public/postfix/dist/src/util/
vstream.c 50 /* int VSTREAM_PUTCHAR(ch)
263 /* VSTREAM_PUTCHAR(c) is an alias for VSTREAM_PUTC(c, VSTREAM_OUT).
1964 VSTREAM_PUTCHAR('\n');
1981 VSTREAM_PUTCHAR('\n');
2002 VSTREAM_PUTCHAR('\n');
2025 VSTREAM_PUTCHAR('\n');
2044 VSTREAM_PUTCHAR(ch);
2045 VSTREAM_PUTCHAR('\n');
2067 VSTREAM_PUTCHAR('\n');
vstream.h 119 #define VSTREAM_PUTCHAR(ch) VSTREAM_PUTC((ch), VSTREAM_OUT)

Completed in 17 milliseconds