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

1 2 3

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
ser_cc.c 164 krb5_int32 ibuf;
173 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
174 ibuf = 0;
175 if (ibuf == KV5M_CCACHE) {
179 kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain);
182 (ccname = (char *) malloc((size_t) (ibuf+1))) &&
184 (size_t) ibuf,
186 ccname[ibuf] = '\0';
188 !(kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)) &&
189 (ibuf == KV5M_CCACHE))
161 krb5_int32 ibuf; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
ser_rc.c 171 krb5_int32 ibuf;
180 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
181 ibuf = 0;
182 if (ibuf == KV5M_RCACHE) {
186 kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain);
189 (rcname = (char *) malloc((size_t) (ibuf+1))) &&
191 (size_t) ibuf,
193 rcname[ibuf] = '\0';
197 !(kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)) &&
198 (ibuf == KV5M_RCACHE))
168 krb5_int32 ibuf; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
ser_adata.c 148 krb5_int32 ibuf;
156 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
157 ibuf = 0;
158 if (ibuf == KV5M_AUTHDATA) {
167 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
168 authdata->ad_type = (krb5_authdatatype) ibuf;
171 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
172 authdata->length = (int) ibuf;
177 MALLOC((size_t) (ibuf));
180 (size_t) ibuf,
145 krb5_int32 ibuf; local
    [all...]
ser_addr.c 150 krb5_int32 ibuf;
158 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
159 ibuf = 0;
160 if (ibuf == KV5M_ADDRESS) {
171 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
172 address->addrtype = (krb5_addrtype) ibuf;
175 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
176 address->length = (int) ibuf;
180 address->contents = (krb5_octet *) MALLOC((size_t) (ibuf));
183 (size_t) ibuf,
147 krb5_int32 ibuf; local
    [all...]
ser_auth.c 237 krb5_int32 ibuf;
248 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
249 ibuf = 0;
250 if (ibuf == KV5M_AUTHENTICATOR) {
260 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
261 authenticator->ctime = (krb5_timestamp) ibuf;
264 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
265 authenticator->cusec = ibuf;
268 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
269 authenticator->seq_number = ibuf;
234 krb5_int32 ibuf; local
    [all...]
ser_cksum.c 149 krb5_int32 ibuf;
157 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
158 ibuf = 0;
159 if (ibuf == KV5M_CHECKSUM) {
168 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
169 checksum->checksum_type = (krb5_cksumtype) ibuf;
172 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
173 checksum->length = (int) ibuf;
177 if (ibuf)
179 MALLOC((size_t) (ibuf));
146 krb5_int32 ibuf; local
    [all...]
ser_key.c 148 krb5_int32 ibuf;
156 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
157 ibuf = 0;
158 if (ibuf == KV5M_KEYBLOCK) {
167 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
168 keyblock->enctype = (krb5_enctype) ibuf;
171 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
172 keyblock->length = (int) ibuf;
176 keyblock->contents = (krb5_octet *) MALLOC((size_t) (ibuf));
179 (size_t) ibuf,
145 krb5_int32 ibuf; local
    [all...]
ser_princ.c 144 krb5_int32 ibuf;
154 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
155 ibuf = 0;
156 if (ibuf == KV5M_PRINCIPAL) {
160 if (!(kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain))) {
163 tmpsize = ibuf+1;
167 (size_t) ibuf,
169 tmpname[ibuf] = '\0';
175 kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain);
176 if (!kret && (ibuf == KV5M_PRINCIPAL))
141 krb5_int32 ibuf; local
    [all...]
ser_ctx.c 346 krb5_int32 ibuf;
355 if ((kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)))
358 if (ibuf != KV5M_CONTEXT)
368 if ((kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)))
371 if (ibuf) {
372 context->default_realm = (char *) MALLOC((size_t) ibuf+1);
379 (size_t) ibuf, &bp, &remain);
383 context->default_realm[ibuf] = '\0';
387 if ((kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)))
390 context->in_tkt_ktype_count = (int) ibuf;
343 krb5_int32 ibuf; local
585 krb5_int32 ibuf; local
    [all...]
ser_actx.c 368 krb5_int32 ibuf;
378 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
379 ibuf = 0;
380 if (ibuf == KV5M_AUTH_CONTEXT) {
390 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
391 auth_context->auth_context_flags = ibuf;
394 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
395 auth_context->remote_seq_number = ibuf;
398 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain);
399 auth_context->local_seq_number = ibuf;
365 krb5_int32 ibuf; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
edit.c 100 FILE *ibuf, *obuf; local
213 if ((ibuf = fopen(tempZedit, "r")) == NULL) {
225 while ((c = getc(ibuf)) != EOF) {
246 fclose(ibuf);
quit.c 66 FILE *ibuf, *obuf, *fbuf, *readstat; local
177 if ((ibuf = fopen(tempQuit, "r")) == NULL) {
192 fclose(ibuf);
200 fclose(ibuf);
218 fclose(ibuf);
235 rewind(ibuf);
236 c = getc(ibuf);
241 c = getc(ibuf);
243 fclose(ibuf);
cmd4.c 197 FILE *ibuf; local
224 if ((ibuf = fopen(file, "r")) == NULL) {
237 while ((c = getc(ibuf)) != EOF) {
257 fclose(ibuf);
cmd1.c 211 FILE *ibuf; local
221 ibuf = setinput(mp);
222 readline(ibuf, headline);
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
ser_sctx.c 90 krb5_int32 ibuf; local
98 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain))
101 if (ibuf != KV5M_GSS_OID)
107 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) {
111 oid->length = ibuf;
112 oid->elements = MALLOC(ibuf);
125 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) {
131 if (ibuf != KV5M_GSS_OID) {
194 krb5_int32 ibuf; local
203 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)
533 krb5_int32 ibuf; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/eqn/
lex.c 26 char ibuf[PUSHBACK+SSIZE]; /* pushback buffer for definitions, etc. */ variable
27 char *ip = ibuf;
44 if (ip > ibuf)
85 if (ip >= &ibuf[PUSHBACK])
  /onnv/onnv-gate/usr/src/cmd/expand/
expand.c 66 static char ibuf[BUFSIZ]; local
137 p1 = p2 = ibuf;
140 p1 = ibuf;
202 ibuf[n] = *p1++;
203 p1 = ibuf;
  /onnv/onnv-gate/usr/src/lib/mms/mms/common/
host_ident.c 96 uint32_t ibuf; local
103 if (inet_pton(AF_INET, host_str, &ibuf)) {
104 addressp->a_addr[0] = ibuf;
  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
AudioUnixfile.cc 96 char *ibuf; local
130 ibuf = new char[infosize];
131 cnt = read(getfd(), ibuf, infosize);
133 delete ibuf;
150 delete ibuf;
153 SetInfostring(ibuf, infosize);
154 delete ibuf;
  /onnv/onnv-gate/usr/src/cmd/captoinfo/
otermcap.c 125 char ibuf[TBUFSIZE]; local
163 cnt = read(tf, ibuf, TBUFSIZE);
170 c = ibuf[i++];
  /onnv/onnv-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
devfsadmd_mod.c 80 struct sigaction cbuf, ibuf, qbuf, ignore, dfl; local
136 (void) sigaction(SIGINT, &ignore, &ibuf);
143 (void) sigaction(SIGINT, &ibuf, NULL);
  /onnv/onnv-gate/usr/src/cmd/vgrind/
vgrindefs.c 54 char ibuf[BUFSIZ]; local
68 cnt = read(tf, ibuf, BUFSIZ);
75 c = ibuf[i++];
  /onnv/onnv-gate/usr/src/ucblib/libtermcap/
termcap.c 74 char ibuf[BUFSIZ]; local
112 cnt = read(tf, ibuf, BUFSIZ);
119 c = ibuf[i++];
  /onnv/onnv-gate/usr/src/cmd/script/
script.c 135 char ibuf[BUFSIZ]; local
141 while ((cc = read(0, ibuf, BUFSIZ)) != 0) {
149 (void) write(master, ibuf, cc);
  /onnv/onnv-gate/usr/src/cmd/bnu/
fio.c 227 char ack, ibuf[MAXMSGLEN]; local
244 if (frdmsg(ibuf, fn) != FAIL) {
245 if ((ack = ibuf[0]) == 'G')
270 char ibuf[FIBUFSIZ]; local
279 flen = frdblk(ibuf, fn, &alen);
285 if (fwrite(ibuf, sizeof (char), flen, fp2) != flen)

Completed in 600 milliseconds

1 2 3