Home
last modified time | relevance | path

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

/NextBSD/bin/test/
HDtest.c180 static int intcmp(const char *, const char *);
343 return intcmp(opnd1, opnd2) == 0; in binop()
345 return intcmp(opnd1, opnd2) != 0; in binop()
347 return intcmp(opnd1, opnd2) >= 0; in binop()
349 return intcmp(opnd1, opnd2) > 0; in binop()
351 return intcmp(opnd1, opnd2) <= 0; in binop()
353 return intcmp(opnd1, opnd2) < 0; in binop()
551 intcmp (const char *s1, const char *s2) in intcmp() function
/NextBSD/contrib/flex/
HDdfa.c164 qsort (&rule_set [1], num_associated_rules, sizeof (rule_set [1]), intcmp);
839 qsort (&sns [1], numstates, sizeof (sns [1]), intcmp);
874 qsort (&sns [1], numstates, sizeof (sns [1]), intcmp);
897 qsort (&accset [1], nacc, sizeof (accset [1]), intcmp);
HDmisc.c217 int intcmp (const void *a, const void *b) in intcmp() function
HDflexdef.h854 extern int intcmp PROTO ((const void *, const void *));
/NextBSD/contrib/ipfilter/tools/
HDipfcomp.c28 int intcmp __P((const void *, const void *));
248 int intcmp(c1, c2) in intcmp() function
701 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);
1019 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);