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

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dgetsyx.c68 _getsyx(int *yp, int *xp) argument
71 *yp = *xp = -1;
73 *yp = _virtscr->_cury - SP->Yabove;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr_1perhour.sh30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH
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 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 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
H A Dyp.sh30 YPDIR=/usr/lib/netsvc/yp
50 if [ ! -d /var/yp/binding/$domain ]; then
56 ypfile="/var/yp/binding/$domain/ypservers"
180 if [ ! -d /var/yp/binding/$domain ]; then
181 echo "$0: /var/yp/binding/$domain is not a directory"
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 Dypinit.sh34 YPXFR=/usr/lib/netsvc/yp/ypxfr
37 yproot_dir=/var/yp
38 yproot_exe=/usr/sbin/yp
98 where -c is used to set up a yp client, -m is used to build a master "
100 yp server data base, and -s is used for a slave data base."
102 master_server must be an existing reachable yp server."
126 where -c is used to set up a yp client, -m is used to build a master "
128 yp server data base, and -s is used for a slave data base."
130 master_server must be an existing reachable yp server."
145 where -c is used to set up a yp clien
[all...]
H A DMakefile34 SVCMETHOD = yp
49 NETYP = $(NETSVC)/yp
51 ROOTVAR_YP = $(ROOT)/var/yp
170 NETYP = $(NETSVC)/yp
/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/lib/libbc/libc/gen/common/
H A Dgetgraent.c46 char *yp; member in struct:gradata
124 if (g->yp)
125 free(g->yp);
126 g->yp = NULL;
141 if (g->yp)
142 free(g->yp);
143 g->yp = NULL;
184 if (g->yp) {
185 gra = interpretwithsave(g->yp, g->yplen, savegra);
186 free(g->yp);
[all...]
H A Dgetpwaent.c66 #define yp (_pwa->_yp) macro
141 if (yp)
142 free(yp);
143 yp = NULL;
160 if (yp)
161 free(yp);
162 yp = NULL;
190 if (yp) {
191 pwadj = interpretwithsave(yp, yplen, savepwadj);
192 free(yp);
[all...]
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A DMakefile31 NETYP = $(NETSVC)/yp
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwins_wch.c97 __m_wins_wch(w, y, x, cc, yp, xp)
101 int *yp, *xp;
108 __m_trace("__m_wins_wch(%p, %d, %d, %p, %p, %p)", w, y, x, cc, yp, xp);
157 if (yp != (int *) 0)
158 *yp = y;
H A Dm_cc.c567 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) argument
590 *yp = y;
605 __m_cc_add(w, y, x, cc, as_is, yp, xp)
609 int as_is, *yp, *xp;
616 w, y, x, cc, as_is, yp, xp
662 *yp = y;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_wch.c105 int *yp, int *xp)
157 if (yp != NULL)
158 *yp = y;
104 __m_wins_wch(WINDOW *w, int y, int x, const cchar_t *cc, int *yp, int *xp) argument
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c249 numbers(char *yp) argument
251 if (yp == NULL)
253 while ('0' <= *yp && *yp <= '9')
254 yp++;
255 if (*yp)
H A Dfsck.c759 numbers(char *yp) argument
761 if (yp == NULL)
763 while ('0' <= *yp && *yp <= '9')
764 yp++;
765 if (*yp)
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile302 pics/%.o s5pics/%.o : ../libc/yp/%.c
378 CLEANFILES= ../libc/yp/ypupdate_prot.c ../inc/include/rpcsvc/ypupdate_prot.h \
449 s5pics/yp_update.o : ../inc/include/rpcsvc/ypupdate_prot.h ../libc/yp/yp_update.c
450 $(COMPILE.c) -o $@ ../libc/yp/yp_update.c
454 ../libc/yp/ypupdate_prot.c
455 $(COMPILE.c) -o $@ ../libc/yp/ypupdate_prot.c
458 ../libc/yp/ypupdate_prot.c: ../libc/yp/ypupdate_prot.x
460 $(RPCGEN) -c -o $@ ../libc/yp/ypupdate_prot.x
462 ../libc/yp/ypupdate_pro
[all...]
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A DMakefile38 NETYP = $(NETSVC)/yp
/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/ypcmd/yppasswd/
H A DMakefile38 NETYP = $(NETSVC)/yp
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c154 int x[50], y[50], xp, yp, pxp, pyp; local
189 yp = t1 * y[i+2] + t2 * y[i+1] + t3 * y[i] + 0.5;
190 if (xp != pxp || yp != pyp) {
192 vgoto(yp);
195 pyp = yp;
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com144 pics/%.o: ../yp/%.c
235 $(YP:%.o=../yp/%.c) \

Completed in 148 milliseconds

12