Home | Sort by: relevance | last modified time | path |
/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); |
/src/lib/libc/gen/ | |
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); |