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

  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 297 VSTREAM *NOCLOBBER source_fp; local
319 source_fp = VSTREAM_IN;
320 vstream_control(source_fp, CA_VSTREAM_CTL_PATH("stdin"), CA_VSTREAM_CTL_END);
326 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0)
329 if (fstat(vstream_fileno(source_fp), &st) < 0)
384 && vstream_fseek(source_fp, SEEK_SET, 0) < 0)
385 msg_fatal("seek %s: %m", VSTREAM_PATH(source_fp));
391 while (readllines(line_buffer, source_fp, &last_line, &lineno)) {
401 VSTREAM_PATH(source_fp), lineno, STR(line_buffer));
422 VSTREAM_PATH(source_fp), lineno)
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 396 VSTREAM *NOCLOBBER source_fp; local
412 source_fp = VSTREAM_IN;
413 vstream_control(source_fp, CA_VSTREAM_CTL_PATH("stdin"), CA_VSTREAM_CTL_END);
419 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0)
422 if (fstat(vstream_fileno(source_fp), &st) < 0)
478 && vstream_fseek(source_fp, SEEK_SET, 0) < 0)
479 msg_fatal("seek %s: %m", VSTREAM_PATH(source_fp));
486 while (readllines(line_buffer, source_fp, &last_line, &lineno)) {
497 VSTREAM_PATH(source_fp), lineno, STR(line_buffer));
519 VSTREAM_PATH(source_fp), lineno, STR(line_buffer))
    [all...]

Completed in 15 milliseconds