Home
last modified time | relevance | path

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

/freebsd/bin/test/
H A Dtest.c322 const char *opnd1, *op, *opnd2; in binop() local
324 opnd1 = *t_wp; in binop()
332 return strcmp(opnd1, opnd2) == 0; in binop()
334 return strcmp(opnd1, opnd2) != 0; in binop()
336 return strcmp(opnd1, opnd2) < 0; in binop()
338 return strcmp(opnd1, opnd2) > 0; in binop()
346 return intcmp(opnd1, opnd2) > 0; in binop()
350 return intcmp(opnd1, opnd2) < 0; in binop()
352 return newerf (opnd1, opnd2); in binop()
354 return olderf (opnd1, opnd2); in binop()
[all …]