Searched refs:expr (Results 51 - 75 of 559) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.h18 extern YYSTYPE expr.oxout_lval;
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.h15 extern YYSTYPE expr.oxout_lval;
/freebsd-13-stable/contrib/dialog/samples/
H A Dinfobox625 --begin $left `expr $left + 5` \
35 left=`expr $left - 1`
H A Dinfobox320 left=`expr $left - 1`
H A Dinfobox420 left=`expr $left - 1`
H A Dgauge17 PCT=`expr $PCT + 10`
H A Dgauge018 PCT=`expr $PCT + 10`
/freebsd-13-stable/sys/ddb/
H A Ddb_command.h42 db_expr_t db_hex2dec(db_expr_t expr);
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dosdebug.h45 #define OS_ASSERT(expr, message) \
47 if (!(expr)) \
56 #define OS_ASSERT(expr, message) \
58 if (!(expr)) \
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dassfail.h52 __assfail(const char *expr, const char *file, int line) argument
56 expr, file, line);
68 __assfail3(const char *expr, uintmax_t lv, const char *op, uintmax_t rv, argument
73 expr, lv, op, rv, file, line);
/freebsd-13-stable/tools/tools/ath/
H A Dathctrl.sh32 slottime=`expr 9 + \( $d / 300 \)`
33 if expr \( $d % 300 \) != 0 >/dev/null 2>&1; then
34 slottime=`expr $slottime + 1`
36 timeout=`expr $slottime \* 2 + 3`
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dfixup.py18 expr = re.compile(r'/\* For %s:\s([^*]+)\*/' % key, re.M)
24 f.write(expr.sub(r'\1', body))
/freebsd-13-stable/cddl/compat/opensolaris/include/
H A Dassert.h51 __assert(const char *expr, const char *file, int line) argument
55 expr, file, line);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/online_offline/
H A Dsetup.ksh37 index=`expr $RANDOM % 2`
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dsetup.ksh37 index=`expr $RANDOM % 2`
/freebsd-13-stable/share/examples/printing/
H A Difhp15 first_two_chars=`expr "$first_line" : '\(..\)'`
/freebsd-13-stable/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_008_pos.ksh81 resv_space_avail=`expr $space_avail - $RESV_FREE_SPACE`
82 num_resv_fs=`expr $RESV_NUM_FS - 1` # Number of FS to which resv will be applied
83 resv_size_set=`expr $resv_space_avail / $num_resv_fs`
100 fill_size=`expr $space_avail_still + $RESV_TOLERANCE`
101 write_count=`expr $fill_size / $BLOCK_SIZE`
/freebsd-13-stable/contrib/byacc/test/
H A Dbtyacc_demo.y38 Expr *expr;
53 %token <expr> CONSTANT
56 %type <expr> expr(<scope>)
154 | declarator '[' expr($e) ']'
171 expr($e):
172 expr '+' expr($e) { $$ = build_expr($1, ADD, $3); }
173 | expr '-' expr(
[all...]
/freebsd-13-stable/crypto/openssh/regress/
H A Dintegrity.sh32 skip=`expr $skip - 1`
55 ecnt=`expr $ecnt + 1`
59 Bad?packet*) elen=`expr $elen + 1`; skip=3;;
61 emac=`expr $emac + 1`; skip=0;;
62 padding*) epad=`expr $epad + 1`; skip=0;;
64 etmo=`expr $etmo + 1`; skip=0;;
72 expect=`expr $ecnt - $epad - $elen - $etmo`
/freebsd-13-stable/sbin/hastd/
H A Dpjdlog.h97 #define PJDLOG_VERIFY(expr) do { \
98 if (!(expr)) { \
99 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
103 #define PJDLOG_RVERIFY(expr, ...) do { \
104 if (!(expr)) { \
105 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
112 #define PJDLOG_ASSERT(expr) do { } while (0)
115 #define PJDLOG_ASSERT(expr) PJDLOG_VERIFY(expr)
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.h95 #define PJDLOG_VERIFY(expr) do { \
96 if (!(expr)) { \
97 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
101 #define PJDLOG_RVERIFY(expr, ...) do { \
102 if (!(expr)) { \
103 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
110 #define PJDLOG_ASSERT(expr) do { } while (0)
113 #define PJDLOG_ASSERT(expr) PJDLOG_VERIFY(expr)
/freebsd-13-stable/tests/sys/geom/class/raid3/
H A D7_test.sh10 nblocks2=`expr $nblocks1 / \( $ddbs / 512 \)`
14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
29 dd if=/dev/zero of=/dev/${us2} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
34 dd if=/dev/zero of=/dev/${us1} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
H A D9_test.sh10 nblocks2=`expr $nblocks1 / \( $ddbs / 512 \)`
14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
27 dd if=/dev/zero of=/dev/${us2} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
33 dd if=/dev/zero of=/dev/${us1} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_mutex.h91 /** Acquires the @a mutex, executes the expression @a expr and finally
100 #define SVN_MUTEX__WITH_LOCK(mutex, expr) \
104 SVN_ERR(svn_mutex__unlock(svn_mutex__m, (expr))); \
/freebsd-13-stable/contrib/smbfs/examples/print/
H A Dlj6l12 first_two_chars=`expr "$first_line" : '\(..\)'`

Completed in 221 milliseconds

1234567891011>>