OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stderrlog
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh
11
stderrlog
=;
19
stderrlog
=/tmp/$RANDOM.vtx.log;
21
exec 2>$
stderrlog
;
22
tail --pid $$ -f $
stderrlog
>&$oldstderr &
23
openvt -s -w -- tail --pid $$ -f $
stderrlog
&
28
if [[ -f "$
stderrlog
" ]]; then
29
rm "$
stderrlog
";
/external/iputils/ninfod/
ninfod.h
87
void
stderrlog
(int priority, char *format, ...);
94
stderrlog
(pri, fmt, ## args); \
ninfod.c
164
void
stderrlog
(int pri, char *fmt, ...)
function
Completed in 96 milliseconds