Home
last modified time | relevance | path

Searched refs:yp (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/usr.sbin/ypserv/
H A DMakefile6 PACKAGE= yp
10 ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c \
22 CLEANFILES= yp_svc.c ypxfr_clnt.c yp.h
28 yp_svc.c: yp.x
30 ${RPCGEN} -DYPSERV_ONLY -m ${RPCDIR}/yp.x | \
33 ypxfr_clnt.c: yp.x
34 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
36 yp.h: yp.x
37 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
39 FILES= Makefile.yp
[all …]
/freebsd/usr.sbin/yppush/
H A DMakefile4 PACKAGE= yp
9 GENSRCS=yp.h yp_clnt.c yppush_svc.c
19 yppush_svc.c: yp.x
20 ${RPCGEN} -DYPPUSH_ONLY -m -o ${.TARGET} ${RPCDIR}/yp.x
22 yp_clnt.c: yp.x
23 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
25 yp.h: yp.x
26 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
/freebsd/libexec/ypxfr/
H A DMakefile1 PACKAGE= yp
7 GENSRCS=yp.h yp_clnt.c ypxfr_clnt.c
25 ypxfr_clnt.c: ${RPCDIR}/yp.x
27 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
29 yp_clnt.c: ${RPCDIR}/yp.x
31 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
33 yp.h: ${RPCDIR}/yp.x
35 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
/freebsd/lib/libc/yp/
H A DMakefile.inc2 .PATH: ${LIBC_SRCTOP}/yp
4 SRCS+= xdryp.c yp.h yp_xdr.c yplib.c
5 CLEANFILES+= yp.h yp_xdr.c
7 SYM_MAPS+= ${LIBC_SRCTOP}/yp/Symbol.map
9 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x
15 yp.h: ${RPCSRC}
/freebsd/usr.sbin/rpc.yppasswdd/
H A DMakefile6 PACKAGE=yp
13 GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_private.h yppasswd_private_svc.c \
39 yp.h: yp.x
41 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
43 yp_clnt.c: yp.x
45 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
H A Dyppwupdate15 LOGFILE=/var/yp/ypupdate.log
30 cd /var/yp && make MASTER_PASSWD=$1 UPDATE_DOMAIN=$2 $3 2>&1
32 cd /var/yp && make MASTER_PASSWD=$1 UPDATE_DOMAIN=$2 $3 >> $LOGFILE 2>&1
/freebsd/share/man/man8/
H A DMakefile28 MAN+= yp.8
30 MLINKS+=yp.8 NIS.8 \
31 yp.8 nis.8 \
32 yp.8 YP.8
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdate14 LOGFILE=/var/yp/ypupdate.log
29 cd /var/yp/$2; /usr/bin/make -f ../Makefile $1 2>&1
31 cd /var/yp/$2; /usr/bin/make -f ../Makefile $1 >> $LOGFILE
/freebsd/lib/libypclnt/
H A DMakefile15 GENSRCS=yp.h \
25 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x
29 yp.h: ${RPCSRC}
/freebsd/contrib/nvi/vi/
H A Dvs_line.c37 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) in vs_line() argument
72 if (yp == NULL && (is_cached || no_draw)) in vs_line()
151 if (yp != NULL && smp->lno == sp->lno) { in vs_line()
152 *yp = smp - HMAP; in vs_line()
327 if (yp == NULL || in vs_line()
386 *yp = smp - HMAP; in vs_line()
/freebsd/usr.sbin/ypldap/
H A Dyp.c107 struct yp_data *yp; in yp_init() local
109 if ((yp = calloc(1, sizeof(*yp))) == NULL) in yp_init()
111 TAILQ_INIT(&yp->yd_events); in yp_init()
114 env->sc_yp = yp; in yp_init()
118 if ((yp->yp_trans_udp = svcudp_create(RPC_ANYSOCK)) == NULL) in yp_init()
120 if ((yp->yp_trans_tcp = svctcp_create(RPC_ANYSOCK, 0, 0)) == NULL) in yp_init()
123 if (!svc_register(yp->yp_trans_udp, YPPROG, YPVERS, in yp_init()
127 if (!svc_register(yp->yp_trans_tcp, YPPROG, YPVERS, in yp_init()
H A DMakefile3 PACKAGE= yp
6 ldapclient.c entries.c yp.c \
/freebsd/include/rpcsvc/
H A DMakefile6 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
11 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
/freebsd/sbin/setkey/
H A Dparse.y483 caddr_t yp = $1.buf;
486 l = strlen(yp) % 2 + strlen(yp) / 2;
494 if (strlen(yp) % 2) {
495 *bp = ATOX(yp[0]);
496 yp++, bp++;
498 while (*yp) {
499 *bp = (ATOX(yp[0]) << 4) | ATOX(yp[1]);
500 yp
479 caddr_t yp = $1.buf; global() variable
[all...]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dcolibri-vf50-ts.txt9 - yp-gpios: FET gate driver for input of Y+
26 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dfsl,imx25-gcq.txt19 - vref-yp-supply: The regulator supplying the ADC reference voltage on pin YP.
29 1: yp
/freebsd/bin/domainname/
H A DMakefile1 PACKAGE=yp
/freebsd/usr.bin/ypmatch/
H A DMakefile1 PACKAGE= yp
/freebsd/usr.bin/ypcat/
H A DMakefile1 PACKAGE= yp
/freebsd/usr.sbin/ypset/
H A DMakefile1 PACKAGE= yp
/freebsd/usr.sbin/yppoll/
H A DMakefile1 PACKAGE= yp
/freebsd/contrib/ntp/sntp/m4/
H A Dos_cflags.m419 # avoid circular dependencies in yp headers, and more
26 # avoid circular dependencies in yp headers
/freebsd/usr.sbin/ypbind/
H A DMakefile1 PACKAGE= yp
/freebsd/usr.bin/ypwhich/
H A DMakefile4 PACKAGE= yp
/freebsd/libexec/rc/rc.d/
H A Dypserv35 if [ ! -d /var/yp/$_domain/. ]; then

123