OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initlog
(Results
1 - 7
of
7
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py
192
cgi.
initlog
("%s", "Testing
initlog
1")
194
self.assertEqual(cgi.logfp.getvalue(), "Testing
initlog
1\nTesting log 2\n")
198
cgi.
initlog
("%s", "Testing log 3")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py
192
cgi.
initlog
("%s", "Testing
initlog
1")
194
self.assertEqual(cgi.logfp.getvalue(), "Testing
initlog
1\nTesting log 2\n")
198
cgi.
initlog
("%s", "Testing log 3")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py
71
def
initlog
(*allargs):
function
74
Even though this function is called
initlog
(), you should always
75
use log(); log is a variable that is set either to
initlog
107
"""Write a log message to the log file. See
initlog
() for docs."""
114
log =
initlog
# The current logging function
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py
71
def
initlog
(*allargs):
function
74
Even though this function is called
initlog
(), you should always
75
use log(); log is a variable that is set either to
initlog
107
"""Write a log message to the log file. See
initlog
() for docs."""
114
log =
initlog
# The current logging function
[
all
...]
/external/iputils/
rdisc.c
105
static void
initlog
(void);
265
initlog
();
1520
void
initlog
(void)
function
[
all
...]
/external/openssh/contrib/redhat/
openssh.spec
524
- pass OPTIONS correctly to
initlog
(#50151)
580
- bypass the daemon() function in the init script and call
initlog
directly,
/external/openssh/
ChangeLog
[
all
...]
Completed in 90 milliseconds