Home
last modified time | relevance | path

Searched refs:initlog (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_cgi.py194 cgi.initlog("%s", "Testing initlog 1")
200 cgi.initlog("%s", "Testing log 3")
/external/python/cpython3/Lib/
Dcgi.py58 def initlog(*allargs): function
108 log = initlog
110 log = initlog # The current logging function
/external/python/cpython3/Lib/test/
Dtest_cgi.py205 cgi.initlog("%s", "Testing initlog 1")
211 cgi.initlog("%s", "Testing log 3")
/external/python/cpython2/Lib/
Dcgi.py71 def initlog(*allargs): function
114 log = initlog # The current logging function
/external/iputils/
Drdisc.c105 static void initlog(void);
265 initlog(); in do_fork()
1520 void initlog(void) in initlog() function
/external/openssh/contrib/redhat/
Dopenssh.spec520 - pass OPTIONS correctly to initlog (#50151)
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst206 >>> def initlog(*args):
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst236 >>> def initlog(*args):