Searched refs:thedir (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/apr/file_io/unix/
H A Ddir.c31 static apr_status_t dir_cleanup(void *thedir) argument
33 apr_dir_t *dir = thedir;
109 apr_status_t apr_dir_close(apr_dir_t *thedir) argument
111 return apr_pool_cleanup_run(thedir->pool, thedir, dir_cleanup);
143 apr_dir_t *thedir)
166 ret = readdir64_r(thedir->dirstruct, thedir->entry, &retent);
171 ret = readdir_r(thedir->dirstruct, thedir
142 apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted, apr_dir_t *thedir) argument
291 apr_dir_rewind(apr_dir_t *thedir) argument
353 apr_os_dir_get(apr_os_dir_t **thedir, apr_dir_t *dir) argument
362 apr_os_dir_put(apr_dir_t **dir, apr_os_dir_t *thedir, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh104 thedir=$(basename $(atf_get_srcdir))
106 atf_check -s exit:0 pax -rw ${thedir} /rump/mnt
108 atf_check -s exit:0 diff -ru ${thedir} /rump/mnt2/${thedir}
113 thedir=$(basename $(atf_get_srcdir))
115 atf_check -s exit:0 cp -Rp ${thedir} /rump/mnt
117 atf_check -s exit:0 diff -ru ${thedir} /rump/mnt2/${thedir}
166 thedir=$(basename $(atf_get_srcdir))
168 atf_check -s exit:0 cp -Rp ${thedir}
[all...]
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestldap.c107 apr_dir_t *thedir; local
111 if ((status = apr_dir_open(&thedir, DIRNAME, p)) == APR_SUCCESS) {
115 status = apr_dir_read(&dirent, APR_FINFO_MIN | APR_FINFO_NAME, thedir);
138 apr_dir_close(thedir);
/freebsd-12-stable/contrib/apr/include/
H A Dapr_file_info.h250 * @param thedir the directory descriptor to close.
252 APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir); variable
259 * @param thedir the directory descriptor returned from apr_dir_open
268 apr_dir_t *thedir);
272 * @param thedir the directory descriptor to rewind.
274 APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *thedir); variable
H A Dapr_portable.h236 * @param thedir The os specific dir we are converting to
239 APR_DECLARE(apr_status_t) apr_os_dir_get(apr_os_dir_t **thedir,
395 * @param thedir The os specific dir to convert
399 apr_os_dir_t *thedir,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2550 svn_io_dir_close(apr_dir_t *thedir);
2569 apr_dir_t *thedir,
/freebsd-12-stable/contrib/unbound/
H A Dconfigure19248 thedir="$dir"
19251 if test "$thedir" != "/usr"; then
19252 CPPFLAGS="$CPPFLAGS -I$thedir/include"
19260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $thedir" >&5
19261 $as_echo "found in $thedir" >&6; }
19262 CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
19269 ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
19270 ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
19271 ev_files_libso=`ls $thedir/
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4820 apr_dir_t *thedir,
4825 status = apr_dir_read(finfo, wanted, thedir);
4844 svn_io_dir_close(apr_dir_t *thedir)
4846 apr_status_t apr_err = apr_dir_close(thedir);
4809 svn_io_dir_read(apr_finfo_t *finfo, apr_int32_t wanted, apr_dir_t *thedir, apr_pool_t *pool) argument
4835 svn_io_dir_close(apr_dir_t *thedir) argument

Completed in 999 milliseconds