Searched refs:hbuf (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dsum.c93 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
136 human_readable (total_bytes, hbuf, human_ceiling, 1, 1024));
155 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
212 human_readable (total_bytes, hbuf, human_ceiling, 1, 512));
H A Dls.c3667 char hbuf[INT_BUFSIZE_BOUND (uintmax_t)]; local
3669 format_inode (hbuf, sizeof hbuf, f));
3677 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
3681 : human_readable (ST_NBLOCKS (f->stat), hbuf, human_output_opts,
3694 char hbuf[INT_BUFSIZE_BOUND (uintmax_t)]; local
3696 ! f->stat_ok ? "?" : umaxtostr (f->stat.st_nlink, hbuf));
3743 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
3748 hbuf, human_output_opts, 1, file_output_block_size));
3808 char hbuf[INT_BUFSIZE_BOUN local
[all...]
H A Ddd.c607 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
637 human_readable (w_bytes, hbuf, human_opts, 1, 1));
645 bytes_per_second = human_readable (w_bytes, hbuf, human_opts,
/haiku-fatelf/src/bin/findutils/lib/
H A Dlistfile.c186 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
196 human_readable ((uintmax_t) statp->st_ino, hbuf,
201 human_readable ((uintmax_t) ST_NBLOCKS (*statp), hbuf,
232 human_readable ((uintmax_t) statp->st_size, hbuf,
271 hbuf, human_ceiling, 1, 1);
278 human_readable ((uintmax_t) statp->st_mtime, hbuf,
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_send.c1035 char hbuf[NI_MAXHOST]; local
1041 if (getnameinfo(address, alen, hbuf, sizeof(hbuf),
1043 strncpy(hbuf, "?", sizeof(hbuf) - 1);
1044 hbuf[sizeof(hbuf) - 1] = '\0';
1049 string, hbuf, sbuf, strerror(error));
/haiku-fatelf/src/bin/findutils/locate/
H A Dlocate.c833 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
837 hbuf, human_ceiling, 1, 1));
841 hbuf, human_ceiling, 1, 1));
844 hbuf, human_ceiling, 1, 1));
848 hbuf, human_ceiling, 1, 1));
851 hbuf, human_ceiling, 1, 1));
854 hbuf, human_ceiling, 1, 1));
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-icmp6.c1158 char hbuf[NI_MAXHOST]; local
1226 if (inet_ntop(AF_INET6, &match->rpm_prefix, hbuf, sizeof(hbuf)))
1227 printf(",%s/%u", hbuf, match->rpm_matchlen);
1269 if (inet_ntop(AF_INET6, &use->rpu_prefix, hbuf,
1270 sizeof(hbuf)))
1271 printf("%s/%u/%u", hbuf, use->rpu_uselen,
/haiku-fatelf/src/bin/findutils/find/
H A Dpred.c587 char hbuf[LONGEST_HUMAN_READABLE + 1];
639 hbuf, human_ceiling,
653 human_readable ((uintmax_t) stat_buf->st_dev, hbuf,
688 human_readable ((uintmax_t) stat_buf->st_gid, hbuf,
727 human_readable ((uintmax_t) stat_buf->st_ino, hbuf,
735 hbuf, human_ceiling,
806 hbuf,
834 hbuf, human_ceiling, 1, 1));
862 human_readable ((uintmax_t) stat_buf->st_uid, hbuf,
586 char hbuf[LONGEST_HUMAN_READABLE + 1]; local
/haiku-fatelf/src/libs/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
422 hbuf[0] = (unsigned char)(word); \
423 hbuf[1] = (unsigned char)((word) >> 8); \
424 check = crc32(check, hbuf, 2); \
429 hbuf[0] = (unsigned char)(word); \
430 hbuf[1] = (unsigned char)((word) >> 8); \
431 hbuf[2] = (unsigned char)((word) >> 16); \
432 hbuf[3] = (unsigned char)((word) >> 24); \
433 check = crc32(check, hbuf, 4); \
607 unsigned char hbuf[ local
[all...]
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c161 char hbuf[MAXHOSTNAMELEN]; local
216 hbuf, sizeof(hbuf), NULL, 0, NI_NUMERICHOST))
217 strlcpy(hbuf, "?", sizeof(hbuf));
218 fprintf(ttyout, "Trying %s...\n", hbuf);
231 hbuf, sizeof(hbuf), NULL, 0,
233 strlcpy(hbuf, "?", sizeof(hbuf));
[all...]
H A Dfetch.c469 char hbuf[NI_MAXHOST]; local
709 hbuf, sizeof(hbuf), NULL, 0, NI_NUMERICHOST) != 0)
710 strlcpy(hbuf, "invalid", sizeof(hbuf));
713 fprintf(ttyout, "Trying %s...\n", hbuf);
725 warn("Connect to address `%s'", hbuf);
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c1665 char hbuf[256+1];
1668 gethostname(hbuf, 256);
1669 hbuf[256] = '\0';
1670 cp = (char *)malloc(strlen(hbuf) + strlen(cp2) + 1);
1671 sprintf((char *)cp, "%s%s", hbuf, cp2);
1657 char hbuf[256+1]; local

Completed in 207 milliseconds