HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfclose.c 36 reg int local, ex, rv; local
42 GETLOCAL(f,local);
45 SFMODE(f,local) != (f->mode&SF_RDWR) &&
46 SFMODE(f,local) != (f->mode&(SF_READ|SF_SYNCED)) &&
47 _sfmode(f,SF_SYNCED,local) < 0)
74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0)
77 if(!local && f->pool)
105 if(f->data && (!local || (f->flags&SF_STRING) || (f->bits&SF_MMAP) ) )
151 if(!local)
sfexcept.c 38 reg int ev, local, lock; local
45 GETLOCAL(f,local);
48 if(local && io <= 0)
53 if(local && lock)
61 if(local && lock)
77 if(local && io >= 0)
111 if(local && f->push &&
sfnputc.c 41 reg int local; local
46 GETLOCAL(f,local);
47 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0)
50 SFLOCK(f,local);
79 SFOPEN(f,local);
sfread.c 40 reg int local, justseek; local
45 GETLOCAL(f,local);
84 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
89 SFLOCK(f,local);
137 SFOPEN(f,local);
sfsk.c 41 reg int local, mode; local
46 GETLOCAL(f,local);
47 if(!local && !(f->bits&SF_DCDOWN))
87 if(local)
sffilbuf.c 43 reg int first, local, rcrv, rc, justseek; local
48 GETLOCAL(f,local);
58 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
60 SFLOCK(f,local);
111 SFOPEN(f,local);
sfflsbuf.c 41 int local, isall; local
43 SFMTXDECL(f); /* declare a local stream variable for multithreading */
47 GETLOCAL(f,local);
51 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0)
53 SFLOCK(f,local);
67 { SFOPEN(f,local);
108 { SFOPEN(f,local);
119 SFOPEN(f,local);
sfraise.c 66 reg int local, rv; local
74 GETLOCAL(f,local);
76 !(local &&
79 SFMODE(f,local) != (f->mode&SF_RDWR) && _sfmode(f,0,local) < 0)
81 SFLOCK(f,local);
105 SFOPEN(f,local);
sfreserve.c 41 reg int mode, local; local
92 for(local = 0;; local = SF_LOCAL)
97 if((int)f->mode != mode && _sfmode(f,mode,local) < 0)
102 SFLOCK(f,local);
sfseek.c 61 int mode, local, hardseek, mustsync; local
66 GETLOCAL(f,local);
76 if((int)SFMODE(f,local) != (mode = f->mode&SF_RDWR))
81 mode = _sfmode(f,mode,local);
110 SFLOCK(f,local);
276 SFOPEN(f,local);
sfwrite.c 40 reg int local; local
45 GETLOCAL(f,local);
88 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0 )
93 SFLOCK(f,local);
167 SFOPEN(f,local);
sfrd.c 72 reg int local, rcrv, dosync, oerrno; local
77 GETLOCAL(f,local);
85 if(!local && !(f->bits&SF_DCDOWN)) /* an external user's call */
125 if(local)
294 if(local)
301 n = local ? 0 : (ssize_t)r;
304 if(!local && !(f->flags&SF_STRING))
sfsync.c 89 int local, rv, mode, lock; local
98 GETLOCAL(origf,local);
109 if((origf->mode&SF_RDWR) != SFMODE(origf,local) && _sfmode(origf,0,local) < 0)
119 SFLOCK(f,local);
161 SFOPEN(f,local);
168 if(!local && f && (f->mode&SF_POOL) && f->pool && f != f->pool->sf[0])
sfwr.c 136 reg int local, oerrno; local
141 GETLOCAL(f,local);
142 if(!local && !(f->bits&SF_DCDOWN)) /* an external user's call */
165 if(local)
226 if(local)
233 w = local ? 0 : w;
236 if(!local && !(f->flags&SF_STRING))
sfsetbuf.c 101 int sf_malloc, oflags, init, okmmap, local; local
113 GETLOCAL(f,local);
131 else if((f->mode&SF_RDWR) != SFMODE(f,local) && _sfmode(f,0,local) < 0)
141 _sfmode(f,SF_READ,local) < 0)
145 SFLOCK(f,local); rv = SFSYNC(f); SFOPEN(f,local);
153 SFLOCK(f,local);
206 if((init || local) && !(f->flags&SF_STRING))
401 SFOPEN(f,local);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
authenticate.c 55 unsigned short local, remote; local
65 else if (auth_fd(0, &in, &local, &remote) == -1)
68 if (!(user = auth_tcpuser(in, local, remote)))
  /onnv/onnv-gate/usr/src/cmd/fmli/xx/
