Home
last modified time | relevance | path

Searched refs:test_expr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh30 test_expr() { function
112 test_expr '4 : \*' '0'
113 test_expr '4 : +' '0'
114 test_expr '4 : -' '0'
115 test_expr '4 : /' '0'
116 test_expr '4 : %' '0'
132 test_expr '2' '2'
133 test_expr '-4' '-4'
155 test_expr '2 \< 3' '1'
157 test_expr '2 = 2' '1'
[all …]
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A DMakefile.in170 am__EXEEXT_1 = test_name$(EXEEXT) test_expr$(EXEEXT)
178 test_expr_SOURCES = test_expr.c
179 test_expr_OBJECTS = test_expr.$(OBJEXT)
211 $(dist_hxtool_SOURCES) $(nodist_hxtool_SOURCES) test_expr.c \
214 test_expr.c test_name.c test_soft_pkcs11.c
612 test_expr
897 test_expr$(EXEEXT): $(test_expr_OBJECTS) $(test_expr_DEPENDENCIES)
898 @rm -f test_expr$(EXEEXT)
963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_expr.Po@am__quote@
H A DMakefile.am211 test_expr
/freebsd-12.1/contrib/gcc/
H A Difcvt.c380 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local
410 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
411 if (! test_expr) in cond_exec_process_if_block()
441 true_expr = test_expr; in cond_exec_process_if_block()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo6526 instance, @file{gdb.base/exprs.exp} defines a @code{test_expr} that