Searched refs:nextline (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sbin/ddb/
H A Dddb_script.c59 char *buffer, *line, *nextline; local
97 nextline = buffer;
98 while ((line = strsep(&nextline, "\n")) != NULL) {
/freebsd-current/sys/security/audit/
H A Daudit_bsm_db.c271 char *endptr, *line, *nextline, *ptr; local
294 nextline = ptr;
296 while ((line = strsep(&nextline, "\n")) != NULL) {
/freebsd-current/usr.bin/localedef/
H A Dscanner.c55 static int nextline; variable
238 nextline = 1;
256 lineno = nextline;
258 nextline++;
267 nextline--;
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua273 for nextline in fh:lines() do
275 nextline = nextline:gsub(comment_line_expr, "")
277 local key, value = nextline:match(line_expr)
287 trailing_context = nextline:sub(kvp:len() + 1)
295 abort(1, "Malformed line: " .. nextline)
306 nextline)
310 elseif not nextline:match("^%s*$") then
314 abort(1, "Malformed config line: " .. nextline)
339 for nextline i
[all...]
/freebsd-current/usr.bin/nl/
H A Dnl.c296 goto nextline;
339 nextline:
/freebsd-current/usr.bin/ctags/
H A Dctags.c189 nextline:
194 goto nextline;
/freebsd-current/libexec/ftpd/
H A Dftpd.c712 goto nextline;
753 goto nextline;
775 goto nextline;
807 goto nextline;
837 goto nextline;
851 nextline:
1090 goto nextline;
1102 goto nextline;
1134 nextline:
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c1570 goto nextline;
1596 goto nextline;
1611 goto nextline;
1617 goto nextline;
1625 goto nextline;
1635 goto nextline;
1640 goto nextline;
1651 goto nextline;
1656 goto nextline;
1667 goto nextline;
[all...]
/freebsd-current/contrib/lua/src/
H A Dldebug.c282 static int nextline (const Proto *p, int currentline, int pc) { function
308 currentline = nextline(p, currentline, 0);
312 currentline = nextline(p, currentline, i); /* get its line */
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c2537 char *nextline; local
2545 nextline:
2550 nextline = cp;
2552 nextline = NULL;
2598 if (nextline) {
2599 p = nextline;
2600 goto nextline;
/freebsd-current/usr.sbin/inetd/
H A Dinetd.c211 static char *nextline(FILE *);
1622 while ((cp = nextline(fconfig)) != NULL) {
2038 if ((cp = nextline(fconfig)))
2059 nextline(FILE *fd) function
/freebsd-current/contrib/ee/
H A Dee.c265 void nextline(void);
1361 nextline(void) function
1464 nextline();
1531 nextline();
2971 nextline();
/freebsd-current/stand/lua/
H A Dconfig.lua602 goto nextline
612 ::nextline::

Completed in 4622 milliseconds