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:LOG_CONSOLE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
dhcp6.c
94
#define
LOG_CONSOLE
0x1
macro
143
if(toys.optflags & FLAG_v) infomode |=
LOG_CONSOLE
;
in logit()
155
if (infomode &
LOG_CONSOLE
) printf("%s", msg);
in logit()
H
A
D
dhcp.c
128
#define
LOG_CONSOLE
0x1
macro
200
uint8_t infomode =
LOG_CONSOLE
;
337
if (infomode &
LOG_CONSOLE
) printf("%s\n", msg);
in infomsg()
H
A
D
dhcpd.c
55
#define
LOG_CONSOLE
0x1
macro
452
if (infomode &
LOG_CONSOLE
) printf("%s\n", msg);
in infomsg()
1617
infomode =
LOG_CONSOLE
;
in dhcpd_main()
/third_party/python/Lib/logging/
H
A
D
handlers.py
781
LOG_CONSOLE
= 14 # Log alert
variable in SysLogHandler
812
"console":
LOG_CONSOLE
,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1219
pub const
LOG_CONSOLE
: ::c_int = 14 << 3;
consts
Completed in 14 milliseconds