OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linel
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/lpr/common_source/
common.c
209
size_t
linel
= 0;
local in function:get_line
213
while ((c = getc(cfp)) != '\n' &&
linel
+1<sizeof(line)) {
219
linel
++;
220
} while ((
linel
& 07) != 0 &&
linel
+1 < sizeof(line));
224
linel
++;
227
return(
linel
);
common.c
209
size_t
linel
= 0;
local in function:get_line
213
while ((c = getc(cfp)) != '\n' &&
linel
+1<sizeof(line)) {
219
linel
++;
220
} while ((
linel
& 07) != 0 &&
linel
+1 < sizeof(line));
224
linel
++;
227
return(
linel
);
Completed in 24 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025