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:toolong
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/src/misc/
H
A
D
realpath.c
30
if (l >= PATH_MAX) goto
toolong
;
in realpath()
70
if (!p) goto
toolong
;
in realpath()
74
if (q+l >= PATH_MAX) goto
toolong
;
in realpath()
96
if (k==p) goto
toolong
;
in realpath()
120
* stack to avoid /->// or //->/// or spurious
toolong
. */
in realpath()
144
if (l + (q-p) + 1 >= PATH_MAX) goto
toolong
;
in realpath()
153
toolong
:
in realpath()
/third_party/curl/tests/unit/
H
A
D
unit1655.c
62
static const char
toolong
[] =
variable
96
{
toolong
, DOH_DNS_NAME_TOO_LONG }, /* expect early failure */
/third_party/node/deps/cares/src/lib/
H
A
D
ares_init.c
185
# define
toolong
(x) (x == -1) && (SOCKERRNO == WSAEFAULT)
in init_by_defaults()
macro
187
# define
toolong
(x) \
in init_by_defaults()
macro
190
# define
toolong
(x) (x == -1) && (SOCKERRNO == EINVAL)
in init_by_defaults()
macro
214
if (
toolong
(res)) {
in init_by_defaults()
/third_party/lwip/test/unit/mdns/
H
A
D
test_mdns.c
391
static const char *
toolong
= "abcdefghijklmnopqrstuvwxyz0123456789-abcdefghijklmnopqrstuvwxyz0123456789-abcdefghijklmnopqrstuvwxyz0123456789-";
in START_TEST()
local
399
res = mdns_domain_add_label(&domain,
toolong
, (u8_t)strlen(
toolong
));
in START_TEST()
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_jit_compile.c
6492
struct sljit_jump *
toolong
;
in search_requested_char()
local
6502
toolong
= CMP(SLJIT_LESS, TMP2, 0, STR_END, 0);
in search_requested_char()
6560
JUMPHERE(
toolong
);
in search_requested_char()
Completed in 17 milliseconds