Searched refs:WANT (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Damd64check.c44 #define WANT 0 macro
91 CHECK (calling_conventions_values[VAL+i], regname[i], calling_conventions_values[WANT+i]);
H A Dx86check.c43 #define WANT 0 macro
97 CHECK (calling_conventions_values[VAL+i], regname[i], calling_conventions_values[WANT+i]);
/netbsd-current/tests/usr.bin/printf/
H A Dprintf.sh95 WANT="$1"; shift
98 case "${WANT}" in
99 ('!') WANT="$1"; negated=true; shift;;
109 (${WANT})
111 "$* ... Expected anything but <<${WANT}>>, Received <<${RES}>>"
118 (${WANT})
121 atf_fail "$* ... Expected <<${WANT}>> Received <<${RES}>>"
155 WANT="$1"; shift # we do not really expect this, but ...
160 (${WANT})
162 "$* ... success${WANT
[all...]

Completed in 190 milliseconds