HomeSort by: relevance | last modified time | path
    Searched defs:compare (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/tests/usr.bin/xlint/lint1/
msg_107.c 10 compare(double d, void *ptr) function in typeref:typename:void
msg_123.c 12 compare(_Bool b, int i, double d, const char *p) function in typeref:typename:void
msg_107.c 10 compare(double d, void *ptr) function in typeref:typename:void
msg_123.c 12 compare(_Bool b, int i, double d, const char *p) function in typeref:typename:void
msg_107.c 10 compare(double d, void *ptr) function in typeref:typename:void
msg_123.c 12 compare(_Bool b, int i, double d, const char *p) function in typeref:typename:void
  /src/usr.bin/spell/spellprog/
look.c 55 static int compare(u_char *, u_char *, u_char *);
129 if (compare(string, p, back) > 0)
156 result = compare(string, front, back);
168 compare(u_char *s1, u_char *s2, u_char *back) function in typeref:typename:int
look.c 55 static int compare(u_char *, u_char *, u_char *);
129 if (compare(string, p, back) > 0)
156 result = compare(string, front, back);
168 compare(u_char *s1, u_char *s2, u_char *back) function in typeref:typename:int
look.c 55 static int compare(u_char *, u_char *, u_char *);
129 if (compare(string, p, back) > 0)
156 result = compare(string, front, back);
168 compare(u_char *s1, u_char *s2, u_char *back) function in typeref:typename:int
  /src/sys/arch/x68k/stand/xxboot/
memcmp.S 51 compare: label
99 cmpl %a2@,%d0 | compare return value
memcmp.S 51 compare: label
99 cmpl %a2@,%d0 | compare return value
memcmp.S 51 compare: label
99 cmpl %a2@,%d0 | compare return value
  /src/sbin/mount_qemufwcfg/
virtdir.c 45 compare(const void *vp1, const void *vp2) function in typeref:typename:int
150 qsort(tp->v, tp->c, sizeof(tp->v[0]), compare);
165 return bsearch(&e, tp->v, tp->c, sizeof(tp->v[0]), compare);
virtdir.c 45 compare(const void *vp1, const void *vp2) function in typeref:typename:int
150 qsort(tp->v, tp->c, sizeof(tp->v[0]), compare);
165 return bsearch(&e, tp->v, tp->c, sizeof(tp->v[0]), compare);
virtdir.c 45 compare(const void *vp1, const void *vp2) function in typeref:typename:int
150 qsort(tp->v, tp->c, sizeof(tp->v[0]), compare);
165 return bsearch(&e, tp->v, tp->c, sizeof(tp->v[0]), compare);
  /src/usr.bin/comm/
comm.c 73 int (*compare)(const char*,const char*); local in function:main
79 compare = strcoll;
92 compare = strcasecmp;
137 if (!(comp = compare(line1, line2))) {
comm.c 73 int (*compare)(const char*,const char*); local in function:main
79 compare = strcoll;
92 compare = strcasecmp;
137 if (!(comp = compare(line1, line2))) {
comm.c 73 int (*compare)(const char*,const char*); local in function:main
79 compare = strcoll;
92 compare = strcasecmp;
137 if (!(comp = compare(line1, line2))) {
  /src/usr.bin/look/
look.c 90 static int compare(char *, char *, char *);
236 if (compare(string, p, back) == GREATER)
261 switch (compare(string, front, back)) {
282 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
298 * Compare understands about the -f and -d flags, and treats comparisons
305 compare(char *s1, char *s2, char *back) function in typeref:typename:int
look.c 90 static int compare(char *, char *, char *);
236 if (compare(string, p, back) == GREATER)
261 switch (compare(string, front, back)) {
282 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
298 * Compare understands about the -f and -d flags, and treats comparisons
305 compare(char *s1, char *s2, char *back) function in typeref:typename:int
look.c 90 static int compare(char *, char *, char *);
236 if (compare(string, p, back) == GREATER)
261 switch (compare(string, front, back)) {
282 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
298 * Compare understands about the -f and -d flags, and treats comparisons
305 compare(char *s1, char *s2, char *back) function in typeref:typename:int
  /src/tests/lib/libcurses/director/
testlang_parse.y 191 %token <string> COMPARE
220 | compare
315 compare : COMPARE PATH { label
318 | COMPARE FILENAME {
892 * Compare the output from the slave against the given file and report
testlang_parse.y 191 %token <string> COMPARE
220 | compare
315 compare : COMPARE PATH { label
318 | COMPARE FILENAME {
892 * Compare the output from the slave against the given file and report
  /src/usr.sbin/mtree/
compare.c 1 /* $NetBSD: compare.c,v 1.61 2024/12/05 17:17:43 christos Exp $ */
39 static char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93";
41 __RCSID("$NetBSD: compare.c,v 1.61 2024/12/05 17:17:43 christos Exp $");
136 compare(NODE *s, FTSENT *p) function in typeref:typename:int
compare.c 1 /* $NetBSD: compare.c,v 1.61 2024/12/05 17:17:43 christos Exp $ */
39 static char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93";
41 __RCSID("$NetBSD: compare.c,v 1.61 2024/12/05 17:17:43 christos Exp $");
136 compare(NODE *s, FTSENT *p) function in typeref:typename:int

Completed in 77 milliseconds

1 2 3