Searched defs:abuf (Results 1 - 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetbuffer.c43 setbuffer(FILE *iop, char *abuf, size_t asize) argument
45 if (abuf == NULL)
48 (void) setvbuf(iop, abuf, _IOFBF, asize);
H A Dsetbuf.c44 setbuf(FILE *iop, char *abuf) argument
46 Uchar *buf = (Uchar *)abuf;
H A Dsetvbuf.c43 setvbuf(FILE *iop, char *abuf, int type, size_t size) argument
46 Uchar *buf = (Uchar *)abuf;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c50 setbuffer(FILE *iop, char *abuf, int asize) argument
52 Uchar *buf = (Uchar *)abuf;
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dsock2p.c55 char abuf[46]; local
58 sprintf (abuf, "%x:%x:%x:%x:%x:%x:%x:%x",
67 p = abuf;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_srcid.c123 char abuf[INET6_ADDRSTRLEN]; local
126 inet_ntop(AF_INET6, addr, abuf, sizeof (abuf)), zoneid));
164 char abuf[INET6_ADDRSTRLEN]; local
167 inet_ntop(AF_INET6, addr, abuf, sizeof (abuf)), zoneid));
211 char abuf[INET6_ADDRSTRLEN]; local
215 inet_ntop(AF_INET6, addr, abuf, sizeof (abuf)), zoneid));
/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c277 static char abuf[MAXDNAME]; local
293 abuf[sizeof (abuf) - 1] = *C2 = '\0';
294 (void) strncpy(abuf, C1, sizeof (abuf) - 1);
296 return (abuf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c39 char abuf[INET6_ADDRSTRLEN]; local
43 abuf, sizeof (abuf)),
56 char abuf[INET6_ADDRSTRLEN]; local
60 abuf, sizeof (abuf)),
88 char abuf[INET6_ADDRSTRLEN]; local
106 abuf, sizeof (abuf)),
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c224 char abuf[INET6_ADDRSTRLEN]; local
239 (void) inet_ntop(AF_INET, &rhent.rh_address.ta_addr_v4, abuf,
240 sizeof (abuf));
244 (void) inet_ntop(AF_INET6, &in6, abuf, sizeof (abuf));
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c228 char abuf[INET6_ADDRSTRLEN]; local
247 (void) inet_ntop(AF_INET, &rhent.rh_address.ta_addr_v4, abuf,
248 sizeof (abuf));
252 (void) inet_ntop(AF_INET6, &in6, abuf, sizeof (abuf));
255 (void) printf(gettext("IP address= %s\n"), abuf);
260 "%1$s does not exist\n"), abuf);
263 "failed: %2$s\n"), abuf, strerror(errno));
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c362 arc_buf_t *abuf; local
365 abuf = abp[i];
366 size = arc_buf_size(abuf);
367 dmu_assign_arcbuf(sl->sl_zvol_bonus_hdl, toffset, abuf, tx);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c131 arc_buf_t *abuf; local
136 if (arc_read(NULL, spa, bp, arc_getbuf_func, &abuf,
141 blk = abuf->b_data;
149 arc_buf_destroy(abuf, &abuf);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c298 static char abuf[MAXDNAME]; local
300 return (res_hostalias(&_res, name, abuf, sizeof abuf));
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c358 char *cp, abuf[INET6_ADDRSTRLEN]; local
362 (void) inet_ntop(AF_INET6, &fdesc.fd_local_addr, abuf,
364 cp = abuf;
376 (void) inet_ntop(AF_INET6, &fdesc.fd_remote_addr, abuf,
378 cp = abuf;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c124 struct netbuf *abuf = (struct netbuf *)trans->xp_p2; local
129 if (abuf == NULL || abuf->buf == NULL) {
136 syslog(LOG_INFO, "find_ucred_opt %p %x", abuf->buf, abuf->len);
139 opth = (struct opthdr *)abuf->buf;
142 opth->len + sizeof (*opth) == abuf->len) {
156 bufp = abuf->buf;
157 maxbufp = bufp + abuf->len;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c351 u_char qbuf[MAX_HESRESP], abuf[MAX_HESRESP]; local
366 n = res_nsend(ctx->res, qbuf, n, abuf, MAX_HESRESP);
379 hp = (HEADER *) abuf;
382 cp = abuf + sizeof(HEADER);
383 eom = abuf + n;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_dump.c97 uchar_t abuf[DUMP_MAXWIDTH + 1]; local
128 abuf[i] = ' ';
130 abuf[i] = '.';
132 abuf[i] = buf[i];
133 abuf[width] = '\0';
134 mdb_printf(" %s", abuf);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c362 char abuf[INET6_ADDRSTRLEN]; local
392 abuf, sizeof (abuf)), dsmp->dsm_name);
/illumos-gate/usr/src/cmd/sh/
H A Dprint.c135 unsigned char *abuf = &buf[20]; local
138 *--abuf = (unsigned char)'\0';
141 *--abuf = (unsigned char)('0' + n - 10 * (d = n / 10));
144 strncpy(numbuf, abuf, sizeof (numbuf));
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c37 static char abuf[33]; variable
164 client_addr(rqstp, abuf));
191 client_addr(rqstp, abuf));
284 client_addr(rqstp, abuf));
395 client_addr(rqstp, abuf));
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c132 translate_inet_addr(tsol_rhent_t *rhentp, int *alen, char abuf[], int abuflen) argument
143 (void) inet_ntop(rhentp->rh_address.ta_family, aptr, abuf,
146 if (strlcat(abuf, tmpbuf, abuflen) >= abuflen)
149 abuf);
151 *alen = strlen(abuf);
154 (void) inet_ntop(rhentp->rh_address.ta_family, aptr, abuf,
157 if (strlcat(abuf, tmpbuf, abuflen) >= abuflen)
160 abuf);
162 *alen = strlen(abuf);
177 /* abuf hold
178 char abuf[INET6_ADDRSTRLEN+5]; local
239 char abuf[INET6_ADDRSTRLEN+5]; local
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c40 union reptr *abuf[ABUFSIZE+1]; variable in typeref:union:reptr
219 if(aptr > abuf) {
338 if(aptr >= &abuf[ABUFSIZE]) {
502 if(aptr > abuf)
513 if(aptr > abuf)
542 if(aptr > abuf) arout();
546 if(aptr >= &abuf[ABUFSIZE]) {
740 aptr = abuf - 1;
756 aptr = abuf;
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c390 int abuf; local
400 abuf = (h->sb_flag & NSC_ABUF);
402 if (abuf)
409 if (abuf && rc <= 0) {
/illumos-gate/usr/src/lib/libadutils/common/
H A Dsrv_query.c390 char abuf[INET6_ADDRSTRLEN]; local
393 ap = inet_ntop(af, ptr, abuf, sizeof (abuf));
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c345 char *abuf = NULL, *abuf_start = NULL, *abuf_end; local
452 abuf = (char *)malloc(args->buf.buflen);
453 if (abuf == NULL) {
457 abuf_start = abuf;
459 (void) memcpy(abuf, h_name, h_namelen);
460 abuf += h_namelen;
461 *abuf = '\0';
462 abuf = do_aliases(hp, abuf, abuf_end);
463 if (abuf
681 do_aliases(struct hostent *hp, char *abuf, char *end) argument
[all...]

Completed in 112 milliseconds

1234