Searched refs:yp (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-11.0-release/lib/libc/yp/
H A Dxdryp.c31 __FBSDID("$FreeBSD: releng/11.0/lib/libc/yp/xdryp.c 228826 2011-12-23 01:56:25Z ghelmer $");
34 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/ypset/
H A Dypset.c46 #include <rpcsvc/yp.h>
/freebsd-11.0-release/contrib/groff/src/preproc/grn/
H A Dhdb.cpp281 * xscanf(f,xp,yp) does roughly what fscanf(f,"%f%f",xp,yp) does except:
292 double *yp)
341 *yp = (double) j / (double) jscale;
290 xscanf(FILE *f, double *xp, double *yp) argument
/freebsd-11.0-release/libexec/ypxfr/
H A Dypxfr_misc.c42 #include <rpcsvc/yp.h>
H A Dypxfr_main.c49 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c46 #include <rpcsvc/yp.h>
/freebsd-11.0-release/sys/dev/drm/
H A Dsavage_drv.h451 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \
455 ((yp) ? 1<<15 : 0) | \
/freebsd-11.0-release/usr.sbin/ypserv/
H A Dypinit.sh11 YP_DIR=/var/yp
358 echo "Couldn't build yp data base ${YP_DIR}/${DOMAIN}/ypservers." 1>&2
H A Dyp_access.c39 #include <rpcsvc/yp.h>
105 * Read /var/yp/securenets file and initialize the securenets
193 * /var/yp/securenets file, and tcp-wrapper support, which requires
201 * If no /var/yp/securenets file is present, the host access checks
296 * (1) The /var/yp/securenets exists and the remote host does not
H A Dyp_dnslookup.c64 #include <rpcsvc/yp.h>
H A Dyp_dblookup.c47 #include <rpcsvc/yp.h>
H A DMakefile.yp4 # $FreeBSD: releng/11.0/usr.sbin/ypserv/Makefile.yp 292441 2015-12-18 17:30:22Z ume $
8 # /var/yp/ypservers file. Please make sure that the hostnames of all
9 # NIS servers in your domain are listed in /var/yp/ypservers.
79 YPDIR = /var/yp
88 # NIS passwd and master.passwd files are stored in /var/yp: the server's
134 # Read overrides. Note, the current directory will be /var/yp/<domain>
249 @echo " The default location is /var/yp/master.passwd. You should"
250 @echo " edit /var/yp/Makefile and set the MASTER variable to point"
399 # We generate all the mappings from /etc/hosts unless /var/yp/ipnodes
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dsecurity.c25 #include <rpcsvc/yp.h>
/freebsd-11.0-release/contrib/groff/src/devices/xditview/
H A Ddraw.c440 int xp, yp; local
445 yp = YPos (dw);
447 xp, yp, local
448 xp + DeviceToX (dw, x), yp + DeviceToX (dw, y));
/freebsd-11.0-release/usr.bin/ypwhich/
H A Dypwhich.c50 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c58 #include <rpcsvc/yp.h>
H A Dyppasswdd_server.c61 #include <rpcsvc/yp.h>
243 * we have to cheat: we search each directory under /var/yp
352 * /var/yp/Makefile, but we'd have no way of knowing if
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Dsecurity.c27 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c46 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/ypbind/
H A Dyp_ping.c85 #include <rpcsvc/yp.h>
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_crypto.c1094 struct cert_info *cp, *xp, *yp; /* cert info/value pointer */ local
1196 xp = yp = NULL;
1205 yp = cp;
1226 xp = yp;
3341 struct cert_info *yp /* issuer certificate */
3354 peer->issuer = estrdup(yp->issuer);
3356 peer->xinfo = yp;
3366 if (strcmp(yp->subject, yp->issuer) == 0) {
3367 if (!(yp
[all...]
/freebsd-11.0-release/contrib/nvi/cl/
H A Dcl_funcs.c287 cl_cursor(SCR *sp, size_t *yp, size_t *xp) argument
298 getyx(win, *yp, *xp);
300 *yp -= sp->roff;
/freebsd-11.0-release/usr.sbin/yppush/
H A Dyppush_main.c51 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/ypserv/common/
H A Dyplib_host.c52 #include <rpcsvc/yp.h>
/freebsd-11.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf104 srcdirs /usr/src/usr.sbin/yp # yp subsystem

Completed in 130 milliseconds

123