/linux-4.1.27/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.1.27/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 | 369 char *newline = strrchr(str, '\n'); in kill_final_newline() local 370 if (newline && !newline[1]) in kill_final_newline() 371 *newline = 0; in kill_final_newline()
|
/linux-4.1.27/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.1.27/drivers/usb/class/ |
D | cdc-acm.c | 979 struct usb_cdc_line_coding newline; in acm_tty_set_termios() local 982 newline.dwDTERate = cpu_to_le32(tty_get_baud_rate(tty)); in acm_tty_set_termios() 983 newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0; in acm_tty_set_termios() 984 newline.bParityType = termios->c_cflag & PARENB ? in acm_tty_set_termios() 989 newline.bDataBits = 5; in acm_tty_set_termios() 992 newline.bDataBits = 6; in acm_tty_set_termios() 995 newline.bDataBits = 7; in acm_tty_set_termios() 999 newline.bDataBits = 8; in acm_tty_set_termios() 1006 newline.dwDTERate = acm->line.dwDTERate; in acm_tty_set_termios() 1015 if (memcmp(&acm->line, &newline, sizeof newline)) { in acm_tty_set_termios() [all …]
|
/linux-4.1.27/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.1.27/arch/arm/lib/ |
D | backtrace.S | 133 addne r3, r3, #1 @ skip newline
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 182 separated by newline can be specified 229 separated by newline can be specified
|
D | sysfs-power | 132 the device hash in the RTC at boot, with a newline after each
|
/linux-4.1.27/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.1.27/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.1.27/kernel/printk/ |
D | printk.c | 1045 bool newline = true; in msg_print_text() local 1056 newline = false; in msg_print_text() 1080 if (next || newline) in msg_print_text() 1087 if (next || newline) in msg_print_text()
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 100 N, followed by a newline. If written to, it will accept either upper- or
|
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-
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 278 printf()-formatted message is valid with newline and escape codes.
|
/linux-4.1.27/kernel/trace/ |
D | trace.c | 2745 unsigned char newline = '\n'; in print_hex_fmt() local 2766 SEQ_PUT_FIELD(s, newline); in print_hex_fmt()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 233 * each newline.
|
/linux-4.1.27/drivers/md/ |
D | md.c | 8775 char newline; in badblocks_store() local 8787 switch (sscanf(page, "%llu %d%c", §or, &length, &newline)) { in badblocks_store() 8789 if (newline != '\n') in badblocks_store()
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 214 * each newline.
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 224 * each newline.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 882 to error logging (strip redundant newlines, change debug macros to ensure newline
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 1082 and newline in the print string rather than in the #define.
|