Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:newline
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/block/
H
A
D
badblocks.c
522
char
newline
;
in badblocks_store()
local
/kernel/linux/linux-5.10/kernel/printk/
H
A
D
printk_safe.c
162
static const char
newline
[] = KERN_CONT "\n";
in printk_safe_flush_buffer()
local
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
log.c
66
bool
newline
= n > 0 && log->kbuf[n - 1] == '\n';
in bpf_verifier_vlog()
local
/kernel/linux/linux-6.6/block/
H
A
D
badblocks.c
520
char
newline
;
in badblocks_store()
local
/kernel/linux/linux-5.10/drivers/mtd/devices/
H
A
D
block2mtd.c
367
char *
newline
= strrchr(str, '\n');
in kill_final_newline()
local
H
A
D
phram.c
191
char *
newline
= strrchr(str, '\n');
in kill_final_newline()
local
/kernel/linux/linux-5.10/tools/scripts/
H
A
D
utilities.mak
2
define
newline
macro
6
newline
:= $(
newline
)
macro
[all...]
/kernel/linux/linux-6.6/drivers/mtd/devices/
H
A
D
phram.c
234
char *
newline
= strrchr(str, '\n');
in kill_final_newline()
local
H
A
D
block2mtd.c
389
char *
newline
= strrchr(str, '\n');
in kill_final_newline()
local
/kernel/linux/linux-6.6/tools/scripts/
H
A
D
utilities.mak
2
define
newline
macro
6
newline
:= $(
newline
)
macro
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H
A
D
ftrace_test.c
75
char *
newline
;
in get_print_fmt()
local
/kernel/linux/linux-6.6/drivers/soc/apple/
H
A
D
rtkit-crashlog.c
74
u8 *
newline
= memchr(ptr, '\n', end - ptr);
in apple_rtkit_crashlog_dump_str()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hotplug.c
833
char *
newline
;
in i915_hpd_storm_ctl_write()
local
912
char *
newline
;
in i915_hpd_short_storm_ctl_write()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/class/
H
A
D
cdc-acm.c
1063
struct usb_cdc_line_coding
newline
;
in acm_tty_set_termios()
local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat-display.c
144
bool
newline
;
member
179
bool
newline
= os->
newline
;
in print_metric_std()
local
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
stack_user.c
133
char
newline
;
member
143
char
newline
;
member
153
char
newline
;
member
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
uart.c
485
struct gb_uart_set_line_coding_request
newline
;
in gb_tty_set_termios()
local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
stack_user.c
132
char
newline
;
member
142
char
newline
;
member
152
char
newline
;
member
[all...]
/kernel/linux/linux-6.6/drivers/usb/class/
H
A
D
cdc-acm.c
1083
struct usb_cdc_line_coding
newline
;
in acm_tty_set_termios()
local
[all...]
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
uart.c
484
struct gb_uart_set_line_coding_request
newline
;
in gb_tty_set_termios()
local
[all...]
/kernel/linux/linux-5.10/scripts/
H
A
D
unifdef.c
193
static const char *
newline
; /* input file format */
variable
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_debugfs.c
1695
char *
newline
;
in i915_hpd_storm_ctl_write()
local
1774
char *
newline
;
in i915_hpd_short_storm_ctl_write()
local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat-display.c
350
bool
newline
;
member
398
bool
newline
= os->
newline
;
in print_metric_std()
local
/kernel/linux/linux-6.6/scripts/
H
A
D
unifdef.c
193
static const char *
newline
; /* input file format */
variable
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace.c
4099
unsigned char
newline
= '\n';
in print_hex_fmt()
local
Completed in 35 milliseconds
1
2