TESTBINPATH        37 srclib/apr/test/testdso.c # define MOD_NAME TESTBINPATH "mod_test.dll"
TESTBINPATH        47 srclib/apr/test/testflock.c     rv = apr_proc_create(&proc, TESTBINPATH "tryread" EXTENSION, args, NULL, procattr, p);
TESTBINPATH        44 srclib/apr/test/testglobalmutex.c     rv = apr_proc_create(proc, TESTBINPATH "globalmutexchild" EXTENSION, args, NULL,
TESTBINPATH        76 srclib/apr/test/testoc.c     rv = apr_proc_create(&newproc, TESTBINPATH "occhild" EXTENSION, args, NULL, procattr, p);
TESTBINPATH       154 srclib/apr/test/testpipe.c     rv = apr_proc_create(&proc, TESTBINPATH "readchild" EXTENSION, args, NULL, procattr, p);
TESTBINPATH        53 srclib/apr/test/testproc.c     rv = apr_proc_create(&newproc, "../" TESTBINPATH "proc_child" EXTENSION, args, NULL, 
TESTBINPATH       129 srclib/apr/test/testproc.c     rv = apr_proc_create(&newproc, "../" TESTBINPATH "proc_child" EXTENSION, args, NULL, 
TESTBINPATH       190 srclib/apr/test/testshm.c     rv = apr_proc_create(&pidproducer, TESTBINPATH "testshmproducer" EXTENSION, args,
TESTBINPATH       198 srclib/apr/test/testshm.c     rv = apr_proc_create(&pidconsumer, TESTBINPATH "testshmconsumer" EXTENSION, args, 
TESTBINPATH        46 srclib/apr/test/testsock.c     rv = apr_proc_create(proc, TESTBINPATH "sockchild" EXTENSION, args, NULL,