Searched refs:expr (Results 126 - 150 of 567) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c70 #define ASSERT(expr) \
72 if ((expr) == 0) { \
75 write(STDERR_FILENO, __STRING(expr), \
76 strlen(__STRING(expr))); \
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c79 #define ASSERT(expr) \
81 if ((expr) == 0) { \
84 write(STDERR_FILENO, __STRING(expr), \
85 strlen(__STRING(expr))); \
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_query.in164 --expr='"1.3.6.1.5.2.3.5" IN %{certificate.eku}' \
169 --expr='"1.3.6.1.5.2.3.6" IN %{certificate.eku}' \
174 --expr='%{certificate.subject} == "CN=kdc,C=SE"' \
179 --expr='%{certificate.subject} TAILMATCH "C=SE"' \
184 --expr='%{certificate.subject} TAILMATCH "C=FI"' \
189 --expr='%{certificate.issuer} == "C=SE,CN=hx509 Test Root CA"' \
194 --expr='"1.3.6.1.5.2.3.5" IN %{certificate.eku} AND %{certificate.subject} TAILMATCH "C=SE"' \
199 --expr='"%{certificate.hash.sha1}EQ "412120212A2CBFD777DE5499ECB4724345F33F16"' \
H A Dsel.h64 struct hx_expr *expr; member in struct:hx_expr_input
/freebsd-current/crypto/openssh/regress/
H A Dreconfigure.sh33 i=`expr $i + 1`
55 i=`expr $i + 1`
H A Dtry-ciphers.sh25 n=`expr $n + 1`
/freebsd-current/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_015_pos.ksh90 fill_size=`expr $space_avail_still + $RESV_TOLERANCE`
91 write_count=`expr $fill_size / $BLOCK_SIZE`
H A Dreservation_016_pos.ksh89 fill_size=`expr $space_avail_still + $RESV_TOLERANCE`
90 write_count=`expr $fill_size / $BLOCK_SIZE`
/freebsd-current/bin/dd/
H A Dargs.c435 postfix_to_mult(const char expr) argument
440 switch (expr) {
492 char *expr; local
495 num = strtoumax(val, &expr, 0);
496 if (expr == val) /* No valid digits. */
501 mult = postfix_to_mult(*expr);
509 expr++;
512 switch (*expr) {
518 mult = get_num(expr + 1);
541 char *expr; local
[all...]
/freebsd-current/tests/sys/geom/class/raid3/
H A D12_test.sh8 nblocks2=`expr $nblocks1 - 1`
9 nblocks3=`expr $nblocks2 / 2`
/freebsd-current/usr.bin/dtc/
H A Dinput_buffer.cc721 binary_operator_base *expr = nullptr; local
729 expr = new binary_operator<6, std::plus<valty>>(l, "+");
732 expr = new binary_operator<6, std::minus<valty>>(l, "-");
735 expr = new divmod<std::modulus<valty>>(l, "/");
738 expr = new binary_operator<5, std::multiplies<valty>>(l, "*");
741 expr = new divmod<std::divides<valty>>(l, "/");
752 expr = new binary_operator<8, std::less<valty>>(l, "<");
756 expr = new binary_operator<8, std::less_equal<valty>>(l, "<=");
760 expr = new binary_operator<7, lshift<valty>>(l, "<<");
773 expr
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dbuildlist232 count=`expr $count + 1`
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_set_e.sh50 failcount=`expr $failcount + 1`
52 count=`expr $count + 1`
/freebsd-current/contrib/ntp/scripts/build/
H A DUpdatePoint234 newpoint=`expr $point + 1`
237 newpoint=`expr $point + 1`
258 newbetapoint=`expr $betapoint + 1`
273 newrcpoint=`expr $rcpoint + 1`
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D11.t27 i=`expr $i + 1`
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D11.t27 i=`expr $i + 1`
/freebsd-current/contrib/pjdfstest/tests/open/
H A D19.t27 i=`expr $i + 1`
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D11.t27 i=`expr $i + 1`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_005_pos.ksh59 expr $v + 0 >/dev/null 2>&1
62 # parsable (i.e. a return code of 0 or 1 from expr above).
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_010_pos.ksh84 fill_size=`expr $space_avail_still + $RESV_TOLERANCE`
85 write_count=`expr $fill_size / $BLOCK_SIZE`
H A Dreservation_009_pos.ksh84 fill_size=`expr $space_avail_still + $RESV_TOLERANCE`
85 write_count=`expr $fill_size / $BLOCK_SIZE`
/freebsd-current/tools/tools/mctest/
H A Dmctest_run.sh67 current=`expr $current + 1 `;
/freebsd-current/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh61 file_size=`expr $POOLSIZE / 4`
62 write_count=`expr $file_size / $BLOCK_SIZE`
/freebsd-current/tests/sys/geom/class/mirror/
H A D4_test.sh10 nblocks2=`expr $nblocks1 / \( $ddbs / 512 \)`
16 attach_md us0 -t malloc -s `expr $nblocks1 + 1` || exit 1
17 attach_md us1 -t malloc -s `expr $nblocks1 + 1` || exit 1
18 attach_md us2 -t malloc -s `expr $nblocks1 + 1` || exit 1
H A D3_test.sh10 nblocks2=`expr $nblocks1 / \( $ddbs / 512 \)`
16 attach_md us0 -t malloc -s `expr $nblocks1 + 1` || exit 1
17 attach_md us1 -t malloc -s `expr $nblocks1 + 1` || exit 1
18 attach_md us2 -t malloc -s `expr $nblocks1 + 1` || exit 1

Completed in 375 milliseconds

1234567891011>>