Searched refs:kbuf (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Drealpath.c48 char *kbuf; local
54 kbuf = sbuf;
58 kbuf = malloc(bufsize);
59 if (kbuf == NULL)
63 kbuf = buf;
66 ret = syscall(SYS_frealpathat, fd, path, kbuf, mysize);
73 free(kbuf);
74 kbuf = malloc(mysize);
75 } while (kbuf != NULL);
77 if (ret != 0 || kbuf
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c268 asn1buf kbuf; local
277 ret = asn1buf_imbed(&kbuf, &subbuf, length, seqindef); checkerr;
279 ret = decode_tagged_integer (&kbuf, 0, &lval);
283 ret = decode_tagged_octetstring (&kbuf, 1, &ival,
287 safe_syncbuf (&subbuf, &kbuf, key_buflen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs437 #define kbuf (cxt->keybuf).arena
441 if (!kbuf) { \
442 TRACEME(("** allocating kbuf of 128 bytes")); \
443 New(10003, kbuf, 128, char); \
450 TRACEME(("** extending kbuf to %d bytes (had %d)", x+1, ksiz)); \
451 Renew(kbuf, x+1, char); \
2294 * read into a fixed unique buffer called kbuf.
2435 * read into a fixed unique buffer called kbuf.
4960 * Since we're reading into kbuf, we must ensure we're not
4968 READ(kbuf, siz
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dudb.c1237 char kbuf[MAXUDBKEY + 1]; local
1239 if (sm_strlcpy(kbuf, key->data, sizeof(kbuf)) >= sizeof(kbuf))
1241 name = kbuf;

Completed in 24 milliseconds