Searched refs:intcmp (Results 1 – 4 of 4) sorted by relevance
/openbsd/bin/test/ |
H A D | test.c | 150 static int intcmp(const char *, const char *); 341 intcmp(const char *opnd1, const char *opnd2) in intcmp() function 383 return intcmp(opnd1, opnd2) == 0; in binop() 385 return intcmp(opnd1, opnd2) != 0; in binop() 387 return intcmp(opnd1, opnd2) >= 0; in binop() 389 return intcmp(opnd1, opnd2) > 0; in binop() 391 return intcmp(opnd1, opnd2) <= 0; in binop() 393 return intcmp(opnd1, opnd2) < 0; in binop()
|
/openbsd/usr.bin/lex/ |
H A D | dfa.c | 160 qsort (&rule_set [1], num_associated_rules, sizeof (rule_set [1]), intcmp); in dump_associated_rules() 833 qsort (&sns [1], numstates, sizeof (sns [1]), intcmp); in snstods() 868 qsort (&sns [1], numstates, sizeof (sns [1]), intcmp); in snstods() 891 qsort (&accset [1], nacc, sizeof (accset [1]), intcmp); in snstods()
|
H A D | misc.c | 198 intcmp(const void *a, const void *b) in intcmp() function
|
H A D | flexdef.h | 812 extern int intcmp PROTO ((const void *, const void *));
|