OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yp_master
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libc/yp/
Makefile.inc
6
SRCS+= xdryp.c yp_all.c yp_first.c yp_maplist.c
yp_master
.c yp_match.c \
11
ypclnt.3 yp_get_default_domain.3 ypclnt.3
yp_master
.3 \
yp_master.c
1
/* $NetBSD:
yp_master
.c,v 1.16 2024/01/03 18:41:53 christos Exp $ */
31
__RCSID("$NetBSD:
yp_master
.c,v 1.16 2024/01/03 18:41:53 christos Exp $");
43
__weak_alias(
yp_master
,_yp_master)
47
yp_master
(const char *indomain, const char *inmap, char **outname)
78
clnt_perror(ysd->dom_client, "
yp_master
: clnt_call");
/src/include/rpcsvc/
ypclnt.h
80
int
yp_master
(const char *, const char *, char **);
/src/distrib/utils/libhack/
yplib.c
47
#define
yp_master
_yp_master
macro
87
__weak_alias(
yp_master
,_yp_master);
239
yp_master
(indomain, inmap, outname)
function
/src/usr.bin/chpass/
pw_yp.c
86
if (
yp_master
(domain, "passwd.byname", &master) != 0) {
126
if ((r =
yp_master
(domain, "passwd.byname", &master)) != 0) {
/src/usr.sbin/ypserv/yptest/
yptest.c
96
printf("\nTest 4:
yp_master
\n");
97
Status =
yp_master
(Domain, Map, &Key2);
/src/usr.sbin/ypserv/yppush/
yppush.c
228
rv =
yp_master
(ypi.ourdomain, ypi.map, &ypi.owner);
254
rv =
yp_master
(ypi.ourdomain, "ypservers", &master);
/src/usr.sbin/yppoll/
yppoll.c
134
r =
yp_master
(domainname, inmap, &master);
213
clnt_perror(client, "
yp_master
: clnt_call");
/src/usr.bin/passwd/
yp_passwd.c
275
if ((r =
yp_master
(domain, "passwd.byname", &master)) != 0)
402
if ((r =
yp_master
(domain, "passwd.byname", &master)) != 0) {
/src/usr.sbin/ypserv/ypxfr/
ypxfr.c
186
status =
yp_master
(domain, map, &host);
188
status =
yp_master
(srcdomain, map, &host);
/src/lib/libpam/modules/pam_unix/
pam_unix.c
262
if ((r =
yp_master
(domain, "passwd.byname", &master)) != 0) {
/src/lib/libc/include/
namespace.h
922
#define
yp_master
_yp_master
macro
Completed in 21 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025