Home
last modified time | relevance | path

Searched refs:__yp_bind (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/nis/
Dypclnt.c153 __yp_bind (const char *domain, dom_binding **ypdb) in __yp_bind() function
224 status = __yp_bind (indomain, &ypbindlist); in yp_bind()
311 if (__yp_bind (domain, &ydb) == 0) in do_ypcall()
336 if (__yp_bind (domain, &ydb) == 0) in do_ypcall()
743 if (__yp_bind (indomain, &ydb) != 0) in yp_all()
/glibc-2.36/ChangeLog.old/
DChangeLog.94517 * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
4523 * nis/ypclnt.c (__yp_bind): Pretty print. Optimize readv result
DChangeLog.142232 of duplicated code from __yp_bind.
2233 (__yp_bind_file): New, binding dir code from __yp_bind.
2234 (__yp_bind_client_create): New, ypbind code from __yp_bind.
8879 * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
DChangeLog.61994 Add const to first parameter for __yp_bind.
DChangeLog.712123 * nis/ypclnt.c (__yp_bind): Fix possible buffer overflow.
DChangeLog.1857763 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):