Searched refs:eval (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-9.3-release/bin/ps/
H A Dextern.h39 extern int cflag, eval, fscale, nlistread, rawcpu;
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c247 pw_error(const char *name, int error, int eval) argument
257 exit(eval);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp25 class BuiltinFunctionChecker : public Checker<eval::Call> {
H A DExprInspectionChecker.cpp20 class ExprInspectionChecker : public Checker< eval::Call > {
H A DChrootChecker.cpp41 class ChrootChecker : public Checker<eval::Call, check::PreStmt<CallExpr> > {
/freebsd-9.3-release/contrib/sendmail/rmail/
H A Drmail.c420 err(int eval, const char *fmt, ...) argument
422 err(eval, fmt, va_alist)
423 int eval;
438 exit(eval);
/freebsd-9.3-release/usr.bin/m4/
H A Dextern.h39 /* eval.c */
40 extern void eval(const char *[], int, int, int);
H A Dgnum4.c172 eval(argv+1, argc-1, p->type, is_traced(n));
183 eval(argv+1, argc-1, macro_builtin_type(p), is_traced(p));
H A Dmain.c95 { "eval", EXPRTYPE },
409 eval((const char **) mstack+fp+1, 2,
454 eval((const char **) mstack+fp+1, sp-fp,
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_global.c82 int cnt, delim, eval; local
220 switch (eval =
231 re_error(sp, eval, &sp->re_c);
H A Dex_subst.c362 int didsub, do_eol_match, eflags, empty_ok, eval; local
558 eval = regexec(re, (char *)s + offset, 10, match, eflags);
565 if (eval == REG_NOMATCH)
567 if (eval != 0) {
568 re_error(sp, eval, re);
/freebsd-9.3-release/contrib/opie/
H A Dopiesu.c194 static VOIDRET lsetenv FUNCTION((ename, eval, buf), char *ename AND char *eval AND char *buf)
204 strcat(buf, eval);
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m418 * define(TOPBITS, eval( WORDSIZE - N*((WORDSIZE-1)/N) ) )
64 bl L.$1.eval(TWOSUPN+$2)
71 ',` DEVELOP_QUOTIENT_BITS( incr($1), `eval(2*$2+1)')
73 L.$1.eval(TWOSUPN+$2):
79 ',` DEVELOP_QUOTIENT_BITS( incr($1), `eval(2*$2-1)')
/freebsd-9.3-release/usr.bin/locale/
H A Dlocale.c451 const char *lang, *vval, *eval; local
464 eval = getenv(lcinfo[i].name);
465 if (eval != NULL && !strcmp(eval, vval)
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c94 static const double eval[] = { variable
255 emax = eval[i] * numvotes;
256 e2 = ((1.0 - eval[i])/255.0) * numvotes;
/freebsd-9.3-release/contrib/binutils/gas/
H A Ditbl-ops.c760 unsigned long eval; local
777 eval = apply_range (e->value, e->range);
783 eval = apply_range (e->value, *r);
788 if (val == eval)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.time.c716 pdtimet(time_t eval, time_t bval) argument
719 pdtimet(clock_t eval, clock_t bval)
732 val = (eval - bval) * 100 / HZ;
734 val = (eval - bval) * 100 / clk_tck;
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c1000 bail_internal(int sec, int eval, int signo) argument
1011 exit(eval);
1028 bail(int sec, int eval) argument
1030 bail_internal(sec, eval, 0);
/freebsd-9.3-release/usr.bin/sed/
H A Dprocess.c643 int eval; local
655 eval = regexec(defpreg, string,
657 switch(eval) {
663 errx(1, "RE error: %s", strregerror(eval, defpreg));
/freebsd-9.3-release/usr.bin/ar/
H A Dacpyacc.y67 static void arscp_end(int eval);
532 arscp_end(int eval)
544 exit(eval);
/freebsd-9.3-release/bin/expr/
H A Dexpr.y522 int eval;
530 if ((eval = regcomp(&rp, b->u.s, 0)) != 0) {
531 regerror(eval, &rp, errbuf, sizeof(errbuf));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp741 CodeGenFunction::StmtExprEvaluation eval(CGF);
894 CodeGenFunction::ConditionalEvaluation eval(CGF);
900 eval.begin(CGF);
903 eval.end(CGF);
914 eval.begin(CGF);
917 eval.end(CGF);
H A DCGExprComplex.cpp379 CodeGenFunction::StmtExprEvaluation eval(CGF);
754 CodeGenFunction::ConditionalEvaluation eval(CGF);
757 eval.begin(CGF);
762 eval.end(CGF);
764 eval.begin(CGF);
769 eval.end(CGF);
/freebsd-9.3-release/contrib/gcc/
H A Ddominance.c121 static TBB eval (struct dom_info *, TBB);
387 Also performance wise compress() ranges _far_ behind eval(). */
403 eval (struct dom_info *di, TBB v) function
530 /* Call eval() only if really needed. If k1 is above V in DFS tree,
531 then we know, that eval(k1) == k1 and key[k1] == k1. */
533 k1 = di->key[eval (di, k1)];
548 k = eval (di, w);
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c12 /* -------- eval.c -------- */
39 eval(ap, f) function

Completed in 336 milliseconds

123