HomeSort by: relevance | last modified time | path
    Searched defs:linecnt (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/head/
head.c 76 intmax_t linecnt; local
85 linecnt = 10;
99 linecnt = strtoimax(optarg, &ep, 10);
100 if ((linecnt == INTMAX_MAX && errno == ERANGE) ||
101 *ep || linecnt <= 0)
134 head(fp, linecnt, bytecnt);
138 head(stdin, linecnt, bytecnt);
  /src/usr.sbin/rbootd/
parseconf.c 92 int omask, linecnt = 0; local
128 linecnt++; /* line counter */
147 linecnt, bcp);
175 linecnt, bcp);
184 linecnt, bcp);
  /src/libexec/comsat/
comsat.c 285 int linecnt, charcnt, inheader; local
297 linecnt = 7;
317 if (linecnt <= 0 || charcnt <= 0) {
328 --linecnt;
  /src/external/bsd/ntp/dist/ntpd/
refclock_hpgps.c 122 int linecnt; /* set for expected multiple line responses */ member in struct:hpgpsunit
213 up->linecnt = 1;
290 * If linecnt is greater than zero, we are getting information only,
296 * If linecnt is zero, we are expecting either the timezone
303 if (up->linecnt-- > 0) {
309 if (up->linecnt == 0)
588 up->linecnt = 22;
  /src/usr.bin/msgs/
msgs.c 144 int linecnt(FILE *);
529 lct = linecnt(newmsg);
715 linecnt(FILE *f) function
  /src/usr.bin/pr/
pr.c 173 int linecnt; local
236 linecnt = 0;
245 while (linecnt < lines) {
251 if (!linecnt) {
282 ++linecnt;
291 if (linecnt && prtail(lines-linecnt-lrgln, lrgln))
  /src/external/bsd/file/dist/src/
softmagic.c 1354 size_t lines, linecnt, bytecnt; local
1363 linecnt = m->str_range;
1364 bytecnt = linecnt * 80;
1366 linecnt = 0;
1378 for (lines = linecnt, b = buf; lines && b < end &&

Completed in 48 milliseconds