OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__yp_token
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gen/
pw_private.h
9
extern const char
__yp_token
[];
getpwent.c
140
const char
__yp_token
[] = "__YP!"; /* Let pwd_mkdb pull this in. */
variable in typeref:typename:const char[]
1717
key.data = (u_char *)__UNCONST(
__yp_token
);
1718
key.size = strlen(
__yp_token
);
/src/usr.sbin/pwd_mkdb/
pwd_mkdb.c
134
static const char
__yp_token
[] = "__YP!";
variable in typeref:typename:const char[]
1039
key.data = __UNCONST(
__yp_token
);
1040
key.size = strlen(
__yp_token
);
Completed in 33 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025