Searched refs:newline (Results 1 - 25 of 156) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/sysklogd/
H A Dklogd.c95 /* Process each newline-terminated line in the buffer */
98 char *newline = strchrnul(start, '\n'); local
100 if (*newline == '\0') {
105 used = newline - start;
112 newline = NULL;
114 *newline++ = '\0';
138 if (!newline)
140 start = newline;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/sysklogd/
H A Dklogd.c95 /* Process each newline-terminated line in the buffer */
98 char *newline = strchrnul(start, '\n'); local
100 if (*newline == '\0') {
105 used = newline - start;
112 newline = NULL;
114 *newline++ = '\0';
138 if (!newline)
140 start = newline;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/sysklogd/
H A Dklogd.c95 /* Process each newline-terminated line in the buffer */
98 char *newline = strchrnul(start, '\n'); local
100 if (*newline == '\0') {
105 used = newline - start;
112 newline = NULL;
114 *newline++ = '\0';
138 if (!newline)
140 start = newline;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/
H A Dcurl-config.in41 --features newline separated list of enabled features
45 --protocols newline separated list of enabled protocols
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/devices/
H A Dphram.c224 char *newline = strrchr(str, '\n'); local
225 if (newline && !newline[1])
226 *newline = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/devices/
H A Dphram.c224 char *newline = strrchr(str, '\n'); local
225 if (newline && !newline[1])
226 *newline = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-base.c353 char *newline; local
371 one newline for legibility. So output things
372 in newline chunks. */
375 while ((newline = strstr (current, "\n")) != NULL)
377 *newline = '\0';
380 current = newline + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/
H A Dcurl-config.in41 --features newline separated list of enabled features
45 --protocols newline separated list of enabled protocols
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/
H A Dcurl-config.in41 --features newline separated list of enabled features
45 --protocols newline separated list of enabled protocols
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dser-base.c353 char *newline; local
371 one newline for legibility. So output things
372 in newline chunks. */
375 while ((newline = strstr (current, "\n")) != NULL)
377 *newline = '\0';
380 current = newline + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dser-base.c353 char *newline; local
371 one newline for legibility. So output things
372 in newline chunks. */
375 while ((newline = strstr (current, "\n")) != NULL)
377 *newline = '\0';
380 current = newline + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_user.c41 * client writes the version they would like to use, including the newline.
49 * SETN<space><8-char-hex-nodenum><newline>
58 * SETV<space><2-char-hex-major><space><2-char-hex-minor><newline>
73 * DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline>
123 /* SETN<space><8-char-hex-nodenum><newline> */
128 char newline; member in struct:ocfs2_control_message_setn
131 /* SETV<space><2-char-hex-major><space><2-char-hex-minor><newline> */
138 char newline; member in struct:ocfs2_control_message_setv
141 /* DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline> */
148 char newline; member in struct:ocfs2_control_message_down
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dstack_user.c41 * client writes the version they would like to use, including the newline.
49 * SETN<space><8-char-hex-nodenum><newline>
58 * SETV<space><2-char-hex-major><space><2-char-hex-minor><newline>
73 * DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline>
123 /* SETN<space><8-char-hex-nodenum><newline> */
128 char newline; member in struct:ocfs2_control_message_setn
131 /* SETV<space><2-char-hex-major><space><2-char-hex-minor><newline> */
138 char newline; member in struct:ocfs2_control_message_setv
141 /* DOWN<space><32-char-cap-hex-uuid><space><8-char-hex-nodenum><newline> */
148 char newline; member in struct:ocfs2_control_message_down
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/ui/
H A Dui_command.c408 char *newline; local
422 newline = strchr(semi,'\n');
423 if (newline) *newline++ = '\0';
425 if (newline) _dumpindented(newline,5+12+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dtest_ntlm_auth.py41 newline = buf.find('\n')
42 if newline == -1:
44 return buf[:newline]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dtest_ntlm_auth.py41 newline = buf.find('\n')
42 if newline == -1:
44 return buf[:newline]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dtest_ntlm_auth.py41 newline = buf.find('\n')
42 if newline == -1:
44 return buf[:newline]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-acm.c807 struct usb_cdc_line_coding newline; local
813 newline.dwDTERate = cpu_to_le32p(acm_tty_speed +
815 newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0;
816 newline.bParityType = termios->c_cflag & PARENB ?
818 newline.bDataBits = acm_tty_size[(termios->c_cflag & CSIZE) >> 4];
822 if (!newline.dwDTERate) {
823 newline.dwDTERate = acm->line.dwDTERate;
830 if (memcmp(&acm->line, &newline, sizeof newline)) {
831 memcpy(&acm->line, &newline, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.c807 struct usb_cdc_line_coding newline; local
813 newline.dwDTERate = cpu_to_le32p(acm_tty_speed +
815 newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0;
816 newline.bParityType = termios->c_cflag & PARENB ?
818 newline.bDataBits = acm_tty_size[(termios->c_cflag & CSIZE) >> 4];
822 if (!newline.dwDTERate) {
823 newline.dwDTERate = acm->line.dwDTERate;
830 if (memcmp(&acm->line, &newline, sizeof newline)) {
831 memcpy(&acm->line, &newline, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A DRunGrepTest462 (cd $srcdir; $valgrind $pcregrep -n -u --newline=any "^X" ./testdata/grepinput8) >>testtry
466 (cd $srcdir; $valgrind $pcregrep -n -u -C 3 --newline=any "Match" ./testdata/grepinput8) >>testtry
478 # newline settings will work in environments where the normal newline sequence
484 echo "Testing pcregrep newline settings"
491 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
495 $valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry
498 $valgrind $pcregrep -n --newline=crlf -F -f $srcdir/testdata/greppatN4 testNinput >>testtry
501 $valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry
504 $valgrind $pcregrep -n --newline
[all...]
H A Dpcregrep.c143 static char *newline = NULL; variable
252 { OP_NODATA, 'F', NULL, "fixed-strings", "patterns are sets of newline-separated strings" },
274 { OP_STRING, 'N', &newline, "newline=type", "set newline type (CR, LF, CRLF, ANYCRLF or ANY)" },
315 /* UTF-8 tables - used only when the newline setting is "any". */
668 including the newline byte(s)
1136 the next line, excluding the terminating newline. After matching, we always
1388 the match will always be before the first newline sequence. */
1487 /* Advance to after the newline an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A DRunGrepTest462 (cd $srcdir; $valgrind $pcregrep -n -u --newline=any "^X" ./testdata/grepinput8) >>testtry
466 (cd $srcdir; $valgrind $pcregrep -n -u -C 3 --newline=any "Match" ./testdata/grepinput8) >>testtry
478 # newline settings will work in environments where the normal newline sequence
484 echo "Testing pcregrep newline settings"
491 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
495 $valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry
498 $valgrind $pcregrep -n --newline=crlf -F -f $srcdir/testdata/greppatN4 testNinput >>testtry
501 $valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry
504 $valgrind $pcregrep -n --newline
[all...]
H A Dpcregrep.c143 static char *newline = NULL; variable
252 { OP_NODATA, 'F', NULL, "fixed-strings", "patterns are sets of newline-separated strings" },
274 { OP_STRING, 'N', &newline, "newline=type", "set newline type (CR, LF, CRLF, ANYCRLF or ANY)" },
315 /* UTF-8 tables - used only when the newline setting is "any". */
668 including the newline byte(s)
1136 the next line, excluding the terminating newline. After matching, we always
1388 the match will always be before the first newline sequence. */
1487 /* Advance to after the newline an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A DRunGrepTest462 (cd $srcdir; $valgrind $pcregrep -n -u --newline=any "^X" ./testdata/grepinput8) >>testtry
466 (cd $srcdir; $valgrind $pcregrep -n -u -C 3 --newline=any "Match" ./testdata/grepinput8) >>testtry
478 # newline settings will work in environments where the normal newline sequence
484 echo "Testing pcregrep newline settings"
491 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
495 $valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry
498 $valgrind $pcregrep -n --newline=crlf -F -f $srcdir/testdata/greppatN4 testNinput >>testtry
501 $valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry
504 $valgrind $pcregrep -n --newline
[all...]
H A Dpcregrep.c143 static char *newline = NULL; variable
252 { OP_NODATA, 'F', NULL, "fixed-strings", "patterns are sets of newline-separated strings" },
274 { OP_STRING, 'N', &newline, "newline=type", "set newline type (CR, LF, CRLF, ANYCRLF or ANY)" },
315 /* UTF-8 tables - used only when the newline setting is "any". */
668 including the newline byte(s)
1136 the next line, excluding the terminating newline. After matching, we always
1388 the match will always be before the first newline sequence. */
1487 /* Advance to after the newline an
[all...]

Completed in 338 milliseconds

1234567