Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/config/
Dutilities.mak1 # This allows us to work with the newline character:
2 define newline macro
6 newline := $(newline) macro
13 # what should replace a newline when escaping
23 # single space each newline character in the output
27 # The only solution is to change each newline into
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
108 # At least GNU make gets confused by expanding a newline
115 # not it contains a newline.
[all …]
/linux-4.4.14/drivers/mtd/devices/
Dphram.c195 char *newline = strrchr(str, '\n'); in kill_final_newline() local
197 if (newline && !newline[1]) in kill_final_newline()
198 *newline = 0; in kill_final_newline()
Dblock2mtd.c370 char *newline = strrchr(str, '\n'); in kill_final_newline() local
371 if (newline && !newline[1]) in kill_final_newline()
372 *newline = 0; in kill_final_newline()
/linux-4.4.14/fs/ocfs2/
Dstack_user.c141 char newline; member
151 char newline; member
161 char newline; member
383 if ((msg->space != ' ') || (msg->newline != '\n')) in ocfs2_control_do_setnode_msg()
385 msg->space = msg->newline = '\0'; in ocfs2_control_do_setnode_msg()
417 (msg->newline != '\n')) in ocfs2_control_do_setversion_msg()
419 msg->space1 = msg->space2 = msg->newline = '\0'; in ocfs2_control_do_setversion_msg()
464 (msg->newline != '\n')) in ocfs2_control_do_down_msg()
466 msg->space1 = msg->space2 = msg->newline = '\0'; in ocfs2_control_do_down_msg()
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.c975 struct usb_cdc_line_coding newline; in acm_tty_set_termios() local
978 newline.dwDTERate = cpu_to_le32(tty_get_baud_rate(tty)); in acm_tty_set_termios()
979 newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0; in acm_tty_set_termios()
980 newline.bParityType = termios->c_cflag & PARENB ? in acm_tty_set_termios()
985 newline.bDataBits = 5; in acm_tty_set_termios()
988 newline.bDataBits = 6; in acm_tty_set_termios()
991 newline.bDataBits = 7; in acm_tty_set_termios()
995 newline.bDataBits = 8; in acm_tty_set_termios()
1002 newline.dwDTERate = acm->line.dwDTERate; in acm_tty_set_termios()
1011 if (memcmp(&acm->line, &newline, sizeof newline)) { in acm_tty_set_termios()
[all …]
/linux-4.4.14/scripts/
Dunifdef.c193 static const char *newline; /* input file format */ variable
523 "%s%s", replacement, newline); in keywordedit()
564 printf("#line %d%s", linenum, newline); in flushline()
571 fputs(newline, output); in flushline()
651 if (newline == NULL) { in parseline()
653 newline = newline_crlf; in parseline()
655 newline = newline_unix; in parseline()
725 strcpy(tline + len, newline); in parseline()
726 cp += strlen(newline); in parseline()
/linux-4.4.14/arch/arm/lib/
Dbacktrace.S133 addne r3, r3, #1 @ skip newline
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc182 separated by newline can be specified
229 separated by newline can be specified
Dsysfs-driver-wacom85 Writing the character sequence '*' followed by a newline to
Dsysfs-power132 the device hash in the RTC at boot, with a newline after each
/linux-4.4.14/Documentation/s390/
D3270.txt203 Running" and nothing typed, the application receives a newline.)
235 driver appends a newline character and sends it to the tty driver;
236 otherwise the driver strips the "^n" and does not append a newline.
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt192 with precisely one newline character which should be at the end.
201 as them selves. At the very least, space, newline, nul, and
Dknfsd-stats.txt15 separated by newline '\n' characters. Lines beginning with a hash
/linux-4.4.14/kernel/printk/
Dprintk.c1085 bool newline = true; in msg_print_text() local
1096 newline = false; in msg_print_text()
1120 if (next || newline) in msg_print_text()
1127 if (next || newline) in msg_print_text()
/linux-4.4.14/Documentation/networking/
Dnetconsole.txt154 newline is used as the delimeter.
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt178 required length for the pointer value plus a newline character,
248 required length for the digit plus a newline character, subse-
Ddebugfs.txt111 N, followed by a newline. If written to, it will accept either upper- or
/linux-4.4.14/drivers/staging/panel/
DKconfig278 printf()-formatted message is valid with newline and escape codes.
/linux-4.4.14/kernel/trace/
Dtrace.c2747 unsigned char newline = '\n'; in print_hex_fmt() local
2768 SEQ_PUT_FIELD(s, newline); in print_hex_fmt()
/linux-4.4.14/drivers/md/
Dmd.c8960 char newline; in badblocks_store() local
8972 switch (sscanf(page, "%llu %d%c", &sector, &length, &newline)) { in badblocks_store()
8974 if (newline != '\n') in badblocks_store()
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped225 * each newline.
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped214 * each newline.
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped242 * each newline.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES882 to error logging (strip redundant newlines, change debug macros to ensure newline
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1082 and newline in the print string rather than in the #define.