Searched refs:expl (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dcomm.c67 mi_int32 expl; local
131 (void) memcpy((void *) &expl, (void *) &(data[0]), MILTER_LEN_BYTES);
132 expl = ntohl(expl) - 1;
133 if (expl <= 0)
135 if (expl > Maxdatasize)
141 buf = malloc(expl + 1);
143 buf = malloc(expl);
170 len = MI_SOCK_READ(sd, buf + i, expl - i);
185 if (len > expl
[all...]
/freebsd-10.0-release/lib/msun/src/
H A De_exp.c163 __weak_reference(exp, expl);
H A Dmath.h456 long double expl(long double);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c183 expl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map267 expl;
H A DMakefile167 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 exp.3 expl.3
/freebsd-10.0-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c124 const char *expl)
133 expl);
150 const char *expl)
157 if (make_result(&e_data, result_code, expl))
195 const char *expl)
210 if (make_result(&e_data, result_code, expl))
122 make_result(krb5_data *data, uint16_t result_code, const char *expl) argument
144 reply_error(krb5_realm realm, int s, struct sockaddr *sa, int sa_size, krb5_error_code error_code, uint16_t result_code, const char *expl) argument
190 reply_priv(krb5_auth_context auth_context, int s, struct sockaddr *sa, int sa_size, uint16_t result_code, const char *expl) argument
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h69 /* Define to 1 if you have the `expl' function. */
871 # define expl _expl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h184 /// long double expl(long double x);
185 expl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drshd.c118 read_str (int s, size_t sz, char *expl) argument
123 fatal(s, NULL, "%s too long", expl);
131 fatal(s, NULL, "%s too long", expl);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmilter.c396 ssize_t expl; local
458 expl = ntohl(i) - 1;
462 m->mf_name, (long) expl);
464 if (expl < 0)
468 m->mf_name, (long) expl, where);
472 m->mf_name, (long) expl, where);
477 if (expl == 0)
480 buf = (char *) xalloc(expl);
482 if (milter_sysread(m, buf, expl, to, e, where) == NULL)
490 m->mf_name, (int) expl, bu
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp108 "expl",
382 TLI.setUnavailable(LibFunc::expl);
/freebsd-10.0-release/lib/msun/ld128/
H A Ds_expl.c229 expl(long double x) function
284 /* Evaluate expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2). */
394 * expl() so as to handle not so large negative exponents
457 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
/freebsd-10.0-release/lib/msun/ld80/
H A Ds_expl.c235 expl(long double x) function
290 /* Evaluate expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2). */
372 * expl() so as to handle not so large negative exponents
433 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver494 expl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in63 /* Define to 1 if you have the `expl' function. */
853 # define expl _expl
H A Dconfigure21169 echo "$as_me:$LINENO: checking for expl declaration" >&5
21170 echo $ECHO_N "checking for expl declaration... $ECHO_C" >&6
21198 expl(0);
21248 for ac_func in expl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h423 __tg_exp(long double __x) {return expl(__x);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1586 case LibFunc::expl:

Completed in 248 milliseconds