Home
last modified time | relevance | path

Searched refs:YPVERS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dnismodule.c231 #ifndef YPVERS
232 #define YPVERS 2 macro
363 cl = clnt_create(server, YPPROG, YPVERS, "tcp"); in nis_maplist()
/external/python/cpython3/Modules/
Dnismodule.c238 #ifndef YPVERS
239 #define YPVERS 2 macro
370 cl = clnt_create(server, YPPROG, YPVERS, "tcp"); in nis_maplist()