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

  /src/external/ibm-public/postfix/dist/src/util/
vstream.c 29 /* int vstream_fclose(stream)
229 /* vstream_fclose() closes the named buffered stream. The result
231 /* vstream_fclose() reports the same errors as vstream_ferror().
234 /* identical to vstream_fclose().
1464 /* vstream_fclose - close buffered stream */
1466 int vstream_fclose(VSTREAM *stream) function
1477 msg_panic("vstream_fclose: stream has process");
1516 * Flush unwritten output, just like vstream_fclose(). Errors are
1517 * reported by vstream_fclose().
1533 return (vstream_fclose(stream))
    [all...]

Completed in 16 milliseconds