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:CONFIG_FILE
(Results
1 - 25
of
26
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/syslog/
H
A
D
syslog01
45
case "$
CONFIG_FILE
" in
47
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
48
echo "*.crit /var/log/messages" >> $
CONFIG_FILE
49
echo "mail.info $MAILLOG" >> $
CONFIG_FILE
54
udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
55
echo " " >> $
CONFIG_FILE
56
echo " " >> $
CONFIG_FILE
57
echo "# Added for syslog testcase" >> $
CONFIG_FILE
58
echo "filter f_syslog { level(crit);};" >> $
CONFIG_FILE
59
echo "filter f_syslogMail { level(info) and facility(mail); };" >> $
CONFIG_FILE
[all...]
H
A
D
syslog-lib.sh
27
CONFIG_FILE
=""
43
if [ -f "$
CONFIG_FILE
.ltpback" ]; then
44
if mv "$
CONFIG_FILE
.ltpback" "$
CONFIG_FILE
"; then
69
CONFIG_FILE
="/etc/syslog.conf"
71
CONFIG_FILE
="/etc/syslog-ng/syslog-ng.conf"
73
CONFIG_FILE
="/etc/rsyslog.conf"
98
if [ -f "$
CONFIG_FILE
" ]; then
100
while [ -f "$
CONFIG_FILE
.ltpback" -a $WAIT_COUNT -gt 0 ]; do
104
# Oops -- $
CONFIG_FILE
[all...]
H
A
D
syslog03
40
case "$
CONFIG_FILE
" in
42
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
43
echo "daemon.info /var/log/messages" >> $
CONFIG_FILE
47
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
48
echo " " >> $
CONFIG_FILE
49
echo "# Added for syslog testcase" >> $
CONFIG_FILE
50
echo "filter f_syslog_daemon { level(info) and facility(daemon); }; " >> $
CONFIG_FILE
51
echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
52
echo "log { source(src); filter(f_syslog_daemon); destination(syslog-messages);};" >> $
CONFIG_FILE
H
A
D
syslog04
40
case "$
CONFIG_FILE
" in
42
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
43
echo "user.info /var/log/messages" >> $
CONFIG_FILE
47
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
48
echo " " >> $
CONFIG_FILE
49
echo "filter f_syslog_user { level(info) and facility(user); };" >> $
CONFIG_FILE
50
echo "destination syslog_messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
51
echo "log { source(src); filter(f_syslog_user); destination(syslog_messages);};" >> $
CONFIG_FILE
H
A
D
syslog08
52
case "$
CONFIG_FILE
" in
54
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
55
echo "$facility.info /var/log/messages" >> $
CONFIG_FILE
56
echo "$facility.info /var/log/maillog" >> $
CONFIG_FILE
60
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
61
echo "filter f_syslog-$facility { level(info) and facility($facility); };" >> $
CONFIG_FILE
62
echo "destination syslog-messages { file(\"/var/log/messages\"); };" >> $
CONFIG_FILE
63
echo "destination syslog-mail { file(\"/var/log/maillog\");};" >> $
CONFIG_FILE
64
echo "log { source(src); filter(f_syslog-$facility); destination(syslog-mail); };" >> $
CONFIG_FILE
65
echo "log { source(src); filter(f_syslog-$facility); destination(syslog-messages); };" >> $
CONFIG_FILE
[all...]
H
A
D
syslog07
46
if [ $
CONFIG_FILE
= /etc/syslog.conf ]; then
56
case "$
CONFIG_FILE
" in
58
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
59
echo "user.debug /var/log/messages" >> $
CONFIG_FILE
63
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
64
echo " " >> $
CONFIG_FILE
65
echo " " >> $
CONFIG_FILE
66
echo "# Added for syslog testcase" >> $
CONFIG_FILE
67
echo "filter f_syslog_messages {facility(user); };" >> $
CONFIG_FILE
68
echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
[all...]
H
A
D
syslog02
47
case "$
CONFIG_FILE
" in
50
echo "mail.$level $MAILLOG" >> $
CONFIG_FILE
55
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
56
echo "mail.$level $MAILLOG" >> $
CONFIG_FILE
60
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
61
echo "filter f_syslog_$level { level($level) and facility(mail); };" >> $
CONFIG_FILE
62
echo "destination syslog-$level { file(\"$MAILLOG\"); };" >> $
CONFIG_FILE
63
echo "log { source(src); filter(f_syslog_$level); destination(syslog-$level); };" >> $
CONFIG_FILE
;;
H
A
D
syslog06
45
case "$
CONFIG_FILE
" in
47
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
48
echo "user.info /var/log/messages" >> $
CONFIG_FILE
52
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
53
echo "filter f_syslog_user { level(info) and facility(user); };">> $
CONFIG_FILE
54
echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
55
echo "log { source(src); filter(f_syslog_user); destination(syslog-messages);};" >> $
CONFIG_FILE
H
A
D
syslog05
45
case "$
CONFIG_FILE
" in
47
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
48
echo "user.info /var/log/messages" >> $
CONFIG_FILE
52
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
53
echo "filter f_syslog_user { level(info) and facility(user); };" >> $
CONFIG_FILE
54
echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
55
echo "log { source(src); filter(f_syslog_user); destination(syslog-messages);};" >> $
CONFIG_FILE
H
A
D
syslog10
43
case "$
CONFIG_FILE
" in
45
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
46
echo "user.debug /var/log/messages" >> $
CONFIG_FILE
50
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
51
echo "filter f_syslog_debug{ facility(user); };" >> $
CONFIG_FILE
52
echo "destination syslog_messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
53
echo "log { source(src); filter(f_syslog_debug); destination(syslog_messages); };" >> $
CONFIG_FILE
H
A
D
syslog09
42
case "$
CONFIG_FILE
" in
44
echo "$RSYSLOG_CONFIG" > $
CONFIG_FILE
45
echo "user.debug /var/log/messages" >> $
CONFIG_FILE
49
echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $
CONFIG_FILE
50
#echo "filter f_syslog_debug { level(debug) and facility(user); };" >> $
CONFIG_FILE
51
echo "filter f_syslog_debug { facility(user); };" >> $
CONFIG_FILE
52
echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $
CONFIG_FILE
53
echo "log { source(src); filter(f_syslog_debug); destination(syslog-messages);};" >> $
CONFIG_FILE
/third_party/skia/third_party/externals/freetype/builds/windows/
H
A
D
detect.mk
91
CONFIG_FILE
:= w32-gcc.mk
macro
119
CONFIG_FILE
:= w32-vcc.mk
macro
128
CONFIG_FILE
:= w32-intl.mk
macro
137
CONFIG_FILE
:= w32-wat.mk
macro
146
CONFIG_FILE
:= w32-icc.mk
macro
155
CONFIG_FILE
:= w32-lcc.mk
macro
164
CONFIG_FILE
:= w32-mingw32.mk
macro
173
CONFIG_FILE
:= w32-bcc.mk
macro
182
CONFIG_FILE
:= w32-bccd.mk
macro
191
CONFIG_FILE
macro
[all...]
/third_party/skia/third_party/externals/freetype/builds/os2/
H
A
D
detect.mk
36
CONFIG_FILE
:= os2-gcc.mk
macro
41
CONFIG_FILE
:= os2-icc.mk
macro
50
CONFIG_FILE
:= os2-wat.mk
macro
59
CONFIG_FILE
:= os2-bcc.mk
macro
68
CONFIG_FILE
:= os2-dev.mk
macro
/third_party/skia/third_party/externals/freetype/builds/dos/
H
A
D
detect.mk
75
CONFIG_FILE
:= dos-gcc.mk
macro
81
CONFIG_FILE
:= dos-emx.mk
macro
90
CONFIG_FILE
:= dos-tcc.mk
macro
99
CONFIG_FILE
:= dos-wat.mk
macro
108
CONFIG_FILE
:= dos-bcc.mk
macro
117
CONFIG_FILE
:= dos-bcc.mk
macro
/third_party/skia/third_party/externals/freetype/builds/unix/
H
A
D
detect.mk
41
CONFIG_FILE
:= unix-dev.mk
macro
53
CONFIG_FILE
:= unix-lcc.mk
macro
74
CONFIG_FILE
:= unix.mk
macro
/third_party/skia/third_party/externals/freetype/builds/
H
A
D
detect.mk
28
#
CONFIG_FILE
The configuration sub-makefile to use. This usually depends
53
CONFIG_RULES = $(PLATFORM_DIR)/$(
CONFIG_FILE
)
98
ifndef
CONFIG_FILE
99
CONFIG_FILE
:= ansi.mk
macro
/third_party/mbedtls/scripts/
H
A
D
code_style.py
16
CONFIG_FILE
= ".uncrustify.cfg"
variable
18
UNCRUSTIFY_ARGS = ["-c",
CONFIG_FILE
]
/third_party/skia/third_party/externals/freetype/builds/beos/
H
A
D
detect.mk
34
CONFIG_FILE
:= beos.mk
macro
/third_party/backends/backend/
H
A
D
cardscan.h
130
#define
CONFIG_FILE
"cardscan.conf"
macro
H
A
D
cardscan.c
333
fp = sanei_config_open (
CONFIG_FILE
);
in sane_get_devices()
337
DBG (15, "sane_get_devices: reading config file %s\n",
CONFIG_FILE
);
in sane_get_devices()
402
CONFIG_FILE
);
in sane_get_devices()
H
A
D
epjitsu.h
306
#define
CONFIG_FILE
"epjitsu.conf"
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
Makefile
2
CONFIG_FILE
= .config
macro
/third_party/json/tools/serve_header/
H
A
D
serve_header.py
21
CONFIG_FILE
= 'serve_header.yml'
variable
369
config_file = os.path.abspath(
CONFIG_FILE
)
/third_party/node/deps/openssl/openssl/apps/
H
A
D
srp.c
32
#define
CONFIG_FILE
"openssl.cnf"
macro
/third_party/openssl/apps/
H
A
D
srp.c
32
#define
CONFIG_FILE
"openssl.cnf"
macro
Completed in 11 milliseconds
1
2