Home
last modified time | relevance | path

Searched refs:EVAL (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/bmake/unit-tests/
H A Dvarparse-undef-partial.mk21 EVAL:= ${LIST}
22 .if ${EVAL} != "defined end"
23 . error ${EVAL}
33 .if ${EVAL} != "defined var-dot\\ without\\ parameter end"
34 . error ${EVAL}
41 EVAL:= ${LIST}
42 .if ${EVAL} != "defined var-dot with parameter :Q end"
43 . error ${EVAL}
H A Dvarmod-loop-delete.mk20 EVAL:= ${VAR}
21 .if ${EVAL} != " rest of the value"
/freebsd-14.2/lib/libc/stdlib/
H A Dmerge.c140 while (*EVAL(list2) != last) { in mergesort_b()
142 p1 = EVAL(list1); in mergesort_b()
144 p2 = *EVAL(p2); in mergesort_b()
148 p2 = *EVAL(p2); in mergesort_b()
277 *EVAL(list2) = (u_char*) list2 + n*size; in setup()
287 *EVAL(list2 + (last - list1)) = list2 + n * size; in setup()
303 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup()
311 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
321 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
323 p2 = *EVAL(p2) = list2 + n*size; in setup()
[all …]
/freebsd-14.2/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh225 $EVAL "$ECHO '$TESTSTR' > $object"
258 $EVAL "$ECHO '$TESTSTR' >> $object"
279 $EVAL "$MV $target $target.new"
281 $EVAL "$ECHO y | $RM -r $target.new"
301 $EVAL "$ECHO y | $RM -r $object"
321 $EVAL "$RUNAT $object \"$ECHO '$TESTSTR' > $TESTATTR\""
323 $EVAL "$RUNAT $object \"$ECHO '$TESTSTR' >> $TESTATTR\""
/freebsd-14.2/contrib/ee/
H A Dnew_curse.c1837 int EVAL; local
1879 EVAL = TRUE;
1880 while (EVAL)
1904 EVAL = FALSE;
1934 EVAL = FALSE;
1944 EVAL = FALSE;
1958 EVAL = FALSE;
1964 EVAL = FALSE;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dstm32h743i-eval.dts48 model = "STMicroelectronics STM32H743i-EVAL board";
H A Dstm32746g-eval.dts50 model = "STMicroelectronics STM32746g-EVAL board";
H A Dstm32429i-eval.dts56 model = "STMicroelectronics STM32429i-EVAL board";
/freebsd-14.2/sys/dev/bxe/
H A Decore_fw_defs.h302 #define ETH_CRC32_HASH_MASK EVAL((1<<ETH_CRC32_HASH_BIT_SIZE)-1)
/freebsd-14.2/bin/sh/
H A DTOUR184 EVAL.C: Evaltree recursively executes a parse tree. The exit