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
refs:LINE_MAX
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
H
A
D
libcontrollers.c
46
char target[
LINE_MAX
];
150
while (fgets(target,
LINE_MAX
, fp) != NULL)
in read_file()
H
A
D
libcontrollers.h
53
extern char target[
LINE_MAX
];
/third_party/eudev/src/shared/
H
A
D
fileio.c
60
char t[
LINE_MAX
], *c;
in read_one_line_file()
97
n =
LINE_MAX
;
in read_full_stream()
H
A
D
log.c
479
char buffer[
LINE_MAX
];
in log_internalv()
515
static char buffer[
LINE_MAX
];
in log_assert()
H
A
D
util.c
828
char buf[
LINE_MAX
];
in flush_fd()
/third_party/eudev/hm_src/
H
A
D
config.h
17
#define
LINE_MAX
2048
macro
/third_party/musl/porting/liteos_a/user/include/
H
A
D
limits.h
84
#define
LINE_MAX
4096
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
limits.h
84
#define
LINE_MAX
4096
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
limits.h
86
#define
LINE_MAX
4096
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
limits.h
86
#define
LINE_MAX
4096
macro
/third_party/musl/include/
H
A
D
limits.h
93
#define
LINE_MAX
4096
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
limits.h
118
#define
LINE_MAX
4096
macro
/third_party/musl/libc-test/src/api/
H
A
D
limits.c
13
C(
LINE_MAX
)
in f()
/third_party/toybox/toys/posix/
H
A
D
getconf.c
101
CONF(IOV_MAX), CONF(
LINE_MAX
), CONF(LOGIN_NAME_MAX), CONF(NGROUPS_MAX),
/third_party/eudev/src/libudev/
H
A
D
libudev-hwdb.c
61
char bytes[
LINE_MAX
];
/third_party/eudev/src/udev/
H
A
D
udevadm-hwdb.c
463
char line[
LINE_MAX
];
in import_file()
/third_party/rust/crates/nix/src/
H
A
D
unistd.rs
2213
LINE_MAX
= libc::_SC_LINE_MAX,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
3395
pub const
LINE_MAX
: ::c_int = 2048;
consts
Completed in 28 milliseconds