Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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