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

  /src/external/ibm-public/postfix/dist/src/util/
vbuf.h 19 * buffer full conditions, and 4) by the VBUF_SPACE() operation that allows
91 #define VBUF_SPACE(v,n) ((v)->space((v),(n)))
vbuf_print.c 123 if (VBUF_SPACE((bp), (width_or_prec) + (type_space)) != 0) \
135 if (VBUF_SPACE((bp), (sz)) != 0) \
171 int saved_errno = errno; /* VBUF_SPACE() may clobber it */

Completed in 21 milliseconds