Searched refs:qfile (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dwork.c84 struct ssfile *qfile;
459 struct ssfile *qfile;
498 qfile = (struct ssfile *) xmalloc (sizeof (struct ssfile));
512 qfile =
514 xrealloc ((pointer) qfile,
519 qfile->aslines[iline].zline = zbufcpy (zline);
520 qfile->aslines[iline].qfile = NULL;
521 qfile->aslines[iline].ztemp = NULL;
534 qfile
82 struct ssfile *qfile; member in struct:ssline
457 struct ssfile *qfile; local
614 struct ssfile *qfile; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/pickup/
H A Dpickup.c211 static int copy_segment(VSTREAM *qfile, VSTREAM *cleanup, PICKUP_INFO *info, argument
232 if ((type = rec_get(qfile, buf, var_line_limit)) < 0
302 static int pickup_copy(VSTREAM *qfile, VSTREAM *cleanup, argument
338 if ((status = copy_segment(qfile, cleanup, info, buf, REC_TYPE_ENVELOPE)) != 0)
378 if ((status = copy_segment(qfile, cleanup, info, buf, REC_TYPE_CONTENT)) != 0)
388 if ((status = copy_segment(qfile, cleanup, info, buf, REC_TYPE_EXTRACT)) != 0)
422 VSTREAM *qfile; local
433 qfile = safe_open(info->path, O_RDONLY | O_NONBLOCK, 0,
435 if (qfile == 0) {
479 status = pickup_copy(qfile, cleanu
[all...]
/macosx-10.10.1/postfix-255/postfix/src/showq/
H A Dshowq.c163 VSTREAM *qfile, long size, time_t mtime)
189 while (!vstream_ferror(client) && (rec_type = rec_get(qfile, buf, 0)) > 0) {
232 if (msg_size_ok && vstream_fseek(qfile, msg_size, SEEK_CUR) < 0)
233 msg_fatal("seek file %s: %m", VSTREAM_PATH(qfile));
316 VSTREAM *qfile; local
378 if ((qfile = mail_queue_open(qp->name, id, O_RDONLY, 0)) != 0) {
380 showq_report(client, qp->name, id, qfile, (long) st.st_size,
382 if (vstream_fclose(qfile))
162 showq_report(VSTREAM *client, char *queue, char *id, VSTREAM *qfile, long size, time_t mtime) argument
/macosx-10.10.1/postfix-255/postfix/auxiliary/qshape/
H A Dqshape.pl214 my ($qfile) = @_;
215 return unless $qfile =~ m{(^|/)[A-Za-z0-9]{6,}$};
216 my @st = lstat($qfile);
219 my $h = new IO::File($qfile, "r") || return;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-parse.el429 (let ((qfile (regexp-quote path)))
433 (cvs-match (concat "C \\(.*" qfile "\\)$") (path 1) (type 'CONFLICT))
435 (cvs-or (cvs-match (concat "U \\(.*" qfile "\\)$")) t))
437 (cvs-match (concat "M \\(.*" qfile "\\)$") (path 1))
439 (cvs-match (concat "^\\(.*" qfile
/macosx-10.10.1/postfix-255/postfix/src/milter/
H A Dmilter8.c2507 static const char *milter8_message(MILTER *m, VSTREAM *qfile, argument
2533 if (vstream_fseek(qfile, data_offset, SEEK_SET) < 0) {
2535 msg_warn("%s: vstream_fseek %s: %m", myname, VSTREAM_PATH(qfile));
2572 if ((rec_type = rec_get(qfile, buf, 0)) < 0) {
2574 myname, VSTREAM_PATH(qfile));
2584 myname, detail->text, VSTREAM_PATH(qfile));

Completed in 145 milliseconds