/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-network-nis.p5m | 49 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 53 file path=usr/lib/netsvc/yp/multi.awk mode=0555 54 file path=usr/lib/netsvc/yp/rpc.yppasswdd mode=0555 55 file path=usr/lib/netsvc/yp/rpc.ypupdated mode=0555 56 file path=usr/lib/netsvc/yp/stdethers mode=0555 57 file path=usr/lib/netsvc/yp/stdhosts mode=0555 58 file path=usr/lib/netsvc/yp/udpublickey mode=0555 [all …]
|
H A D | system-network-nis.p5m | 61 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 D | ypstart.sh | 51 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 D | yp.sh | 30 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 D | multi.sh | 35 STDHOSTS=/usr/lib/netsvc/yp/stdhosts 36 MULTIAWK=/usr/lib/netsvc/yp/multi.awk 82 cd /var/yp/`domainname` && \
|
H A D | ypinit.sh | 34 YPXFR=/usr/lib/netsvc/yp/ypxfr 37 yproot_dir=/var/yp 38 yproot_exe=/usr/sbin/yp
|
H A D | Makefile | 35 SVCMETHOD = yp 50 NETYP = $(NETSVC)/yp 52 ROOTVAR_YP = $(ROOT)/var/yp 175 NETYP = $(NETSVC)/yp
|
H A D | ypxfr_1perhour.sh | 30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
|
H A D | ypxfr_1perday.sh | 30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
|
H A D | ypxfr_2perday.sh | 30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | getsyx.c | 66 _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 D | wins_wch.c | 95 __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 D | m_cc.c | 565 __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 D | ff.c | 248 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 D | fsck.c | 759 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 D | updaters | 35 # 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 D | wins_wch.c | 103 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 D | m_cc.c | 581 __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 D | draw.c | 150 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 D | Makefile | 40 PROG = conv_lp conv_lpd Makefile.yp 43 $(ROOTPRINTLIB)/Makefile.yp := FILEMODE=0444
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | identity-domain | 37 [ -d /var/yp/binding/$mydomain ] && name_service="${name_service}NIS "
|
H A D | net-netmask | 62 [ -z "$domain" ] || [ ! -d /var/yp/binding/$domain ] || wait_nis || \
|
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/ |
H A D | Makefile | 31 NETYP = $(NETSVC)/yp
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | Makefile | 39 NETYP = $(NETSVC)/yp
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | Makefile | 39 NETYP = $(NETSVC)/yp
|