OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linecnt
(Results
1 - 5
of
5
) 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/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/usr.bin/msgs/
msgs.c
144
int
linecnt
(FILE *);
529
lct =
linecnt
(newmsg);
715
linecnt
(FILE *f)
function
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026