Makefile 35 # fmli local libraries
36 LOCAL = wish oh wish oeu form qued menu proc sys vt
37 LDLIBS.local = $(LOCAL:%=../%/lib%.a)
39 fmli := LDLIBS += $(LDLIBS.local) -lcurses
53 # check if local libraries are up to date.
54 $(LDLIBS.local):
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/rds/
rdsib_sc.h 46 rds_path_endpoint_t local; member in struct:rds_path_s
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
nameref.sh 202 [[ $(selfref ps) == *a=1* ]] || err_exit 'local nameref cannot reference global variable of the same name'
208 [[ $(subref ps) == 1 ]] || err_exit 'local nameref cannot reference global variable child'
210 function local function
213 [[ $(subref ps) == 3 ]] || err_exit 'local nameref cannot reference caller compound variable'
215 local
216 unset -f local
217 function local function
221 local 2> /dev/null || err_exit 'function local has non-zero exit status'
257 ) == *foo=hello* ]] || err_exit 'unable to display compound variable from name reference of local variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
Makefile 8 PROG= kadmin kadmin.local
46 kadmin.local:= DEFS += -D_KADMIN_LOCAL_
56 kadmin.local: $(LOC_OBJS)
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
Makefile 34 LIBPROG= mail.local smrsh
49 mail.local := LDLIBS += -lsocket -lnsl -lmail -lldap
88 mail.local: mail.local.o ../libsmutil/libsmutil.a ../libsm/libsm.a
89 $(LINK.c) mail.local.o -o $@ $(LDLIBS) ../libsmutil/libsmutil.a \
120 install: all $(ROOTPROG) $(ROOTLIB)/mail.local $(ROOTLIB)/smrsh \
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_net.c 239 list_t local; local
254 list_create(&local, sizeof (smb_txreq_t),
258 list_move_tail(&local, &txl->tl_list);
260 while ((txr = list_head(&local)) != NULL) {
262 list_remove(&local, txr);
274 while ((txr = list_head(&local)) != NULL) {
276 list_remove(&local, txr);
  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
vmlast.c 47 reg int local, inuse; local
51 if(!(local = vd->mode&VM_TRUST))
52 { GETLOCAL(vd,local);
53 if(ISLOCK(vd,local))
57 SETLOCK(vd,local);
95 if(!local && (vd->mode&VM_TRACE) && _Vmtrace)
99 CLRLOCK(vd,local);
100 ANNOUNCE(local, vm, VM_ALLOC, (Void_t*)tp, vm->disc);
117 reg int local, inuse; local
123 if(!(local = vd->mode&VM_TRUST)
176 reg int local, inuse; local
403 reg int local, inuse; local
    [all...]
vmpool.c 53 reg int local, inuse; local
64 if(!(local = vd->mode&VM_TRUST) )
65 { GETLOCAL(vd,local);
66 if(ISLOCK(vd, local))
70 SETLOCK(vd, local);
116 if(!local && (vd->mode&VM_TRACE) && _Vmtrace && tp)
119 CLRLOCK(vd, local);
120 ANNOUNCE(local, vm, VM_ALLOC, (Void_t*)tp, vm->disc);
139 reg int local, inuse; local
142 if(!(local = vd->mode&VM_TRUST)
188 reg int local, inuse; local
236 int local, inuse; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filesync/
rules.c 356 struct tm *local; local
360 local = localtime(&now);
365 cuserid((char *) 0), asctime(local));

Completed in 240 milliseconds

1 2 3 4 5