Home
last modified time | relevance | path

Searched defs:scmp (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/lib/libc/gen/
H A Dgetttyent.c149 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1]) in getttyent() macro
/freebsd-src/usr.bin/locale/
H A Dlocale.c466 scmp(const void *s1, const void *s2) in scmp() function