Searched refs:yp (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/lib/libc/yp/
H A DMakefile.inc4 # yp sources
5 .PATH: ${LIBC_SRCTOP}/yp
7 SRCS+= xdryp.c yp.h yp_xdr.c yplib.c
8 CLEANFILES+= yp.h yp_xdr.c
10 SYM_MAPS+= ${LIBC_SRCTOP}/yp/Symbol.map
12 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x
18 yp.h: ${RPCSRC}
H A Dxdryp.c36 #include <rpcsvc/yp.h>
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppwupdate7 # update. These are passed to /var/yp/Makefile.
16 LOGFILE=/var/yp/ypupdate.log
31 cd /var/yp && make MASTER_PASSWD=$1 UPDATE_DOMAIN=$2 $3 2>&1
33 cd /var/yp && make MASTER_PASSWD=$1 UPDATE_DOMAIN=$2 $3 >> $LOGFILE 2>&1
H A DMakefile14 GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_private.h yppasswd_private_svc.c \
40 yp.h: yp.x
42 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
44 yp_clnt.c: yp.x
46 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
/freebsd-13-stable/usr.sbin/rpc.ypupdated/
H A Dypupdate7 # These are passed to /var/yp/Makefile.
15 LOGFILE=/var/yp/ypupdate.log
30 cd /var/yp/$2; /usr/bin/make -f ../Makefile $1 2>&1
32 cd /var/yp/$2; /usr/bin/make -f ../Makefile $1 >> $LOGFILE
H A Dyp_dbdelete.c48 #include <rpcsvc/yp.h>
/freebsd-13-stable/usr.sbin/ypserv/
H A DMakefile11 ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c \
23 CLEANFILES= yp_svc.c ypxfr_clnt.c yp.h
29 yp_svc.c: yp.x
31 ${RPCGEN} -DYPSERV_ONLY -m ${RPCDIR}/yp.x | \
34 ypxfr_clnt.c: yp.x
35 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
37 yp.h: yp.x
38 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
40 FILES= Makefile.yp
[all...]
H A Dyp_extern.h45 #include <rpcsvc/yp.h>
48 #define _PATH_YP "/var/yp/"
/freebsd-13-stable/libexec/ypxfr/
H A DMakefile8 GENSRCS=yp.h yp_clnt.c ypxfr_clnt.c
26 ypxfr_clnt.c: ${RPCDIR}/yp.x
28 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
30 yp_clnt.c: ${RPCDIR}/yp.x
32 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
34 yp.h: ${RPCDIR}/yp.x
36 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
H A Dypxfr_extern.h40 #include <rpcsvc/yp.h>
46 #define _PATH_YP "/var/yp/"
H A Dyp_dbwrite.c48 #include <rpcsvc/yp.h>
H A Dypxfr_getmap.c43 #include <rpcsvc/yp.h>
H A Dypxfrd_getmap.c44 #include <rpcsvc/yp.h>
H A Dypxfr_misc.c44 #include <rpcsvc/yp.h>
/freebsd-13-stable/usr.sbin/yppush/
H A DMakefile10 GENSRCS=yp.h yp_clnt.c yppush_svc.c
20 yppush_svc.c: yp.x
21 ${RPCGEN} -DYPPUSH_ONLY -m -o ${.TARGET} ${RPCDIR}/yp.x
23 yp_clnt.c: yp.x
24 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
26 yp.h: yp.x
27 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
/freebsd-13-stable/share/man/man8/
H A DMakefile31 MAN+= yp.8
33 MLINKS+=yp.8 NIS.8 \
34 yp.8 nis.8 \
35 yp.8 YP.8
/freebsd-13-stable/libexec/rc/rc.d/
H A Dypserv34 if [ ! -d /var/yp/$_domain/. ]; then
35 warn "/var/yp/$_domain is not a directory."
/freebsd-13-stable/lib/libypclnt/
H A DMakefile16 GENSRCS=yp.h \
26 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x
30 yp.h: ${RPCSRC}
/freebsd-13-stable/usr.sbin/ypldap/
H A DMakefile6 ldapclient.c entries.c yp.c \
H A Dyp.c1 /* $OpenBSD: yp.c,v 1.14 2015/02/11 01:26:00 pelikan Exp $ */
44 #include <rpcsvc/yp.h>
108 struct yp_data *yp; local
110 if ((yp = calloc(1, sizeof(*yp))) == NULL)
112 TAILQ_INIT(&yp->yd_events);
115 env->sc_yp = yp;
119 if ((yp->yp_trans_udp = svcudp_create(RPC_ANYSOCK)) == NULL)
121 if ((yp->yp_trans_tcp = svctcp_create(RPC_ANYSOCK, 0, 0)) == NULL)
124 if (!svc_register(yp
[all...]
/freebsd-13-stable/include/rpcsvc/
H A DMakefile9 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
14 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_line.c37 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) argument
72 if (yp == NULL && (is_cached || no_draw))
151 if (yp != NULL && smp->lno == sp->lno) {
152 *yp = smp - HMAP;
327 if (yp == NULL ||
386 *yp = smp - HMAP;
/freebsd-13-stable/usr.bin/ypcat/
H A Dypcat.c48 #include <rpcsvc/yp.h>
/freebsd-13-stable/sbin/setkey/
H A Dparse.y475 caddr_t yp = $1.buf;
478 l = strlen(yp) % 2 + strlen(yp) / 2;
486 if (strlen(yp) % 2) {
487 *bp = ATOX(yp[0]);
488 yp++, bp++;
490 while (*yp) {
491 *bp = (ATOX(yp[0]) << 4) | ATOX(yp[1]);
492 yp
[all...]
/freebsd-13-stable/usr.sbin/ypset/
H A Dypset.c48 #include <rpcsvc/yp.h>

Completed in 114 milliseconds

12