/src/lib/libc/gen/ |
getttyent.c | 130 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' macro 148 else if (vcmp(_TTYS_WINDOW)) 150 else if (vcmp(_TTYS_CLASS))
|
getttyent.c | 130 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' macro 148 else if (vcmp(_TTYS_WINDOW)) 150 else if (vcmp(_TTYS_CLASS))
|
getttyent.c | 130 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' macro 148 else if (vcmp(_TTYS_WINDOW)) 150 else if (vcmp(_TTYS_CLASS))
|
/src/bin/ps/ |
keyword.c | 63 static int vcmp(const void *, const void *); 372 v = bsearch(pp, var, __arraycount(var) - 1, sizeof(*var), vcmp); 413 vcmp(const void *a, const void *b) function in typeref:typename:int
|
keyword.c | 63 static int vcmp(const void *, const void *); 372 v = bsearch(pp, var, __arraycount(var) - 1, sizeof(*var), vcmp); 413 vcmp(const void *a, const void *b) function in typeref:typename:int
|
keyword.c | 63 static int vcmp(const void *, const void *); 372 v = bsearch(pp, var, __arraycount(var) - 1, sizeof(*var), vcmp); 413 vcmp(const void *a, const void *b) function in typeref:typename:int
|