Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDutil.c427 struct svn_wc__shim_fetch_baton_t *sfb = baton; in svn_wc__fetch_kind_func() local
428 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path, in svn_wc__fetch_kind_func()
431 SVN_ERR(svn_wc__db_read_kind(kind, sfb->db, local_abspath, in svn_wc__fetch_kind_func()
449 struct svn_wc__shim_fetch_baton_t *sfb = baton; in svn_wc__fetch_props_func() local
450 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path, in svn_wc__fetch_props_func()
454 if (sfb->fetch_base) in svn_wc__fetch_props_func()
455 err = svn_wc__db_base_get_props(props, sfb->db, local_abspath, result_pool, in svn_wc__fetch_props_func()
458 err = svn_wc__db_read_props(props, sfb->db, local_abspath, in svn_wc__fetch_props_func()
482 struct svn_wc__shim_fetch_baton_t *sfb = baton; in svn_wc__fetch_base_func() local
485 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path, in svn_wc__fetch_base_func()
[all …]
HDstatus.c2487 struct svn_wc__shim_fetch_baton_t *sfb; in svn_wc__get_status_editor() local
2578 sfb = apr_palloc(result_pool, sizeof(*sfb)); in svn_wc__get_status_editor()
2579 sfb->db = wc_ctx->db; in svn_wc__get_status_editor()
2580 sfb->base_abspath = eb->anchor_abspath; in svn_wc__get_status_editor()
2581 sfb->fetch_base = FALSE; in svn_wc__get_status_editor()
2586 shim_callbacks->fetch_baton = sfb; in svn_wc__get_status_editor()
HDdiff_editor.c2399 struct svn_wc__shim_fetch_baton_t *sfb; in svn_wc__get_diff_editor() local
2464 sfb = apr_palloc(result_pool, sizeof(*sfb)); in svn_wc__get_diff_editor()
2465 sfb->db = wc_ctx->db; in svn_wc__get_diff_editor()
2466 sfb->base_abspath = eb->anchor_abspath; in svn_wc__get_diff_editor()
2467 sfb->fetch_base = TRUE; in svn_wc__get_diff_editor()
2472 shim_callbacks->fetch_baton = sfb; in svn_wc__get_diff_editor()
HDupdate_editor.c4909 struct svn_wc__shim_fetch_baton_t *sfb; in make_editor() local
5141 sfb = apr_palloc(result_pool, sizeof(*sfb)); in make_editor()
5142 sfb->db = db; in make_editor()
5143 sfb->base_abspath = eb->anchor_abspath; in make_editor()
5144 sfb->fetch_base = TRUE; in make_editor()
5149 shim_callbacks->fetch_baton = sfb; in make_editor()
/freebsd-11-stable/lib/libc/gen/
HDopendir.c313 struct statfs sfb; in __opendir_common() local
315 if (_fstatfs(fd, &sfb) < 0) in __opendir_common()
317 unionstack = !strcmp(sfb.f_fstypename, "unionfs") in __opendir_common()
318 || (sfb.f_flags & MNT_UNION); in __opendir_common()
/freebsd-11-stable/usr.sbin/lpr/lpd/
HDrecvjob.c329 struct statfs sfb; in chksize() local
331 if (statfs(".", &sfb) < 0) { in chksize()
335 spacefree = sfb.f_bavail * (sfb.f_bsize / 512); in chksize()
/freebsd-11-stable/lib/libutil/
HDquotafile.c70 struct statfs sfb; in hasquota() local
99 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()
100 strcmp(fs->fs_file, sfb.f_mntonname)) { in hasquota()
/freebsd-11-stable/usr.bin/quota/
HDquota.c492 struct statfs sfb; in getprivs() local
496 if (filename != NULL && statfs(filename, &sfb) != 0) in getprivs()
513 strcmp(sfb.f_mntonname, fst[i].f_mntonname) != 0) in getprivs()