/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 1 # 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/ |
D | phram.c | 195 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()
|
D | block2mtd.c | 370 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/ |
D | stack_user.c | 141 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/ |
D | cdc-acm.c | 975 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/ |
D | unifdef.c | 193 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/ |
D | backtrace.S | 133 addne r3, r3, #1 @ skip newline
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 182 separated by newline can be specified 229 separated by newline can be specified
|
D | sysfs-driver-wacom | 85 Writing the character sequence '*' followed by a newline to
|
D | sysfs-power | 132 the device hash in the RTC at boot, with a newline after each
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 203 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/ |
D | rpc-cache.txt | 192 with precisely one newline character which should be at the end. 201 as them selves. At the very least, space, newline, nul, and
|
D | knfsd-stats.txt | 15 separated by newline '\n' characters. Lines beginning with a hash
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 1085 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/ |
D | netconsole.txt | 154 newline is used as the delimeter.
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 178 required length for the pointer value plus a newline character, 248 required length for the digit plus a newline character, subse-
|
D | debugfs.txt | 111 N, followed by a newline. If written to, it will accept either upper- or
|
/linux-4.4.14/drivers/staging/panel/ |
D | Kconfig | 278 printf()-formatted message is valid with newline and escape codes.
|
/linux-4.4.14/kernel/trace/ |
D | trace.c | 2747 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/ |
D | md.c | 8960 char newline; in badblocks_store() local 8972 switch (sscanf(page, "%llu %d%c", §or, &length, &newline)) { in badblocks_store() 8974 if (newline != '\n') in badblocks_store()
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 225 * each newline.
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 214 * each newline.
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 242 * each newline.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 882 to error logging (strip redundant newlines, change debug macros to ensure newline
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 1082 and newline in the print string rather than in the #define.
|