OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_daemon
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c
87
static int
os_daemon
(int nochdir, int noclose)
function
116
#define
os_daemon
daemon
macro
125
if (
os_daemon
(0, 0)) {
/external/wpa_supplicant_8/src/utils/
os_unix.c
123
static int
os_daemon
(int nochdir, int noclose)
function
152
#define
os_daemon
daemon
macro
161
if (
os_daemon
(0, 0)) {
Completed in 30 milliseconds