Searched refs:fork (Results 226 - 250 of 256) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dtorture.c64 which will persist across fork() but will disappear when all processes
2762 if (fork() == 0) {
2868 if (fork() == 0) {
4907 if (fork() == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c1353 Wrapper for fork. Ensures that mypid is reset. Used so we can write
1361 pid_t forkret = fork();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c2190 pid = fork();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c874 if ((pid = fork()) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c1639 .fork = event__process_task,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c1636 pid = (int) fork();
3559 pid = fork();
3561 perror("fork");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c457 feed->pid = fork();
4695 pid = fork();
4697 perror("fork");
H A Dconfigure1085 fork
1538 avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
2842 check_func fork
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.c104 int whichfork, /* data or attr fork */
146 int whichfork); /* data or attr fork */
180 int whichfork); /* data or attr fork */
195 int whichfork, /* data or attr fork */
221 int whichfork); /* data or attr fork */
235 int whichfork); /* data or attr fork */
248 int whichfork, /* data or attr fork */
264 int whichfork, /* data or attribute fork */
483 int whichfork, /* data or attr fork */
490 xfs_ifork_t *ifp; /* inode fork pt
3480 xfs_bmap_search_extents( xfs_inode_t *ip, xfs_fileoff_t bno, int fork, int *eofp, xfs_extnum_t *lastxp, xfs_bmbt_irec_t *gotp, xfs_bmbt_irec_t *prevp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dspeed.c2624 if (fork()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress.c840 setup_test("After fork: ");
857 TT_BLATHER(("Before fork"));
893 fprintf(stdout, "FAILED (fork)\n");
2461 LEGACY(fork, TT_ISOLATED),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dspeed.c2624 if (fork()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c2669 if(fork())
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c1759 switch (fork()) {
H A Diptables.c1823 switch (fork()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtsamples.tex439 (and of course without using fork() or ugly select() loops) can handle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure108 --enable-incompatible-libav-abi enable incompatible Libav fork ABI [no]
1685 fork
2604 ffserver_deps="avformat fork sarestart"
4592 check_func fork
H A Dffserver.c499 feed->pid = fork();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dconfigure8563 for ac_func in fork vfork
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
8577 $as_echo_n "checking for working fork... " >&6; }
8592 return fork () < 0;
8617 # Override, as these systems have only a dummy fork() stub
8755 $as_echo "#define vfork fork" >>confdefs.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dconfigure4972 for ac_func in fork vfork strftime
7240 pid = fork();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.c2022 if( !fork( ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/
H A Dconfigure10115 for ac_func in fork vfork
10129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
10130 $as_echo_n "checking for working fork... " >&6; }
10145 return fork () < 0;
10170 # Override, as these systems have only a dummy fork() stub
10308 $as_echo "#define vfork fork" >>confdefs.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfigure11312 for ac_func in fork vfork
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
11327 $as_echo_n "checking for working fork... " >&6; }
11342 return fork () < 0;
11367 # Override, as these systems have only a dummy fork() stub
11505 $as_echo "#define vfork fork" >>confdefs.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dconfigure14464 for ac_func in fork vfork
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
14478 $as_echo_n "checking for working fork... " >&6; }
14493 return fork () < 0;
14518 # Override, as these systems have only a dummy fork() stub
14656 $as_echo "#define vfork fork" >>confdefs.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure11234 gCCPID = (int) fork();
11238 perror("ccdv: fork");

Completed in 691 milliseconds

1234567891011