Searched refs:expr (Results 376 - 400 of 559) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/tzdata/
H A DMakefile604 $(AWK) -v DATAFORM=`expr $@ : '\(.*\).zi'` -f ziguard.awk \
697 ./zdump -i $(TZS_CUTOFF_FLAG) '$(wd)/'$$(expr $@ : '\(.*\).zd') \
821 -F file=@$$(expr $@ : 'check_\(.*\)') -o $@.out && \
880 LC_ALL=C sh workman.sh `expr $@ : '\(.*\)\.txt$$'` >$@.out
895 touch -cmd @`expr $$7 + $$n` "$$dest"; \
/freebsd-13-stable/rescue/rescue/
H A DMakefile55 ed expr getfacl hostname kenv kill ln ls mkdir mv \
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dprotocol.py1744 def handle_typedef(self, name, expr):
1756 fields = _parse_expr(seq, expr, self.typedefs)
1772 def handle_proto_def(self, name, proto_version, value, expr):
1799 fields = _parse_expr(seq, expr, self.typedefs)
/freebsd-13-stable/bin/mv/tests/
H A Dlegacy_test.sh11 COUNT=`expr $COUNT + 1`
/freebsd-13-stable/contrib/openbsm/config/
H A Ddepcomp406 i=`expr $i - 1`
409 i=`expr $i - 1`
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua123 -- for convenience. One may also optionally provide an expr; this gets applied
129 expr = "_Contains[a-z_]*_long_",
133 expr = "_Contains[a-z_]*_timet_/",
140 expr = "_Contains[a-z_]*_ptr_",
580 local expr = v["expr"]
581 if abi_changes(k) and expr ~= nil and arg:find(expr) then
/freebsd-13-stable/crypto/openssh/regress/
H A Dcfgmatchlisten.sh30 n=`expr $n + 1`
/freebsd-13-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh143 DUMPNR=$(expr $(basename $1) : 'vmcore\.\([0-9]*\)')
/freebsd-13-stable/tools/ifnet/
H A Dconvert_drvapi.sh232 count=`expr $count + 1`
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1097 # define GTEST_COMPILE_ASSERT_(expr, msg) static_assert(expr, #msg)
1103 # define GTEST_COMPILE_ASSERT_(expr, msg) \
1104 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1105 msg[static_cast<bool>(expr) ? 1 : -1] GTEST_ATTRIBUTE_UNUSED_
1117 // #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
1128 // - By using the type CompileAssert<(bool(expr))>, we ensures that
1129 // expr is a compile-time constant. (Template arguments must be
1132 // - The outter parentheses in CompileAssert<(bool(expr))> ar
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp162 llvm_unreachable("unexpected expr in string literal init");
184 llvm_unreachable("unexpected expr in array compound literal init");
367 Expr *expr);
1323 Expr *expr = IList->getInit(Index); local
1329 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) {
1335 expr = SubInitList->getInit(0);
1338 } else if (isa<ImplicitValueInitExpr>(expr)) {
1341 assert(SemaRef.Context.hasSameType(expr->getType(), ElemType) &&
1343 UpdateStructuredListElement(StructuredList, StructuredIndex, expr);
1348 if (SemaRef.getLangOpts().CPlusPlus || isa<InitListExpr>(expr)) {
1538 Expr *expr = IList->getInit(Index); local
1613 Expr *expr = IList->getInit(Index); local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in985 all=`expr $$all + 1`; \
988 xpass=`expr $$xpass + 1`; \
989 failed=`expr $$failed + 1`; \
997 all=`expr $$all + 1`; \
1000 xfail=`expr $$xfail + 1`; \
1004 failed=`expr $$failed + 1`; \
1009 skip=`expr $$skip + 1`; \
1291 all=`expr $$all + 1`; \
1296 failed=`expr $$failed + 1`; \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp631 if (llvm::Optional<DataExtractor> expr =
633 DumpLocation(s, *expr, level, abi);
645 // DW_OP_entry_value(sub-expr) describes the location a variable had upon
889 if (llvm::Optional<DataExtractor> expr =
892 exe_ctx, reg_ctx, module_sp, *expr, m_dwarf_cu, m_reg_kind,
2639 if (llvm::Optional<DataExtractor> expr = GetLocationExpression(load_function_start, pc))
2640 opcodes = std::move(*expr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1518 const char *expr) {
1520 (const char *, const char *), name, expr);
1524 if (IsValid() && name && *name && expr && *expr) {
1528 ValueObject::CreateValueObjectFromExpression(name, expr, exe_ctx);
2303 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { argument
2305 (const char *), expr);
2316 return LLDB_RECORD_RESULT(EvaluateExpression(expr, options));
2319 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, argument
2322 (const char *, const lldb::SBExpressionOptions &), expr,
1517 CreateValueFromExpression(const char *name, const char *expr) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h752 /** Evaluate the expression @a expr while holding a write lock on
755 * @a expr must yield an (svn_error_t *) error code. If the error code
764 * The lock is guaranteed to be released after evaluating @a expr.
766 #define SVN_WC__CALL_WITH_WRITE_LOCK(expr, wc_ctx, local_abspath, \
774 svn_wc__err1 = (expr); \
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
400 # must be portable across $(()) and expr.
409 as_val=`expr "$@" || test $? -eq 1`
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk59 M_cmpv= S,., ,g:_:range:@i@+ $${_:[-$$i]} \* $${M_cmpv.units:[$$i]}@:S,^,expr 0 ,1:sh
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1178 SExpr *expr() { return Expr0; } function in class:clang::threadSafety::UnaryOp
1179 const SExpr *expr() const { return Expr0; } function in class:clang::threadSafety::UnaryOp
1193 return Cmp.compare(expr(), E->expr());
1264 SExpr *expr() { return Expr0; } function in class:clang::threadSafety::Cast
1265 const SExpr *expr() const { return Expr0; } function in class:clang::threadSafety::Cast
1279 return Cmp.compare(expr(), E->expr());
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A D_libdwarf.h85 #define RCHECK(expr) \
87 ret = expr; \
116 Dwarf_P_Expr at_expr; /* at value is expr. */
163 STAILQ_ENTRY(_Dwarf_P_Expr) pe_next; /* Next expr in list. */
/freebsd-13-stable/contrib/file/
H A Dconfigure57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
400 # must be portable across $(()) and expr.
409 as_val=`expr "$@" || test $? -eq 1`
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
[all...]
/freebsd-13-stable/sys/ddb/
H A Ddb_command.c594 * !expr(arg,arg,arg)
904 db_hex2dec(db_expr_t expr) argument
911 x = expr;
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
400 # must be portable across $(()) and expr.
409 as_val=`expr "$@" || test $? -eq 1`
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dconfigure58 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
63 expr "X$arg" : "X\\(.*\\)$as_nl";
64 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
201 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
400 # must be portable across $(()) and expr.
409 as_val=`expr "$@" || test $? -eq 1`
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h95 #define BUILD_BUG_ON_INVALID(expr) while (0) { (void)(expr); }
/freebsd-13-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh117 BUF=`expr $EPOCH + 5`
165 BUF=`expr $EPOCH + 5`

Completed in 262 milliseconds

<<11121314151617181920>>