/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | _autofssys.c | 36 _autofssys(enum autofssys_op op, void *arg) argument 38 return (syscall(SYS_autofssys, op, arg, NULL, NULL, NULL, NULL));
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppcontext.c | 27 * args op return 40 struct ppcontext* op; local 44 if (!(op = pp.context)) op = pp.context = newof(0, struct ppcontext, 1, 0); 45 memcpy(op, _PP_CONTEXT_BASE_, sizeof(struct ppcontext)); 49 if (!(op = np)) op = (struct ppcontext*)_PP_CONTEXT_BASE_; 50 if (op->filtab) hashfree(op->filtab); 51 if (op [all...] |
H A D | ppbuiltin.c | 45 int op; local 65 switch (op = (int)hashget(pp.strtab, p)) 72 op = -1; 85 else if (c == ',' && !n && op > 0) op = 0; 86 if (op) pp.token = pp.toknxt; 176 switch (op) 286 op = 0; 291 op = 0; 309 op [all...] |
H A D | ppmisc.c | 67 * op is DEFINE or UNDEF 71 ppassert(int op, char* pred, char* args) argument 78 if (!args) switch (op) 94 if (op == DEFINE) return; 105 if (op == UNDEF) 114 if (op == DEFINE)
|
/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | fseek.c | 31 fseek(Sfio_t* f, long off, int op) argument 33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op)) 35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1; 41 fseek64(Sfio_t* f, int64_t off, int op) argument 43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op)) 45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
|
H A D | fseeko.c | 31 fseeko(Sfio_t* f, off_t off, int op) argument 33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op)) 35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1; 41 fseeko64(Sfio_t* f, int64_t off, int op) argument 43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op)) 45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | swapop.c | 35 * if size<0 then (-size) used and (-size==4)&&(op==3) => op=7 42 register int op; local 51 for (op = 0; op < z; op++) 52 if (!memcmp(internal, swapmem(op, external, tmp, z), z)) 54 if (size < 0 && z == 4 && op == 3) 55 op = 7; 56 return op; [all...] |
H A D | swapput.c | 34 * put v of n chars into b according to op 38 swapput(int op, void* b, int n, intmax_t v) argument 47 if (op) 48 swapmem(op, p, p, n);
|
H A D | swapget.c | 34 * get int_n from b according to op 38 swapget(int op, const void* b, int n) argument 47 if (op) swapmem(op, b, d = tmp, n);
|
H A D | swapmem.c | 34 * swap n bytes according to op 39 swapmem(int op, const void* from, void* to, register size_t n) argument 45 switch (op & (n - 1))
|
H A D | strperm.c | 50 int op; local 64 op = num = who = typ = 0; 101 op = c; 145 switch (op) 161 switch (op) 227 op = c; 251 if (!who && (op == '+' || op == '-'))
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | plock.c | 58 plock(int op) /* desired operation */ argument 77 * upon "op" being bit encoded. 79 switch (op) {
|
H A D | lmath.c | 59 lshiftl(dl_t op, int cnt) argument 64 r.xword = (long)(*(ulong_t *)&op >> (-cnt)); 67 r.xword = *(long *)&op << cnt; 72 lsign(dl_t op) argument 75 return ((*(long *)&op) >> 63);
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_err.c | 50 * op : 64 translate_ldap_error(int err, int op) { argument 100 if (op == OP_ADD || op == OP_MOD) 138 if (op == OP_BIND) /* the LDAP server accepts only strong authentication. */ 159 if (op == OP_MOD)
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 49 Sfio_t* op; local 74 op = wfp; 79 op = sfstderr; 82 sfvprintf(op, format, ap); 83 sfsync(op);
|
H A D | astwinsize.c | 124 ttctl(register int fd, int op, void* tt) argument 131 if (!ioctl(fd, op, tt)) return(0); 134 v = ioctl(fd, op, tt); 139 else if (!ioctl(fd, op, tt)) return(0);
|
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | privlib.c | 34 * set_effective_priv(op, num_priv, priv_id1, priv_id2, ... ) 43 set_effective_priv(priv_op_t op, int num_priv, ...) argument 73 * Depend on system call to do sanity checking on "op" 75 status = setppriv(op, PRIV_EFFECTIVE, priv_set); 85 * set_inheritable_priv(op, num_priv, priv_id1, priv_id2, ... ) 94 set_inheritable_priv(priv_op_t op, int num_priv, ...) argument 123 * Depend on system call to do sanity checking on "op" 125 status = setppriv(op, PRIV_INHERITABLE, priv_set); 135 * set_permitted_priv(op, num_priv, priv_id1, priv_id2, ... ) 144 set_permitted_priv(priv_op_t op, in argument [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | fs3d.c | 40 fs3d(register int op) argument 59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL)) 73 if (cur != op) 75 switch (FS3D_op(op)) 84 sfsprintf(val, sizeof(val), "%s=%d", off, FS3D_arg(op));
|
H A D | sigcrit.c | 36 int op; member in struct:__anon1169 88 * op>0 new region according to SIG_REG_*, return region level 89 * op==0 pop region, return region level 90 * op<0 return non-zero if any signals held in current region 96 sigcritical(int op) argument 112 if (op > 0) 116 region = op; 117 if (op & SIG_REG_SET) 122 if (op & signals[i].op) [all...] |
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regsubexec.c | 71 sub(const regex_t* p, register regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch, register regmatch_t* match) argument 77 for (;; op++) 79 switch (op->len) 84 if (op->off >= nmatch) 86 if ((c = match[op->off].rm_so) < 0) 89 if ((c = match[op->off].rm_eo) < 0) 93 switch (op->op) 131 NEED(p, b, op->len, return c); 132 s = b->re_rhs + op [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softARCFourCrypt.c | 45 soft_object_t *key_p, soft_session_op_t op) 74 soft_set_session_context(session_p, op, keystream, pMechanism); 44 soft_arcfour_crypt_init(soft_session_t *session_p, CK_MECHANISM_PTR pMechanism, soft_object_t *key_p, soft_session_op_t op) argument
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 60 yp_update(char *domain, char *map, unsigned op, char *key, int keylen, argument 72 switch (op) {
|
/osnet-11/usr/src/lib/krb5/kadm5/srv/ |
H A D | xdr_alloc.c | 85 void xdralloc_create(XDR *xdrs, enum xdr_op op) argument 87 xdrs->x_op = op;
|
/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db_am.c | 77 u_int32_t op; local 151 op = LF_ISSET(DB_OPFLAGS_MASK); 152 mode = (op == DB_WRITELOCK) ? DB_LOCK_WRITE : 161 if (op == DB_WRITELOCK) 225 request.op = DB_LOCK_DUMP;
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 147 char *ip, *op; local 197 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++) 202 op[bufused++] = METAQUOTE; 205 op[bufused++] = *ip; 207 op[bufused] = '\0'; 230 char *ip, *op; local 236 for (ip = ibp, op = obp; *ip != '\0'; ip++) 243 if (op < &obp[obs - 1]) 245 *op++ = *ip; 250 *op [all...] |