OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vcmp
(Results
1 - 2
of
2
) sorted by relevancy
/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))
/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
Completed in 12 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025