Searched defs:cf (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c14 SM_RCSID("@(#)$Id: cf.c,v 8.18.2.1 2002/09/24 21:48:23 ca Exp $")
18 ** GETCFNAME -- return the name of the .cf file to use.
22 ** For others: returns submit.cf or sendmail.cf depending
28 ** cftype -- may request a certain cf file.
32 ** name of .cf file.
57 static char cf[MAXPATHLEN]; local
61 "submit.cf", '\0');
63 (void) sm_strlcpy(cf, cflocation, sizeof cf);
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_crontab.c48 static int audit_crontab_get_diffs(char *cf, char *tmp_name,
153 * cf - name of crontab file
167 audit_crontab_get_diffs(char *cf, char *tmp_name, char **bufptr) argument
182 if (stat(cf, &st) == -1) {
189 cf, strerror(errno));
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h208 cfp_t cf[2]; /* local & optional cluster file */ member in struct:cfgfile
H A Dcfg.c456 for (cfp = &cfg->cf[0]; cfp <= &cfg->cf[1]; cfp++) {
484 if (cfp >= &cfg->cf[2]) {
768 for (cfp = &cfg->cf[0]; cfp <= &cfg->cf[1]; cfp++) {
799 if (cfp >= &cfg->cf[2]) {
861 for (cfp = &cfg->cf[0]; cfp <= &cfg->cf[1]; cfp++) {
892 if (cfp >= &cfg->cf[2]) {
974 cfg->cf[
2668 cfgheader_t *cf; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c1803 int cf; local
1805 for (cf = curf+2; cf < nf; cf++) {
1806 tmp = scanMappingFormat(f, cf, nf, tmp, 0,
1971 int cf; local
1973 for (cf = curf+2; cf < nf; cf++) {
1974 tmp = scanMappingFormat(f, cf, n
[all...]
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1310 int cf = 0; /* carry flag */ local
1316 result = cf + bv->v[i] + ((val >> (i * 8)) & 0xff);
1318 result = cf + bv->v[i];
1320 cf = (result >> 8) & 1;
1324 if (cf) {
/osnet-11/usr/src/cmd/sendmail/src/
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);
3952 /* silently ignored... required for cf fil
[all...]
H A Dqueue.c2567 SM_FILE_T *cf; local
2686 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
2688 if (cf == NULL && OpMode != MD_PRINT)
2702 if (cf != NULL)
2704 w->w_lock = !lockfile(sm_io_getinfo(cf, SM_IO_WHAT_FD,
2733 while (cf != NULL && i != 0 &&
2734 sm_io_fgets(cf, SM_TIME_DEFAULT, lbuf,
2746 while ((c = sm_io_getc(cf, SM_TIME_DEFAULT))
2887 if (cf != NULL)
2888 (void) sm_io_close(cf, SM_TIME_DEFAUL
[all...]

Completed in 67 milliseconds