HomeSort by: relevance | last modified time | path
    Searched defs:bytecnt (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/usr.bin/head/
head.c 77 intmax_t bytecnt; local in function:main
86 bytecnt = 0;
91 bytecnt = strtoimax(optarg, &ep, 10);
92 if ((bytecnt == INTMAX_MAX && errno == ERANGE) ||
93 *ep || bytecnt <= 0)
134 head(fp, linecnt, bytecnt);
138 head(stdin, linecnt, bytecnt);
143 head(FILE *fp, intmax_t cnt, intmax_t bytecnt)
149 if (bytecnt) {
150 while (bytecnt) {
    [all...]
head.c 77 intmax_t bytecnt; local in function:main
86 bytecnt = 0;
91 bytecnt = strtoimax(optarg, &ep, 10);
92 if ((bytecnt == INTMAX_MAX && errno == ERANGE) ||
93 *ep || bytecnt <= 0)
134 head(fp, linecnt, bytecnt);
138 head(stdin, linecnt, bytecnt);
143 head(FILE *fp, intmax_t cnt, intmax_t bytecnt)
149 if (bytecnt) {
150 while (bytecnt) {
    [all...]
head.c 77 intmax_t bytecnt; local in function:main
86 bytecnt = 0;
91 bytecnt = strtoimax(optarg, &ep, 10);
92 if ((bytecnt == INTMAX_MAX && errno == ERANGE) ||
93 *ep || bytecnt <= 0)
134 head(fp, linecnt, bytecnt);
138 head(stdin, linecnt, bytecnt);
143 head(FILE *fp, intmax_t cnt, intmax_t bytecnt)
149 if (bytecnt) {
150 while (bytecnt) {
    [all...]
head.c 77 intmax_t bytecnt; local in function:main
86 bytecnt = 0;
91 bytecnt = strtoimax(optarg, &ep, 10);
92 if ((bytecnt == INTMAX_MAX && errno == ERANGE) ||
93 *ep || bytecnt <= 0)
134 head(fp, linecnt, bytecnt);
138 head(stdin, linecnt, bytecnt);
143 head(FILE *fp, intmax_t cnt, intmax_t bytecnt)
149 if (bytecnt) {
150 while (bytecnt) {
    [all...]
  /src/usr.bin/split/
split.c 78 off_t bytecnt = 0; /* Byte count to split on. */ local in function:main
110 (bytecnt = strtoull(optarg, &ep, 10)) == 0 ||
114 bytecnt *= 1024;
116 bytecnt *= 1024 * 1024;
156 else if (bytecnt || chunks)
159 if (bytecnt && chunks)
162 if (bytecnt)
163 split1(bytecnt, 0);
177 split1(off_t bytecnt, int maxcnt)
203 if (bcnt + len >= bytecnt) {
    [all...]
split.c 78 off_t bytecnt = 0; /* Byte count to split on. */ local in function:main
110 (bytecnt = strtoull(optarg, &ep, 10)) == 0 ||
114 bytecnt *= 1024;
116 bytecnt *= 1024 * 1024;
156 else if (bytecnt || chunks)
159 if (bytecnt && chunks)
162 if (bytecnt)
163 split1(bytecnt, 0);
177 split1(off_t bytecnt, int maxcnt)
203 if (bcnt + len >= bytecnt) {
    [all...]
split.c 78 off_t bytecnt = 0; /* Byte count to split on. */ local in function:main
110 (bytecnt = strtoull(optarg, &ep, 10)) == 0 ||
114 bytecnt *= 1024;
116 bytecnt *= 1024 * 1024;
156 else if (bytecnt || chunks)
159 if (bytecnt && chunks)
162 if (bytecnt)
163 split1(bytecnt, 0);
177 split1(off_t bytecnt, int maxcnt)
203 if (bcnt + len >= bytecnt) {
    [all...]
split.c 78 off_t bytecnt = 0; /* Byte count to split on. */ local in function:main
110 (bytecnt = strtoull(optarg, &ep, 10)) == 0 ||
114 bytecnt *= 1024;
116 bytecnt *= 1024 * 1024;
156 else if (bytecnt || chunks)
159 if (bytecnt && chunks)
162 if (bytecnt)
163 split1(bytecnt, 0);
177 split1(off_t bytecnt, int maxcnt)
203 if (bcnt + len >= bytecnt) {
    [all...]
  /src/sys/arch/mac68k/include/
adbsys.h 161 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
adbsys.h 161 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
adbsys.h 161 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
adbsys.h 161 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
  /src/sys/arch/macppc/include/
adbsys.h 168 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
adbsys.h 168 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
adbsys.h 168 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
adbsys.h 168 int bytecnt; /* number of bytes */ member in struct:adb_listencmd_s
  /src/sys/netinet6/
ip6_mroute.h 187 u_quad_t bytecnt; member in struct:sioc_sg_req6
ip6_mroute.h 187 u_quad_t bytecnt; member in struct:sioc_sg_req6
ip6_mroute.h 187 u_quad_t bytecnt; member in struct:sioc_sg_req6
ip6_mroute.h 187 u_quad_t bytecnt; member in struct:sioc_sg_req6
  /src/sys/netinet/
ip_mroute.h 180 u_long bytecnt; member in struct:sioc_sg_req
ip_mroute.h 180 u_long bytecnt; member in struct:sioc_sg_req
ip_mroute.h 180 u_long bytecnt; member in struct:sioc_sg_req
ip_mroute.h 180 u_long bytecnt; member in struct:sioc_sg_req
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 543 netbsd32_u_long bytecnt; member in struct:netbsd32_sioc_sg_req

Completed in 171 milliseconds

1 2