Searched refs:scmp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/shell_cmds-179/users/
H A Dusers.c62 int scmp __P((const void *, const void *));
108 qsort(names, ncnt, _UTX_USERSIZE, scmp);
119 scmp(p, q) function
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dgetttyent.c202 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace_l(p[sizeof(e) - 1], loc) macro
206 if (scmp(_TTYS_OFF))
208 else if (scmp(_TTYS_ON))
210 else if (scmp(_TTYS_SECURE))
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddired.c129 static int scmp P_ ((unsigned char *, unsigned char *, int));
565 || 0 <= scmp (dp->d_name, SDATA (encoded_file),
594 /* Need to encode ELT, since scmp compares unibyte
607 if (0 <= scmp (dp->d_name + skip, p1, elt_len))
623 /* Need to encode ELT, since scmp compares unibyte
629 if (0 <= scmp (dp->d_name + skip,
706 matchsize = scmp (p1, p2, compare);
777 scmp (s1, s2, len)
775 scmp (s1, s2, len) function
H A Dminibuf.c2306 0 <= scmp (b, p, ZV - 1))
2310 while (0 <= scmp (b + i, p, ZV - 1 - i))

Completed in 142 milliseconds