Searched refs:cf (Results 1 - 7 of 7) sorted by relevance

/sendmail/libsmutil/
H A Dcf.c12 SM_RCSID("@(#)$Id: cf.c,v 8.20 2013-11-22 20:51:50 ca Exp $")
16 ** GETCFNAME -- return the name of the .cf file to use.
20 ** For others: returns submit.cf or sendmail.cf depending
26 ** cftype -- may request a certain cf file.
30 ** name of .cf file.
55 static char cf[MAXPATHLEN]; local
59 "submit.cf", '\0');
61 (void) sm_strlcpy(cf, cflocation, sizeof cf);
[all...]
/sendmail/cf/cf/
H A DMakefile8 # Create configuration files using "m4 ../m4/cf.m4 file.mc > file.cf";
14 # name of source for sendmail.cf (without extension)
16 # name of source for submit.cf (without extension)
18 # directory for .cf files
35 .SUFFIXES: .mc .cf
37 .mc.cf:
39 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ || ( $(RM) $@ && exit 1 )
44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generi
[all...]
/sendmail/libsm/
H A Dt-cf.c12 SM_IDSTR(id, "@(#)$Id: t-cf.c,v 1.8 2013-11-22 20:51:43 ca Exp $")
18 #include <sm/cf.h>
30 fprintf(stderr, "Usage: %s .cf-file option\n", argv[0]);
H A Dcf.c12 SM_RCSID("@(#)$Id: cf.c,v 1.8 2013-11-22 20:51:42 ca Exp $")
17 #include <sm/cf.h>
23 ** SM_CF_GETOPT -- look up option values in the sendmail.cf file
25 ** Open the sendmail.cf file and parse all of the 'O' directives.
30 ** path -- pathname of sendmail.cf file
/sendmail/sendmail/
H A Dqueue.c2581 SM_FILE_T *cf; local
2700 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
2702 if (cf == NULL && OpMode != MD_PRINT)
2716 if (cf != NULL)
2718 w->w_lock = !lockfile(sm_io_getinfo(cf, SM_IO_WHAT_FD,
2747 while (cf != NULL && i != 0 &&
2748 sm_io_fgets(cf, SM_TIME_DEFAULT, lbuf,
2760 while ((c = sm_io_getc(cf, SM_TIME_DEFAULT))
2901 if (cf != NULL)
2902 (void) sm_io_close(cf, SM_TIME_DEFAUL
[all...]
H A Dreadcf.c92 SM_FILE_T *cf; local
130 cf = safefopen(cfname, O_RDONLY, 0444, sff);
131 if (cf == NULL)
137 if (fstat(sm_io_getinfo(cf, SM_IO_WHAT_FD, NULL), &statb) < 0)
166 (bp = fgetfolded(buf, &bufsize, cf)) != NULL)
427 ** This doesn't work yet as there are maps defined *after* the cf
430 ** Emit warnings for unknown maps when reading the .cf file. Based on
720 if (sm_io_error(cf))
725 (void) sm_io_close(cf, SM_TIME_DEFAULT);
3986 /* silently ignored... required for cf fil
[all...]
/sendmail/vacation/
H A Dvacation.c36 #include <sm/cf.h>

Completed in 485 milliseconds