Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/unit-tests/
H A Dvarparse-undef-partial.mk20 EVAL:= ${LIST}
21 .if ${EVAL} != "defined end"
22 . error ${EVAL}
32 .if ${EVAL} != "defined var-dot\\ without\\ parameter end"
33 . error ${EVAL}
40 EVAL:= ${LIST}
41 .if ${EVAL} != "defined var-dot with parameter :Q end"
42 . error ${EVAL}
H A Dvarmod-loop-delete.mk20 EVAL:= ${VAR}
21 .if ${EVAL} != " rest of the value"
/freebsd/lib/libc/stdlib/
H A Dmerge.c94 #define EVAL(p) (u_char **)roundup2((uintptr_t)p, PSIZE) macro
137 while (*EVAL(list2) != last) { in mergesort_b()
139 p1 = EVAL(list1); in mergesort_b()
140 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort_b()
141 p2 = *EVAL(p2); in mergesort_b()
145 p2 = *EVAL(p2); in mergesort_b()
274 *EVAL(list2) = (u_char*) list2 + n*size; in setup()
284 *EVAL(list2 + (last - list1)) = list2 + n * size; in setup()
300 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup()
308 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh222 $EVAL "$ECHO '$TESTSTR' > $object"
255 $EVAL "$ECHO '$TESTSTR' >> $object"
276 $EVAL "$MV $target $target.new"
278 $EVAL "$ECHO y | $RM -r $target.new"
298 $EVAL "$ECHO y | $RM -r $object"
318 $EVAL "$RUNAT $object \"$ECHO '$TESTSTR' > $TESTATTR\""
320 $EVAL "$RUNAT $object \"$ECHO '$TESTSTR' >> $TESTATTR\""
/freebsd/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/sys/contrib/device-tree/src/arm/st/
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/sys/dev/bxe/
H A Decore_fw_defs.h302 #define ETH_CRC32_HASH_MASK EVAL((1<<ETH_CRC32_HASH_BIT_SIZE)-1)
/freebsd/bin/sh/
H A DTOUR183 EVAL.C: Evaltree recursively executes a parse tree. The exit