Searched defs:call (Results 26 - 33 of 33) sorted by relevance

12

/osnet-11/usr/src/lib/libtsol/common/
H A Dprivate.c238 labeld_data_t call; local
239 labeld_data_t *callp = &call;
245 call.callop = BSLCVT;
274 if (callp != &call)
280 /* save for bslcvt call */
290 if (callp != &call)
305 * corresponding bslcvtfull call or the results may
329 labeld_data_t call; local
330 labeld_data_t *callp = &call;
338 call
415 labeld_data_t call; local
509 labeld_data_t call; local
576 labeld_data_t call; local
642 labeld_data_t call; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c655 typedef struct call { struct
659 } call; typedef in typeref:struct:call
671 call *c = ctxt;
699 call call; local
710 call.type = type;
711 call.id = id;
712 call.sflag = search_flag;
714 (void) _enum_profs(username, findexecattr, &call, &result);
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c63 int call; /* call level */ member in struct:proto
479 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0)
486 #define SYNC() do{SYNCIN();SYNCOUT();proto->flags&=~(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->flags|=flags&(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->call=call;}while(0)
573 int call = 0; local
917 call = 0;
1114 else if (flags & INDIRECT) call++;
1619 call
[all...]
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h202 struct t_call *call; member in struct:__anon1746
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c69 struct Entry* lab; /* call this function */
482 int call = -1; local
505 call = -1;
538 if (mp->keep[level] && call < (MAXNEST - 1))
540 mp->ret[++call] = ep;
546 ep = mp->ret[call--];
806 if (num > 0 && mp->keep[level] && call < (MAXNEST - 1))
821 mp->ret[++call] = ep;
1756 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: invalid function call argument list", n + 'a');
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c112 short call; member in struct:Lookup_s
828 look->call = -1;
837 if (p->call < 0)
845 if (look->call >= 0)
847 look->call = p->call;
853 num.call = p->call;
876 error(-2, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flag
956 char* call; local
1524 char* call; local
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h176 #define TRYCALLS 2 /* number of tries to dial call */
287 /* The call structure is used by ct.c, cu.c, and dial.c. */
289 struct call { struct
293 char *type; /* type of device to use for call. */
345 /* This structure describes call routines */
370 time_t t_scall; /* start call to system */
371 time_t t_ecall; /* end call to system */
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py673 def call(self, instance, *args): member in class:_RadMethod
780 def call(self, instance, meth, *args): member in class:_RadObjectType
782 return self._methods[meth].call(instance, *args)
821 return self._methods[meth].call(self, *args)

Completed in 65 milliseconds

12