Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-nis.p5m49 dir path=usr/lib/netsvc/yp
50 file path=usr/lib/netsvc/yp/inityp2l mode=0555
51 file path=usr/lib/netsvc/yp/mkalias mode=0555
52 file path=usr/lib/netsvc/yp/multi mode=0555
60 file path=usr/lib/netsvc/yp/yppush mode=0555
61 file path=usr/lib/netsvc/yp/ypserv mode=0555
65 file path=usr/lib/netsvc/yp/ypxfrd mode=0555
87 dir path=var/yp
88 file path=var/yp/Makefile mode=0555 original_name=SUNWyp:var/yp/Makefile \
90 dir path=var/yp/binding
[all …]
H A Dsystem-network-nis.p5m61 dir path=usr/lib/netsvc/yp
62 file path=usr/lib/netsvc/yp/ypbind mode=0555
63 file path=usr/lib/netsvc/yp/ypstart mode=0555
64 file path=usr/lib/netsvc/yp/ypstop mode=0555
65 file path=usr/lib/netsvc/yp/ypxfr mode=0555
103 dir path=var/yp
104 file path=var/yp/aliases mode=0555 original_name=SUNWnis:var/yp/aliases \
106 dir path=var/yp/binding
107 file path=var/yp/nicknames original_name=SUNWnis:var/yp/nicknames preserve=true
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstart.sh51 if [ -d /var/yp/$domain ]; then
63 if [ -f /var/yp/NISLDAPmapping ]; then
64 passwdfile=/var/yp/$domain/LDAP_passwd.byname
66 passwdfile=/var/yp/$domain/passwd.byname
95 if [ ! -f /var/yp/NISLDAPmapping -a -f /var/yp/updaters ]; then
H A Dyp.sh30 YPDIR=/usr/lib/netsvc/yp
50 if [ ! -d /var/yp/binding/$domain ]; then
180 if [ ! -d /var/yp/binding/$domain ]; then
191 if [ -f /var/yp/binding/$domain/ypservers ]; then
212 if [ ! -d /var/yp/$domain ]; then
231 PWDIR=`grep "^PWDIR" /var/yp/Makefile 2> /dev/null` \
H A Dmulti.sh35 STDHOSTS=/usr/lib/netsvc/yp/stdhosts
36 MULTIAWK=/usr/lib/netsvc/yp/multi.awk
82 cd /var/yp/`domainname` && \
H A Dypinit.sh34 YPXFR=/usr/lib/netsvc/yp/ypxfr
37 yproot_dir=/var/yp
38 yproot_exe=/usr/sbin/yp
H A DMakefile35 SVCMETHOD = yp
50 NETYP = $(NETSVC)/yp
52 ROOTVAR_YP = $(ROOT)/var/yp
175 NETYP = $(NETSVC)/yp
H A Dypxfr_1perhour.sh30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
H A Dypxfr_1perday.sh30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
H A Dypxfr_2perday.sh30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dgetsyx.c66 _getsyx(int *yp, int *xp) in _getsyx() argument
69 *yp = *xp = -1; in _getsyx()
71 *yp = _virtscr->_cury - SP->Yabove; in _getsyx()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwins_wch.c95 __m_wins_wch(w, y, x, cc, yp, xp) in __m_wins_wch() argument
99 int *yp, *xp;
106 __m_trace("__m_wins_wch(%p, %d, %d, %p, %p, %p)", w, y, x, cc, yp, xp);
155 if (yp != (int *) 0)
156 *yp = y;
H A Dm_cc.c565 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) in __m_do_scroll() argument
588 *yp = y; in __m_do_scroll()
603 __m_cc_add(w, y, x, cc, as_is, yp, xp) in __m_cc_add() argument
607 int as_is, *yp, *xp;
614 w, y, x, cc, as_is, yp, xp
660 *yp = y;
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c248 numbers(char *yp) in numbers() argument
250 if (yp == NULL) in numbers()
252 while ('0' <= *yp && *yp <= '9') in numbers()
253 yp++; in numbers()
254 if (*yp) in numbers()
H A Dfsck.c759 numbers(char *yp) in numbers() argument
761 if (yp == NULL) in numbers()
763 while ('0' <= *yp && *yp <= '9') in numbers()
764 yp++; in numbers()
765 if (*yp) in numbers()
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A Dupdaters35 # where the yp files live
37 # where the yp binaries live
38 EXEDIR=/usr/lib/netsvc/yp
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_wch.c103 int *yp, int *xp) in __m_wins_wch() argument
155 if (yp != NULL) in __m_wins_wch()
156 *yp = y; in __m_wins_wch()
H A Dm_cc.c581 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) in __m_do_scroll() argument
614 *yp = y; in __m_do_scroll()
631 const cchar_t *cc, int as_is, int *yp, int *xp) in __m_cc_add() argument
686 *yp = y; in __m_cc_add()
703 const cchar_t *cc, int as_is, int *yp, int *xp) in __m_cc_add_k() argument
722 *yp = y; in __m_cc_add_k()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c150 int x[50], y[50], xp, yp, pxp, pyp; in drawwig() local
185 yp = t1 * y[i+2] + t2 * y[i+1] + t3 * y[i] + 0.5; in drawwig()
186 if (xp != pxp || yp != pyp) { in drawwig()
188 vgoto(yp); in drawwig()
191 pyp = yp; in drawwig()
/illumos-gate/usr/src/cmd/print/scripts/
H A DMakefile40 PROG = conv_lp conv_lpd Makefile.yp
43 $(ROOTPRINTLIB)/Makefile.yp := FILEMODE=0444
/illumos-gate/usr/src/cmd/svc/milestone/
H A Didentity-domain37 [ -d /var/yp/binding/$mydomain ] && name_service="${name_service}NIS "
H A Dnet-netmask62 [ -z "$domain" ] || [ ! -d /var/yp/binding/$domain ] || wait_nis || \
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A DMakefile31 NETYP = $(NETSVC)/yp
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A DMakefile39 NETYP = $(NETSVC)/yp
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A DMakefile39 NETYP = $(NETSVC)/yp

12