Home
last modified time | relevance | path

Searched refs:initlog (Results 1 – 5 of 5) 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/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):