Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/users/
H A Dusers.c109 scmp(const void *p, const void *q) in scmp() function
/openbsd-src/lib/libc/gen/
H A Dgetttyent.c96 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && \ in getttyent() macro