Searched refs:logf (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dlog.c48 krb5_initlog(context, service, &config->logf);
54 krb5_addlog_dest(context, config->logf, *p);
59 krb5_addlog_dest(context, config->logf, ss);
62 krb5_set_warn_dest(context, config->logf);
71 krb5_vlog_msg(context, config->logf, &msg, level, fmt, ap);
H A Dkdc.h84 krb5_log_facility *logf; member in struct:krb5_kdc_configuration
H A Ddefault_config.c68 c->logf = NULL;
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_log.c28 krb5_log(p->context, p->logf, stat, "%s", msgbuf);
H A Dpop_init.c221 krb5_openlog(p->context, p->myname, &p->logf);
222 krb5_set_warn_dest(p->context, p->logf);
H A Dpopper.h261 krb5_log_facility* logf; member in struct:__anon719
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffConsumer.h47 virtual void logf(const LogBuilder &Log) = 0;
86 void logf(const LogBuilder &Log);
H A DDiffLog.cpp24 consumer.logf(*this);
H A DDifferenceEngine.h70 LogBuilder logf(StringRef text) { function in class:llvm::DifferenceEngine
H A DDifferenceEngine.cpp164 Engine.logf("successor %l cannot be equivalent to %r; "
243 Engine.logf("arguments %l and %r differ")
336 Engine.logf("right switch has extra case %r") << CaseValue;
344 Engine.logf("left switch has extra case %l") << I->first;
360 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
666 logf("function %l exists only in left module") << LFn;
672 logf("function %r exists only in right module") << RFn;
H A DDiffConsumer.cpp161 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dlog.c519 apr_file_t *logf = NULL; local
538 logf = stderr_log;
550 logf = s->error_log;
563 logf = stderr;
576 if (logf && ((level & APLOG_STARTUP) != APLOG_STARTUP)) {
690 if (logf) {
696 apr_file_puts(errstr, logf);
697 apr_file_flush(logf);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h207 /// float logf(float x);
208 logf, enumerator in enum:llvm::LibFunc::Func
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetLibraryInfo.cpp119 "logf",
304 TLI.setUnavailable(LibFunc::logf);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dc++config.h422 /* Define to 1 if you have the `logf' function. */
1200 # define logf _logf macro
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duurate.c1628 int logf = FALSE; local
1689 logf = TRUE;
1720 if (logf) /* logfile still to come ? */
1730 if (! logf)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daml.vim33 syn keyword amlArcCmd contained linety[pe] link[s] linkfeatures list listarchives listatt listc[overages] listcoverages listdbmstables listg[rids] listgrids listhistory listi[mages] listimages listinfotables listlayers listlibraries listo[utput] listse[lect] listst[acks] liststacks listtablespaces listti[ns] listtins listtr[averses] listtran listtransactions listw[orkspaces] listworkspaces lit ll ll[sfit] lla lm ln load loada[djacent] loadcolormap locko[nly] locks[ymbol] log log1[0] log2 logf[ile] logg[ing] loo[kup] lot[area] lp[os] lstk lt lts lw madditem majority majorityf[ilter] makere[gion] makero[ute] makese[ction] makest[ack] mal[ign] map mapa[ngle] mape[xtent] mapextent mapi[nfo] mapj[oin] mapl[imits] mappo[sition] mappr[ojection] mapsc[ale] mapsh[ift] mapu[nits] mapw[arp] mapz[oom] marker markera[ngle] markercolor markercolorr[amp] markercopy markercopyl[ayer] markerdelete markerdeletel[aye] markeredit markerf[ont] markeri[nfo] markerl[ayer] markerlist markerm[ask] markero[ffset]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1711 AddOpt(LibFunc::log, LibFunc::logf, &UnsafeUnaryDoubleFP);
2507 // log, logf, logl:

Completed in 131 milliseconds