HomeSort by relevance Sort by last modified time
    Searched refs:res (Results 1 - 25 of 938) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/fsck/
res.h 28 * res.h
41 typedef struct res res; typedef in typeref:struct:res
43 res *res_create(char *namep, int entries, int verbose);
44 void res_destroy(res *resp);
45 int res_done(res *resp);
46 void res_addfile(res *resp, long nbytes);
47 int res_addident(res *resp, int index, rl_entry_t *dp, long nbytes, int file);
48 void res_clearident(res *resp, int index, int nbytes, int file);
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_b_clnt.c 52 static char res; local
54 res = 0;
56 argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)
58 return ((void *)&res);
64 static ypbind_resp res; local
66 (void) memset(&res, 0, sizeof (res));
69 (char *)&res, TIMEOUT) != RPC_SUCCESS)
71 return (&res);
77 static char res; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
secutil.c 16 char *res; local
19 if ((res = (char *)calloc (aLen*2 + 1, 1 )) == NULL){
25 res[i] = hexdig[ ( *aString & 0xf0 ) >> 4 ];
26 res[i + 1] = hexdig[ *aString & 0x0f ];
31 return (res);
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_perror.c 49 char *res; local
53 res = "Success";
56 res = "Probable success";
59 res = "Not found";
62 res = "Probably not found";
65 res = "Cache expired";
68 res = "NIS+ servers unreachable";
71 res = "Unknown object";
74 res = "Server busy, try again";
77 res = "Generic system error"
    [all...]
nislib.c 115 nis_freeresult(nis_result *res)
117 if (res == &__nomem_nis_result)
119 xdr_free(xdr_nis_result, (char *)res);
120 free(res);
216 nis_result *res, /* result structure to use */
257 ret_objs[0].objs = res->objects.objects_val;
258 ret_objs[0].len = res->objects.objects_len;
260 res->objects.objects_val = NULL;
261 res->objects.objects_len = 0;
359 res->status = local_res->status
453 nis_result *res; local
552 nis_result *res; local
890 nis_result *res; local
984 nis_result *res; local
1022 nis_result *res; local
1048 nis_result *res; local
1145 nis_result *res; local
1275 nis_result *res; local
1313 nis_result *res; local
1352 nis_result *res; local
1388 nis_result *res; local
1434 nis_result *res; local
1464 nis_result *res; local
1617 nis_result *res; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/amt/
amt.sh 37 res=$?
38 if [ $res != 0 ]; then
39 exit $res
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
nametokva.c 10 ipfunc_resolve_t res; local
13 strncpy(res.ipfu_name, name, sizeof(res.ipfu_name));
14 res.ipfu_addr = NULL;
22 (void) (*iocfunc)(fd, SIOCFUNCL, &res);
25 if (res.ipfu_addr == NULL)
26 res.ipfu_addr = (ipfunc_t)-1;
27 return res.ipfu_addr;
kvatoname.c 11 ipfunc_resolve_t res; local
14 res.ipfu_addr = func;
15 res.ipfu_name[0] = '\0';
23 (void) (*iocfunc)(fd, SIOCFUNCL, &res);
26 strncpy(funcname, res.ipfu_name, sizeof(funcname));
  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
ctermid.c 31 static char res[L_ctermid]; variable
37 return (strcpy(s != NULL ? s : res, "/dev/tty"));
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
getmsg.c 20 LDAPMessage * ldap_first_message(LDAP *ld, LDAPMessage *res)
22 return (res == NULLMSG ? NULLMSG : res);
32 int ldap_count_messages( LDAP *ld, LDAPMessage *res)
36 for ( i =0; res != NULL; res = res->lm_chain)
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
dns_p.h 25 #define maybe_ok(res, nm, ok) (((res)->options & RES_NOCHECKNAME) != 0U || \
27 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
28 #define maybe_dnok(res, dn) maybe_ok((res), (dn), res_dnok)
35 struct __res_state *res; member in struct:dns_p
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/
med_svc_subr.c 38 med_err_t *res,
43 *res = med_null_err;
56 med_err_t *res,
63 *res = med_null_err;
66 if ((err = med_init(rqstp, W_OK, res)) < 0)
72 if (med_db_init(res))
75 (void) med_db_put_data(&argp->med, &argp->med_data, res);
88 med_get_data_res_t *res,
94 med_err_t *medep = &res->med_status;
97 (void) memset(res, 0, sizeof (*res))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
getnetent.c 53 struct netent *res = 0; local
56 res = getnetbyname_r(nam, b->result, b->buffer, b->buflen);
58 return (res);
65 struct netent *res = 0; local
68 res = getnetbyaddr_r(net, type, b->result,
71 return (res);
78 struct netent *res = 0; local
81 res = getnetent_r(b->result, b->buffer, b->buflen);
83 return (res);
getprotoent.c 53 struct protoent *res = 0; local
56 res = getprotobyname_r(nam, b->result, b->buffer, b->buflen);
58 return (res);
65 struct protoent *res = 0; local
68 res = getprotobynumber_r(proto, b->result,
71 return (res);
78 struct protoent *res = 0; local
81 res = getprotoent_r(b->result, b->buffer, b->buflen);
83 return (res);
getservent.c 52 struct servent *res = 0; local
55 res = getservbyname_r(nam, proto,
58 return (res);
65 struct servent *res = 0; local
68 res = getservbyport_r(port, proto,
71 return (res);
78 struct servent *res = 0; local
81 res = getservent_r(b->result, b->buffer, b->buflen);
83 return (res);
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
ldapaddtsol.c 51 int res, retval; local
56 res = genent_attr(line, TNRHDB_NCOL, &ecol);
57 if (res != GENENT_OK)
58 return (res);
72 res = GENENT_CBERR;
76 return (res);
80 dump_tnrhdb(ns_ldap_result_t *res)
84 value = __ns_ldap_getAttr(res->entry, "ipTnetNumber");
91 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName");
102 int res, retval local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
tst.selfarray.d 40 self int res;
45 self->res = self->x[self->y, self->z]++;
46 printf("The result = %d\n", self->res);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
subst_amp.t 19 @res = ();
21 s/\Ga(?{push @res, $_, $`})/xx/g;
22 print "not " unless "$_ @res" eq 'axxxx aaa a aaa aa';
26 @res = ();
28 s/\Ga(?{push @res, $_, $`})/x/g;
29 print "not " unless "$_ @res" eq 'axx aaa a aaa aa';
33 @res = ();
35 s/\Ga(?{push @res, $_, $`})/xx/;
36 print "not " unless "$_ @res" eq 'axxa aaa a';
40 @res = ()
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
ctime_r.c 96 struct tm res; local
98 if (localtime_r(t, &res) == NULL)
101 if (asctime_r(&res, buffer, buflen) == NULL)
114 struct tm res; local
116 if (localtime_r(t, &res) == NULL)
119 if (__posix_asctime_r(&res, buffer) == NULL)
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
table.c 137 TabResult res; local
142 res.zErrMsg = 0;
143 res.nResult = 0;
144 res.nRow = 0;
145 res.nColumn = 0;
146 res.nData = 1;
147 res.nAlloc = 20;
148 res.rc = SQLITE_OK;
149 res.azResult = malloc( sizeof(char*)*res.nAlloc )
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
msg.c 55 ssize_t res; local
60 res = atomicio(read, fd, buf, sizeof(buf));
61 if (res != sizeof(buf)) {
62 if (res == 0)
64 fatal("ssh_msg_recv: read: header %ld", (long)res);
71 res = atomicio(read, fd, buffer_ptr(m), msg_len);
72 if (res != msg_len)
73 fatal("ssh_msg_recv: read: %ld != msg_len", (long)res);
  /onnv/onnv-gate/usr/src/cmd/unlink/
unlink.c 42 int res = 0; local
58 if (res = unlink(argv[1]))
61 return (res);
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
ctermid.c 41 static const char res[L_ctermid] = "/dev/tty"; variable
50 return ((char *)res);
51 return (strcpy(s, res));
  /onnv/onnv-gate/usr/src/cmd/sh/
ulimit.c 67 int hard, soft, cnt, c, res; local
72 for (res = 0; res < RLIM_NLIMITS; res++) {
73 resources[res] = 0;
96 for (res = 0; res < RLIM_NLIMITS; res++) {
97 resources[res]++;
102 res = RLIMIT_CORE
    [all...]
  /onnv/onnv-gate/usr/src/lib/passwdutil/
__check_history.c 55 int res; local
66 res = PWU_NOT_FOUND;
69 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) {
72 res = rops[i]->checkhistory(user, passwd, rep);
75 return (res);

Completed in 5529 milliseconds

1 2 3 4 5 6 7 8 91011>>