Searched refs:daemon_execv (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.h65 /** This variable is defined to 1 iff daemon_execv() is supported.
67 * @see daemon_execv() */
73 int daemon_execv(const char *dir, int *ret, const char *prog, va_list ap);
H A Ddexec.c46 int daemon_execv(const char *dir, int *ret, const char *prog, va_list ap) { function
223 r = daemon_execv(dir, ret, prog, ap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddexec.h65 /** This variable is defined to 1 iff daemon_execv() is supported.
67 * @see daemon_execv() */
73 int daemon_execv(const char *dir, int *ret, const char *prog, va_list ap);
H A Ddexec.c46 int daemon_execv(const char *dir, int *ret, const char *prog, va_list ap) { function
223 r = daemon_execv(dir, ret, prog, ap);

Completed in 44 milliseconds