HomeSort by: relevance | last modified time | path
    Searched refs:nline (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xargs/
xargs.c 90 int ch, Jflag, nargs, nflag, nline; local in function:main
131 nline = arg_max - 4 * 1024;
134 nline -= strlen(*ep++) + 1 + sizeof(*ep);
185 nline = atoi(optarg);
263 nline -= cnt;
264 if (nline <= 0)
267 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
269 ebp = (argp = p = bbp) + nline - 1;
  /src/distrib/utils/more/
prim.c 443 int nline; local in function:jump_loc
446 if ((nline = onscreen(pos)) >= 0) {
451 forw(nline, position(BOTTOM_PLUS_ONE), 0);
481 for (nline = 0; npos < tpos && nline < sc_height - 1; nline++)
495 * Note that back() will repaint() if nline > back_scroll.
497 back(nline, npos, 0);
  /src/usr.sbin/ldpd/
conffile.c 184 char *command, *nline = line; local in function:conf_dispatch
188 command = NextCommand(nline);
200 if (nline == NULL || checkeol(nline) != 0)
202 return main_commands[last_match].func(nline);
  /src/usr.sbin/sysinst/
net.c 639 char *nline; local in function:config_network
661 if ((nline = strchr(net_defroute, '\n')))
662 *nline = '\0';
674 if ((nline = strchr(net_namesvr, '\n')))
675 *nline = '\0';
701 if ((nline = strchr(net_domain, '\n')))
702 *nline = '\0';
  /src/tests/bin/sh/
t_cmdsub.sh 382 atf_check -s exit:0 -o inline:'line 1+1\nline 2\nline 3\n' -e empty \
t_redir.sh 114 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
117 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
120 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
123 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
126 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
131 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
157 -o inline:'First Line\nSecond Line\nLine 3\n' \
180 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
191 -o inline:'First Line\nSecond Line\nLine 3\nEND\n' \
218 -o inline:'First Line\nSecond Line\nLine 3\nEND\nDONE\n'
    [all...]

Completed in 14 milliseconds