Home
last modified time | relevance | path

Searched refs:APR_PROGRAM (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/apr/threadproc/unix/
HDproc.c37 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
373 if (attr->cmdtype == APR_PROGRAM || in apr_proc_create()
550 else if (attr->cmdtype == APR_PROGRAM) { in apr_proc_create()
/NextBSD/contrib/apr/include/
HDapr_thread_proc.h47 APR_PROGRAM, /**< invoke the program directly, no copied env */ enumerator
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDio.c3043 inherit ? APR_PROGRAM_PATH : APR_PROGRAM); in svn_io_start_cmd3()