Searched refs:cf (Results 76 - 100 of 117) sorted by relevance

12345

/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.birthday77 observed "Poisson's spot" cf June 21
/freebsd-9.3-release/contrib/sendmail/src/
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...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c11230 HOST_WIDE_INT cf = INTVAL (operands[3]);
11233 diff = ct - cf;
11260 ct = cf;
11261 cf = tmp;
11274 diff = ct - cf;
11292 ct = cf;
11293 cf = tmp;
11294 diff = ct - cf;
11314 else if (cf == -1)
11333 * [addl dest, cf]
11205 HOST_WIDE_INT cf = INTVAL (operands[3]); local
[all...]
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c247 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p,
1039 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, argument
1052 while (fgets(line, BUFSIZ, cf)) {
/freebsd-9.3-release/contrib/sendmail/vacation/
H A Dvacation.c36 #include <sm/cf.h>
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dconfig_file.c418 c = context->cf;
/freebsd-9.3-release/usr.sbin/syslogd/
H A Dsyslogd.c1538 FILE *cf; local
1599 if ((cf = fopen(ConfFile, "r")) == NULL) {
1623 while (fgets(cline, sizeof(cline), cf) != NULL) {
1696 (void)fclose(cf);
/freebsd-9.3-release/sys/dev/tpm/
H A Dtpm.c343 struct cfdata *cf = match; local
349 if (cf->cf_unit)
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat.c564 short cf, cb; local
1362 pair_content(0, &cf, &cb);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp4145 bool typeOK, cf; local
4148 cf = false;
4151 cf = true;
4156 << Attr.getRange() << Attr.getName() << cf;
4160 if (cf)
4205 bool cf; local
4212 cf = false;
4218 cf = true;
4224 << Attr.getRange() << Attr.getName() << isa<ObjCMethodDecl>(D) << cf;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffcode.h2961 coff_symbol_type *cf;
2963 cf = coff_symbol_from (abfd, *symp);
2964 if (cf != NULL
2965 && cf->native != NULL
2966 && SYMNAME_IN_DEBUG (&cf->native->u.syment))
2960 coff_symbol_type *cf; local
H A DMakefile.am206 cf-i386lynx.lo \
207 cf-sparclynx.lo \
385 cf-i386lynx.c \
386 cf-sparclynx.c \
1169 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1173 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
/freebsd-9.3-release/contrib/gcc/
H A Dsched-rgn.c1382 int tf = prob[trg], cf = prob[i];
1385 sp->src_prob = (tf ? ((cf * REG_BR_PROB_BASE) / tf) : 0);
1381 int tf = prob[trg], cf = prob[i]; local
/freebsd-9.3-release/contrib/libreadline/
H A DMakefile.in295 @echo tar cf $(RL_LIBRARY_NAME)-${RL_LIBRARY_VERSION}.tar ${RL_LIBRARY_NAME}-$(RL_LIBRARY_VERSION)
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c865 scsi_low_target_open(link, cf)
867 struct cfdata *cf;
881 li->li_cfgflags = cf->cf_flags;
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1176 completion_func cf; local
1200 cf = sl->isl_completionfunc;
1201 status = MSCALL3(cf, dobj, ip, sl->isl_completionctx);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-bpf.c86 #include <cf.h>
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c379 get_rfd (int cf, int rf)
386 f = fdrs + cf;
374 get_rfd(int cf, int rf) argument
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c6336 bsdi_probe(struct device *parent, struct cfdata *cf, void *aux) argument
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh4027 mkdir first-dir.cpy ; (cd first-dir ; tar cf - . | (cd ../first-dir.cpy ; tar xf -))
4071 (cd first-dir.cpy ; tar cf - . | (cd ../first-dir ; tar xf -))
7458 # Fix it with admin -n (cf admin-18, admin-26-4).
/freebsd-9.3-release/contrib/binutils/
H A Dconfigure5142 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dconfigure4034 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure4392 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
/freebsd-9.3-release/contrib/openpam/
H A Dconfigure5564 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`

Completed in 685 milliseconds

12345