Home
last modified time | relevance | path

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

/netbsd/lib/libc/gen/
H A Dgetttyent.c130 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' in getttyent() macro
/netbsd/bin/ps/
H A Dkeyword.c413 vcmp(const void *a, const void *b) in vcmp() function