OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextline
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.sbin/ldpd/
conffile.c
53
char *mapped, *
nextline
;
variable in typeref:typename:char **
137
nextline
= mapped;
139
char *prev =
nextline
;
140
if ((
nextline
= conf_getlinelimit()) == NULL)
142
while (isspace((unsigned char)*prev) != 0 && prev <
nextline
)
144
if (
nextline
- prev < 2)
146
else if (
nextline
- prev > LINEMAXSIZE)
148
memcpy(line, prev,
nextline
- prev);
152
line[
nextline
- prev] = '\0';
168
char *p =
nextline
;
[
all
...]
/src/usr.bin/nl/
nl.c
300
goto
nextline
;
345
nextline
:
/src/usr.sbin/inetd/
inetd.h
258
char *
nextline
(FILE *);
parse_v2.c
174
*cpp =
nextline
(fconfig);
185
*cpp =
nextline
(fconfig);
345
cp =
nextline
(fconfig);
597
cp =
nextline
(fconfig);
parse.c
151
/* First call to
nextline
will advance line_number to 1 */
155
current_pos =
nextline
(fconfig);
407
cp =
nextline
(fconfig);
528
cp =
nextline
(fconfig);
555
cp =
nextline
(fconfig);
783
*current_pos =
nextline
(fconfig);
830
if ((cp =
nextline
(fconfig)) != NULL)
859
nextline
(FILE *fd)
function in typeref:typename:char *
/src/lib/libc/net/
gethnamaddr.c
1136
nextline
:
1154
goto
nextline
;
1179
goto
nextline
;
1188
goto
nextline
;
getaddrinfo.c
2405
char *
nextline
;
local in function:_yphostent
2417
nextline
:
2422
nextline
= cp;
2424
nextline
= NULL;
2467
if (
nextline
) {
2468
p =
nextline
;
2469
goto
nextline
;
/src/libexec/ftpd/
conf.c
210
goto
nextline
; \
216
goto
nextline
; \
500
nextline
:
/src/usr.sbin/mountd/
mountd.c
1038
goto
nextline
; /* skip empty line */
1199
goto
nextline
;
1202
nextline
:
Completed in 27 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025