Home
last modified time | relevance | path

Searched refs:noclose (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/
Dcompat.c161 int daemon(int nochdir, int noclose) { in daemon() argument
180 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
Dcompat.h39 int daemon(int nochdir, int noclose);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos_unix.c87 static int os_daemon(int nochdir, int noclose) in os_daemon() argument
/external/wpa_supplicant_8/src/utils/
Dos_unix.c109 static int os_daemon(int nochdir, int noclose) in os_daemon() argument
/external/ppp/pppd/
Dsys-solaris.c869 daemon(nochdir, noclose)
870 int nochdir, noclose;
881 if (!noclose) {
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1634364 Tests: fast/frames/sandboxed-iframe-close-top-noclose.html