/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | setbuffer.c | 43 setbuffer(FILE *iop, char *abuf, size_t asize) argument 45 if (abuf == NULL) 48 (void) setvbuf(iop, abuf, _IOFBF, asize);
|
H A D | setbuf.c | 44 setbuf(FILE *iop, char *abuf) argument 46 Uchar *buf = (Uchar *)abuf;
|
H A D | setvbuf.c | 43 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 D | setbuffer.c | 50 setbuffer(FILE *iop, char *abuf, int asize) argument 52 Uchar *buf = (Uchar *)abuf;
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | sock2p.c | 55 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 D | ip_srcid.c | 123 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 D | res_query.c | 277 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 D | trace.c | 39 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 D | tsol_getrhent.c | 224 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 D | tninfo.c | 228 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 D | sbd_zvol.c | 362 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 D | dmu_diff.c | 131 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 D | res_data.c | 298 static char abuf[MAXDNAME]; local 300 return (res_hostalias(&_res, name, abuf, sizeof abuf));
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | flowattr.c | 358 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 D | ti_opts.c | 124 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 D | hesiod.c | 351 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 D | mdb_dump.c | 97 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 D | request.c | 362 char abuf[INET6_ADDRSTRLEN]; local 392 abuf, sizeof (abuf)), dsmp->dsm_name);
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | print.c | 135 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 D | ipropd_svc.c | 37 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 D | tnctl.c | 132 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 D | sed1.c | 40 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 D | nsc_cache.c | 390 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 D | srv_query.c | 390 char abuf[INET6_ADDRSTRLEN]; local 393 ap = inet_ntop(af, ptr, abuf, sizeof (abuf));
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent.c | 345 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...] |