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

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c428 struct svn_wc__shim_fetch_baton_t *sfb = baton;
429 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path,
432 SVN_ERR(svn_wc__db_read_kind(kind, sfb->db, local_abspath,
450 struct svn_wc__shim_fetch_baton_t *sfb = baton;
451 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path,
455 if (sfb->fetch_base)
456 err = svn_wc__db_base_get_props(props, sfb->db, local_abspath, result_pool,
459 err = svn_wc__db_read_props(props, sfb->db, local_abspath,
483 struct svn_wc__shim_fetch_baton_t *sfb = baton;
486 const char *local_abspath = svn_dirent_join(sfb
427 struct svn_wc__shim_fetch_baton_t *sfb = baton; local
449 struct svn_wc__shim_fetch_baton_t *sfb = baton; local
482 struct svn_wc__shim_fetch_baton_t *sfb = baton; local
[all...]
H A Ddiff_editor.c2280 struct svn_wc__shim_fetch_baton_t *sfb;
2345 sfb = apr_palloc(result_pool, sizeof(*sfb));
2346 sfb->db = wc_ctx->db;
2347 sfb->base_abspath = eb->anchor_abspath;
2348 sfb->fetch_base = TRUE;
2353 shim_callbacks->fetch_baton = sfb;
2277 struct svn_wc__shim_fetch_baton_t *sfb; local
H A Dstatus.c2488 struct svn_wc__shim_fetch_baton_t *sfb;
2579 sfb = apr_palloc(result_pool, sizeof(*sfb));
2580 sfb->db = wc_ctx->db;
2581 sfb->base_abspath = eb->anchor_abspath;
2582 sfb->fetch_base = FALSE;
2587 shim_callbacks->fetch_baton = sfb;
2481 struct svn_wc__shim_fetch_baton_t *sfb; local
H A Dupdate_editor.c4880 struct svn_wc__shim_fetch_baton_t *sfb;
5112 sfb = apr_palloc(result_pool, sizeof(*sfb));
5113 sfb->db = db;
5114 sfb->base_abspath = eb->anchor_abspath;
5115 sfb->fetch_base = TRUE;
5120 shim_callbacks->fetch_baton = sfb;
4875 struct svn_wc__shim_fetch_baton_t *sfb; local
/freebsd-11.0-release/lib/libc/gen/
H A Dopendir.c313 struct statfs sfb; local
315 if (_fstatfs(fd, &sfb) < 0)
317 unionstack = !strcmp(sfb.f_fstypename, "unionfs")
318 || (sfb.f_flags & MNT_UNION);
/freebsd-11.0-release/usr.sbin/lpr/lpd/
H A Drecvjob.c329 struct statfs sfb; local
331 if (statfs(".", &sfb) < 0) {
335 spacefree = sfb.f_bavail * (sfb.f_bsize / 512);
/freebsd-11.0-release/lib/libutil/
H A Dquotafile.c70 struct statfs sfb; local
99 if (statfs(fs->fs_file, &sfb) != 0 ||
100 strcmp(fs->fs_file, sfb.f_mntonname)) {
/freebsd-11.0-release/usr.bin/quota/
H A Dquota.c492 struct statfs sfb; local
496 if (filename != NULL && statfs(filename, &sfb) != 0)
513 strcmp(sfb.f_mntonname, fst[i].f_mntonname) != 0)

Completed in 172 milliseconds