Searched refs:forkexit_or_rexec (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dsetsid.c27 forkexit_or_rexec(argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c215 void forkexit_or_rexec(char **argv) function
232 #undef forkexit_or_rexec macro
233 void forkexit_or_rexec(void) function
243 #define forkexit_or_rexec(argv) forkexit_or_rexec() macro
267 forkexit_or_rexec(argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h574 * forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU,
590 void forkexit_or_rexec(void);
592 # define forkexit_or_rexec(argv) forkexit_or_rexec() macro
597 void forkexit_or_rexec(char **argv);

Completed in 341 milliseconds