| /onnv/onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| example.c | 54 char hbuf[1024]; local 76 snprintf(hbuf, sizeof hbuf, "%s@%s", p, host); 77 smfi_addheader(ctx, "X-Archived", hbuf);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| bootp.c | 81 char hbuf[NSS_BUFLEN_HOSTS]; local 314 sizeof (struct in_addr), AF_INET, &h, hbuf, 315 sizeof (hbuf), &err);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ntp.c | 68 char hbuf[2 * MAC_OCTETS_MAX + 1]; local 222 hbuf[j++] = hexstr[ntp->mac[i] >> 4 & 0x0f]; 223 hbuf[j++] = hexstr[ntp->mac[i] & 0x0f]; 225 hbuf[j] = '\0'; 228 "Authentication code = %s", hbuf); local
|
| /onnv/onnv-gate/usr/src/cmd/troff/ |
| n8.c | 53 char hbuf[NHEX]; variable 54 char *nexth = hbuf; 147 if ((j = nexth) >= (hbuf + NHEX - 2)) 168 if (j >= (hbuf + NHEX - 2)) 188 e = hbuf;
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| tmchild.c | 492 static char hbuf[BUFSIZ]; /* static buf for HOME */ variable 558 (void) sprintf(hbuf, "HOME=%s", pmtab->p_dir); 559 if (putenv(hbuf)) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
| common.c | 353 static char hbuf[MAXHOSTNAMELEN+1]; local 357 if (ether_ntohost(hbuf, ea) == 0) 358 return (hbuf);
|
| /onnv/onnv-gate/usr/src/cmd/file/ |
| elf_read.c | 137 char *hbuf[HDRSZ]; local 153 dst.d_buf = (Elf_Void *)&hbuf; 161 (void) memcpy(hdr, &hbuf, dst.d_size);
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| names.c | 591 char hbuf[10]; local 636 snprintf(hbuf, sizeof (hbuf), "%d", hflag); 637 *ap++ = savestr(hbuf);
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
| bootparam_ip_route.c | 431 char hbuf[NSS_BUFLEN_HOSTS]; local 445 hp = gethostbyname_r(client_name, &h, hbuf, sizeof (hbuf), &err);
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inflate.c | 32 * - Make hbuf[] unsigned char to match parameter type in inflate.c 394 hbuf[0] = (unsigned char)(word); \ 395 hbuf[1] = (unsigned char)((word) >> 8); \ 396 check = crc32(check, hbuf, 2); \ 401 hbuf[0] = (unsigned char)(word); \ 402 hbuf[1] = (unsigned char)((word) >> 8); \ 403 hbuf[2] = (unsigned char)((word) >> 16); \ 404 hbuf[3] = (unsigned char)((word) >> 24); \ 405 check = crc32(check, hbuf, 4); \ 579 unsigned char hbuf[4]; /* buffer for gzip header crc calculation * local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lms/tools/ |
| ATNetworkTool.cpp | 101 char hbuf[NI_MAXHOST]; local 104 hbuf, sizeof(hbuf), 110 return ATNetworkTool::GetHostNameDomain(hbuf, domain); 259 char hbuf[NI_MAXHOST]; local 262 hbuf, sizeof(hbuf), 275 if (0 != (error = getaddrinfo(hbuf, pbuf, &hints, &paddrp))) {
|
| /onnv/onnv-gate/usr/src/lib/libresolv/ |
| res_gethost.c | 317 char **a, hbuf[MAXHOSTNAMELEN]; local 324 (void) strcpy(hbuf, hp->h_name); 327 if ((hp2 = res_gethostbyname(hbuf)) != (struct hostent *)NULL) 340 syslog(LOG_NOTICE, "gethostbyaddr: %s != %s", hbuf,
|
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
| ldappr-io.c | 384 char *host, hbuf[ PR_NETDB_BUF_SIZE ]; local 424 PRLDAP_DEFAULT_ADDRESS_FAMILY, PR_AI_DEFAULT | PR_AI_ALL, hbuf, 425 sizeof( hbuf ), &hent )) {
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| mmd.c | 122 "PDESC", "PATTBL", "HBUF", "HBUF", "PBUF", "PBUF", "PBUF", "PBUF"); 915 mblk_t hbuf, pbuf[MULTIDATA_MAX_PBUFS]; local 949 mdb_vread(&hbuf, sizeof (hbuf), (uintptr_t)mmd.mmd_hbuf) == -1) { 992 pdi->hdr_lim >= pdi->hdr_wptr && pdi->hdr_base >= hbuf.b_rptr && 993 MBLKIN(&hbuf, (pdi->hdr_base - hbuf.b_rptr),
|
| /onnv/onnv-gate/usr/src/lib/libsasl/plugin/ |
| plugin_common.c | 134 char hbuf[NI_MAXHOST]; local 154 hbuf[i++] = *p; 165 hbuf[i] = addr[i]; 178 hbuf[i] = '\0'; 191 hbuf[i] = addr[i]; 193 hbuf[i] = '\0'; 211 if (getaddrinfo(hbuf, p, &hints, &ai) != 0) { 213 if (getaddrinfo(hbuf, &addr[i], &hints, &ai) != 0) {
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/ |
| res_send.c | 1041 char hbuf[NI_MAXHOST]; local 1047 if (getnameinfo(address, alen, hbuf, sizeof(hbuf), 1049 strncpy(hbuf, "?", sizeof(hbuf) - 1); 1050 hbuf[sizeof(hbuf) - 1] = '\0'; 1055 string, hbuf, sbuf, strerror(error));
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| headers.c | 203 char hbuf[50]; local 205 (void) expand(fvalue, hbuf, sizeof(hbuf), e); 206 for (p = hbuf; isascii(*p) && isspace(*p); ) 1096 char hbuf[MAXNAME + 1]; local 1127 name = hbuf; 1128 (void) sm_snprintf(hbuf, sizeof(hbuf), "%.80s", RealHostName); 1131 p = &hbuf[strlen(hbuf)]; [all...] |
| daemon.c | 101 ** host_map_lookup(map, hbuf, avp, pstat) 102 ** Convert the entry in hbuf into a canonical form. 3408 static char hbuf[MAXNAME + MAXAUTHINFO + 11]; local 3928 char hbuf[MAXNAME + 1]; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| dacf.c | 203 char hbuf[40]; local 235 (void) snprintf(hbuf, sizeof (hbuf), 238 hbuf, /* hash name */ [all...] |
| bio.c | 71 struct hbuf *hbuf; /* Hash buckets */ variable in typeref:struct:hbuf 410 struct hbuf *hp; 456 hmp = &hbuf[index].b_lock; 459 hp = &hbuf[index]; 531 dp = (struct buf *)&hbuf[i]; 532 hmp = &hbuf[i].b_lock; 578 struct hbuf *hp; 586 hp = &hbuf[index]; 786 struct hbuf *hp [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| buf.h | 69 * hbuf.b_lock: protects hash chains, buffer hdr freelists 238 * the hash buckets (hbuf structures) in the system. 250 struct hbuf { struct 342 extern struct hbuf *hbuf; /* Hash table */
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/edit/ |
| emacs.c | 1117 char hbuf[MAXLINE]; local 1119 strcpy(hbuf, "Current command "); 1120 strcat(hbuf, itos(hline)); 1123 strcat(hbuf, " (line "); 1124 strcat(hbuf, itos(hloff+1)); 1125 strcat(hbuf, ")"); 1130 strcat(hbuf, "; Previous command "); 1131 strcat(hbuf, itos(location.hist_command)); 1134 strcat(hbuf, " (line "); 1135 strcat(hbuf, itos(location.hist_line+1)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/event-transport/ |
| etm.c | 376 char hbuf[ETM_HDRLEN]; local 383 hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_C_HELLO, 0); 385 if ((etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf, 394 if ((etm_xport_read(hdl, mp->epm_oconn, Rw_timeout, hbuf, 401 hdrstat = etm_check_hdr(hdl, mp, hbuf); 413 hp = (etm_proto_hdr_t *)(void *)hbuf; 421 hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_ACK, 0); 423 if ((etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf, 457 char hbuf[ETM_HDRLEN]; local 462 hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_SHUTDOWN, 0) 637 char hbuf[ETM_HDRLEN]; local 1083 char hbuf[ETM_HDRLEN]; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| os-ip.c | 554 GETHOSTBYNAME_BUF_T hbuf; local 572 if (( hp = GETHOSTBYNAME( host, &hent, hbuf, 573 sizeof(hbuf), &err )) != NULL ) { 581 /* avoid allocation by using hbuf if large enough */ 582 if ( sizeof( hbuf ) < ld->ld_dns_bufsize ) { 586 ldhpbuf = (char *)hbuf; [all...] |
| /onnv/onnv-gate/usr/src/lib/libsasl/lib/ |
| common.c | 2322 char hbuf[NI_MAXHOST]; local [all...] |