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

1234567891011>>

/freebsd-current/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 Dgauge0-input-fd20 PCT=`expr $PCT + 10`
H A Dgauge018 PCT=`expr $PCT + 10`
H A Dgauge17 PCT=`expr $PCT + 10`
H A Dmsgbox4-utf837 width=`expr $width + 1`
/freebsd-current/contrib/bearssl/T0/
H A DBlobWriter.cs95 internal void Append(string expr) argument
102 if ((lineLen + 1 + expr.Length) > maxLineLen) {
109 w.Write("{0}", expr);
110 lineLen += expr.Length;
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dassfail.h50 __assfail(const char *expr, const char *file, int line) argument
54 expr, file, line);
66 __assfail3(const char *expr, uintmax_t lv, const char *op, uintmax_t rv, argument
71 expr, lv, op, rv, file, line);
/freebsd-current/sys/ddb/
H A Ddb_command.h40 db_expr_t db_hex2dec(db_expr_t expr);
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dosdebug.h44 #define OS_ASSERT(expr, message) \
46 if (!(expr)) \
55 #define OS_ASSERT(expr, message) \
57 if (!(expr)) \
/freebsd-current/tools/tools/ath/
H A Dathctrl.sh31 slottime=`expr 9 + \( $d / 300 \)`
32 if expr \( $d % 300 \) != 0 >/dev/null 2>&1; then
33 slottime=`expr $slottime + 1`
35 timeout=`expr $slottime \* 2 + 3`
/freebsd-current/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-current/share/examples/printing/
H A Difhp15 first_two_chars=`expr "$first_line" : '\(..\)'`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dsetup.ksh37 index=`expr $RANDOM % 2`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/online_offline/
H A Dsetup.ksh37 index=`expr $RANDOM % 2`
/freebsd-current/cddl/compat/opensolaris/include/
H A Dassert.h49 __assert(const char *expr, const char *file, int line) argument
53 expr, file, line);
/freebsd-current/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_008_pos.ksh76 resv_space_avail=`expr $space_avail - $RESV_FREE_SPACE`
77 num_resv_fs=`expr $RESV_NUM_FS - 1` # Number of FS to which resv will be applied
78 resv_size_set=`expr $resv_space_avail / $num_resv_fs`
95 fill_size=`expr $space_avail_still + $RESV_TOLERANCE`
96 write_count=`expr $fill_size / $BLOCK_SIZE`
/freebsd-current/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-current/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-current/contrib/libpcap/testprogs/
H A Dvisopts.py46 <title>BPF compiler optimization phases for $expr </title>
59 var expr = '$expr';
76 return "./expr" + exprid + "_g" + s + ".svg"
199 <h1>$expr</h1>
228 def write_html(expr, gcount, logs):
232 html = html_template.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(logs).encode("string-escape"))
237 expr = None
246 expr
[all...]
/freebsd-current/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-current/sbin/hastd/
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-current/tests/sys/geom/class/raid3/
H A D9_test.sh9 nblocks2=`expr $nblocks1 / \( $ddbs / 512 \)`
13 attach_md us0 -t malloc -s $(expr $nblocks1 + 1) || exit 1
14 attach_md us1 -t malloc -s $(expr $nblocks1 + 1) || exit 1
15 attach_md us2 -t malloc -s $(expr $nblocks1 + 1) || exit 1
26 dd if=/dev/zero of=/dev/${us2} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
32 dd if=/dev/zero of=/dev/${us1} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
H A D7_test.sh9 nblocks2=`expr $nblocks1 / \( $ddbs / 512 \)`
13 attach_md us0 -t malloc -s $(expr $nblocks1 + 1) || exit 1
14 attach_md us1 -t malloc -s $(expr $nblocks1 + 1) || exit 1
15 attach_md us2 -t malloc -s $(expr $nblocks1 + 1) || exit 1
28 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

Completed in 360 milliseconds

1234567891011>>