Home
last modified time | relevance | path

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

/freebsd-12.1/bin/ps/
H A Dkeyword.c374 vcmp(const void *a, const void *b) in vcmp() function
/freebsd-12.1/usr.bin/sort/
H A Dvsort.c203 vcmp(struct bwstring *s1, struct bwstring *s2) in vcmp() function
/freebsd-12.1/lib/libc/gen/
H A Dgetttyent.c154 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' in getttyent() macro