Searched refs:NSSRC_COMPAT (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/include/ |
H A D | nsswitch.h | 67 #define NSSRC_COMPAT "compat" /* passwd,group in YP compat mode */ macro 120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
|
/netbsd-src/lib/libc/net/ |
H A D | nsparser.y | 166 if ((strcasecmp(elem, NSSRC_COMPAT) == 0) || 167 (strcasecmp(curdbt.srclist[0].name, NSSRC_COMPAT) == 0)) {
|
H A D | nsdispatch.c | 110 { NSSRC_COMPAT, NS_SUCCESS }, 115 { NSSRC_COMPAT, NS_SUCCESS | NS_FORCEALL },
|