HomeSort by: relevance | last modified time | path
    Searched defs:rec_vfprintf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
record.c 48 /* int rec_vfprintf(stream, type, format, ap)
108 /* rec_fprintf() and rec_vfprintf() format their arguments and
372 /* rec_vfprintf - write formatted string to record */
374 int rec_vfprintf(VSTREAM *stream, int type, const char *format, va_list ap) function
397 result = rec_vfprintf(stream, type, format, ap);

Completed in 24 milliseconds