Searched refs:finfo (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c70 static void fill_out_finfo(apr_finfo_t *finfo, struct_stat *info, argument
73 finfo->valid = APR_FINFO_MIN | APR_FINFO_IDENT | APR_FINFO_NLINK
75 finfo->protection = apr_unix_mode2perms(info->st_mode);
76 finfo->filetype = filetype_from_mode(info->st_mode);
77 finfo->user = info->st_uid;
78 finfo->group = info->st_gid;
79 finfo->size = info->st_size;
80 finfo->device = info->st_dev;
81 finfo->nlink = info->st_nlink;
87 finfo
129 apr_file_info_get_locked(apr_finfo_t *finfo, apr_int32_t wanted, apr_file_t *thefile) argument
190 apr_finfo_t finfo; local
245 apr_finfo_t finfo; local
[all...]
H A Ddir.c142 apr_status_t apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted, argument
207 finfo->fname = NULL;
210 finfo->valid = 0;
254 ret = apr_stat(finfo, fspec, APR_FINFO_LINK | wanted, thedir->pool);
256 finfo->fname = NULL;
260 wanted &= ~finfo->valid;
266 finfo->pool = thedir->pool;
267 finfo->valid = 0;
270 finfo->filetype = type;
271 finfo
[all...]
H A Dcopy.c28 apr_finfo_t finfo; local
38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s);
43 perms = finfo.protection;
H A Dseek.c60 apr_finfo_t finfo; local
74 rc = apr_file_info_get_locked(&finfo, APR_FINFO_SIZE, thefile);
76 rc = setptr(thefile, finfo.size + *offset);
/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_private.h78 #define SDBM_INVALIDATE_CACHE(db, finfo) \
79 do { db->dirbno = (!finfo.size) ? 0 : -1; \
81 db->maxbno = (long)(finfo.size * BYTESIZ); \
H A Dsdbm_lock.c53 apr_finfo_t finfo; local
54 if ((status = apr_file_info_get(&finfo, APR_FINFO_SIZE, db->dirf))
60 SDBM_INVALIDATE_CACHE(db, finfo);
/freebsd-13-stable/contrib/serf/buckets/
H A Dfile_buckets.c49 apr_finfo_t finfo; local
60 apr_stat(&finfo, file_path, APR_FINFO_SIZE,
62 if (APR_MMAP_CANDIDATE(finfo.size)) {
65 status = apr_mmap_create(&file_mmap, file, 0, finfo.size,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmagic.c132 apr_finfo_t finfo;
137 SVN_ERR(svn_io_stat(&finfo, local_abspath, APR_FINFO_SIZE, scratch_pool));
138 if (finfo.size > 0)
131 apr_finfo_t finfo; local
H A Dio.c325 apr_finfo_t *finfo)
329 if (finfo->filetype == APR_REG)
331 else if (finfo->filetype == APR_DIR)
333 else if (finfo->filetype == APR_LNK)
353 apr_finfo_t finfo;
365 apr_err = apr_stat(&finfo, path_apr, flags, pool);
375 map_apr_finfo_to_node_kind(kind, &is_special, &finfo);
404 apr_finfo_t finfo;
406 if (!apr_stat(&finfo, fname_apr, SVN__APR_FINFO_READONLY, pool))
408 if (finfo
321 map_apr_finfo_to_node_kind(svn_node_kind_t *kind, svn_boolean_t *is_special, apr_finfo_t *finfo) argument
351 apr_finfo_t finfo; local
402 apr_finfo_t finfo; local
620 apr_finfo_t finfo; local
731 apr_finfo_t finfo; local
1049 apr_finfo_t finfo; local
1334 apr_finfo_t finfo; local
1384 apr_finfo_t finfo; local
1599 apr_finfo_t finfo; local
1652 apr_finfo_t finfo; local
1678 apr_finfo_t finfo; local
2790 apr_finfo_t finfo = { 0 }; local
2918 apr_finfo_t finfo; local
3146 apr_finfo_t finfo; local
3998 svn_io_file_info_get(apr_finfo_t *finfo, apr_int32_t wanted, apr_file_t *file, apr_pool_t *pool) argument
4015 apr_finfo_t finfo; local
4449 svn_io_stat(apr_finfo_t *finfo, const char *fname, apr_int32_t wanted, apr_pool_t *pool) argument
4708 apr_finfo_t finfo; local
4809 svn_io_dir_read(apr_finfo_t *finfo, apr_int32_t wanted, apr_dir_t *thedir, apr_pool_t *pool) argument
4855 apr_finfo_t finfo; local
4977 apr_finfo_t finfo; local
[all...]
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_main.h137 struct lio_mbuf_free_info *finfo);
139 struct lio_mbuf_free_info *finfo);
H A Dlio_rxtx.c52 struct lio_mbuf_free_info *finfo = NULL; local
121 finfo = &tx_buf->finfo;
122 finfo->map = map;
123 finfo->mb = m_head;
128 ndata.buf = (void *)finfo;
182 finfo->g = g;
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c111 if (symbol->info.finfo != NULL) {
112 symlist_free(&symbol->info.finfo->symrefs);
113 free(symbol->info.finfo);
261 && (curnode->symbol->info.finfo->value >
262 newnode->symbol->info.finfo->value))))
281 && (cursymbol->info.finfo->value >
282 symbol->info.finfo->value))))
457 curnode->symbol->info.finfo->value,
458 curnode->symbol->info.finfo->mask);
573 regnode = SLIST_FIRST(&curnode->symbol->info.finfo
[all...]
H A Daicasm_gram.y686 $$.value = symbol->info.finfo->value;
1393 sym->info.finfo->value = value;
1399 sym->info.finfo->value = value;
1400 sym->info.finfo->mask = value;
1402 sym->info.finfo->mask = field_symbol->info.finfo->value;
1404 sym->info.finfo->mask = 0xFF;
1410 } else if (value != sym->info.finfo->value) {
1415 if (symlist_search(&(sym->info.finfo->symrefs),
1420 symlist_add(&(sym->info.finfo
[all...]
H A Daicasm_symbol.h131 struct field_info *finfo; member in union:symbol::__anon11358
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_io_private.h125 svn_stream__install_get_info(apr_finfo_t *finfo,
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_fnmatch.c443 apr_finfo_t finfo; local
475 while (apr_dir_read(&finfo, APR_FINFO_NAME, dir) == APR_SUCCESS) {
476 if (apr_fnmatch(pattern, finfo.name, 0) == APR_SUCCESS) {
477 *(const char **)apr_array_push(*result) = apr_pstrdup(p, finfo.name);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c499 apr_finfo_t finfo;
508 err = svn_io_stat(&finfo, local_abspath,
526 if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK)
528 else if (finfo.filetype == APR_DIR)
534 special = (finfo.filetype == APR_LNK);
627 && recorded_size == finfo.size
628 && recorded_time == finfo.mtime)
650 SVN_ERR(svn_io__is_finfo_read_only(&read_only, &finfo,
679 SVN_ERR(svn_io__is_finfo_executable(&executable, &finfo,
498 apr_finfo_t finfo; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c112 apr_finfo_t finfo;
130 for (err = svn_io_dir_read(&finfo, APR_FINFO_NAME, dir, pool);
132 err = svn_io_dir_read(&finfo, APR_FINFO_NAME, dir, pool))
138 if (! (finfo.name[0] == '.'
139 && (finfo.name[1] == '\0'
140 || (finfo.name[1] == '.' && finfo.name[2] == '\0'))))
142 if ( ! svn_wc_is_adm_dir(finfo.name, pool)
110 apr_finfo_t finfo; local
/freebsd-13-stable/contrib/apr/include/
H A Dapr_file_info.h218 * @param finfo Where to store the information about the file, which is
225 * @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
226 * not be filled in, and you need to check the @c finfo->valid bitmask
229 APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, const char *fname,
256 * @param finfo the file info structure and filled in by apr_dir_read
262 * @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
263 * not be filled in, and you need to check the @c finfo->valid bitmask
267 APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
/freebsd-13-stable/contrib/netbsd-tests/bin/cp/
H A Dt_cp.sh84 finfo=`stat -f "%p%u%g%m%z%f" file`
86 if [ $finfo != $f3info ]; then
96 finfo=`stat -f "%f" file`
98 if [ $finfo = $f3info ]; then
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drev_file.c99 apr_finfo_t finfo; local
101 SVN_ERR(svn_io_stat(&finfo, path, SVN__APR_FINFO_READONLY, scratch_pool));
102 SVN_ERR(svn_io__is_finfo_read_only(&is_read_only, &finfo, scratch_pool));
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c408 apr_finfo_t finfo;
413 apr_err = apr_file_info_get(&finfo, APR_FINFO_DEV | APR_FINFO_INODE,
422 keyp->device = finfo.device;
423 keyp->inode = finfo.inode;
406 apr_finfo_t finfo; local
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h169 apr_status_t apr_file_info_get_locked(apr_finfo_t *finfo, apr_int32_t wanted,
/freebsd-13-stable/usr.sbin/spi/
H A Dspi.c164 int err, ch, hdev, finfo, fdir; local
168 finfo = 0;
278 finfo = 1;
294 (fdir == DIR_NONE && !finfo && opt.mode == -1 && opt.speed == -1 && opt.count == 0)) {
341 if (finfo) {
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c83 struct finfo { struct
95 static struct finfo FINFO[NFORWARD];
106 static struct finfo *forward_find(u_int32_t);
113 static void xprt_set_caller(SVCXPRT *, struct finfo *);
114 static void send_svcsyserr(SVCXPRT *, struct finfo *);
583 * used was for forwarding (by looking through the finfo structures to see
993 static struct finfo *
1018 struct finfo *fi;
1209 xprt_set_caller(SVCXPRT *xprt, struct finfo *fi)
1222 send_svcsyserr(SVCXPRT *xprt, struct finfo *f
[all...]

Completed in 241 milliseconds

12