Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr/threadproc/unix/
H A Dproc.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()
/freebsd-12.1/contrib/apr/include/
H A Dapr_thread_proc.h47 APR_PROGRAM, /**< invoke the program directly, no copied env */ enumerator
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3051 inherit ? APR_PROGRAM_PATH : APR_PROGRAM); in svn_io_start_cmd3()