Home
last modified time | relevance | path

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

/freebsd-14.2/bin/test/
H A Dtest.c178 static int intcmp(const char *, const char *);
341 return intcmp(opnd1, opnd2) == 0; in binop()
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()
577 intcmp (const char *s1, const char *s2) in intcmp() function
/freebsd-14.2/contrib/flex/src/
H A Ddfa.c157 qsort (&rule_set [1], (size_t) num_associated_rules, sizeof (rule_set [1]), intcmp); in dump_associated_rules()
821 qsort (&sns [1], (size_t) numstates, sizeof (sns [1]), intcmp); in snstods()
856 qsort (&sns [1], (size_t) numstates, sizeof (sns [1]), intcmp); in snstods()
879 qsort (&accset [1], (size_t) nacc, sizeof (accset [1]), intcmp); in snstods()
H A Dmisc.c191 int intcmp (const void *a, const void *b) in intcmp() function
H A Dflexdef.h803 extern int intcmp(const void *, const void *);
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dutility.inc31 // [utility.intcmp], integer comparison functions
/freebsd-14.2/sbin/ipf/ipf/
H A Dipfcomp.c27 int intcmp(const void *, const void *);
245 intcmp(const void *c1, const void *c2) in intcmp() function
687 qsort(m, FRC_MAX, sizeof(mc_t), intcmp); in emitGroup()
1002 qsort(m, FRC_MAX, sizeof(mc_t), intcmp); in printCgroup()
/freebsd-14.2/sys/sys/
H A Dqmath.h352 #define Q_QCMPQ(a, b, intcmp, fraccmp) \ argument
353 ((Q_GIVAL(a) intcmp Q_GIVAL(b)) || \