Home
last modified time | relevance | path

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

/freebsd-src/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh30 test_expr() { function
57 test_expr '4611686018427387904 + 4611686018427387903' \
59 test_expr '4611686018427387904 + 4611686018427387904' \
61 test_expr '4611686018427387904 - -4611686018427387904' \
63 test_expr '-4611686018427387904 - 4611686018427387903' \
65 test_expr '-4611686018427387904 - 4611686018427387905' \
67 test_expr '-4611686018427387904 \* 1' '-4611686018427387904'
68 test_expr '-4611686018427387904 \* -1' '4611686018427387904'
69 test_expr '-4611686018427387904 \* 2' '-9223372036854775808'
70 test_expr '-4611686018427387904 \* 3' \
[all …]
/freebsd-src/contrib/byacc/test/
H A Dexpr.oxout.h81 #define yycheck test_expr.test_yycheck
82 #define yydefred test_expr.test_yydefred
83 #define yydgoto test_expr.test_yydgoto
84 #define yygindex test_expr.test_yygindex
85 #define yylen test_expr.test_yylen
86 #define yylhs test_expr.test_yylhs
87 #define yyrindex test_expr.test_yyrindex
88 #define yysindex test_expr.test_yysindex
89 #define yytable test_expr.test_yytable
90 } test_expr; variable
/freebsd-src/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