Searched defs:scmp (Results 1 - 3 of 3) sorted by relevance
| /src/lib/libc/gen/ | ||
| H A D | getttyent.c | 129 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && (isspace((unsigned char) p[sizeof(e) - 1]) || p[sizeof(e) - 1] == '\0') macro |
| /src/usr.bin/iconv/ | ||
| H A D | iconv.c | 66 scmp(const void *v1, const void *v2) function in typeref:typename:int |
| /src/usr.bin/locale/ | ||
| H A D | locale.c | 330 scmp(const void *s1, const void *s2) function in typeref:typename:int |
Completed in 9 milliseconds