Searched refs:sfb (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | util.c | 427 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 …]
|
| HD | status.c | 2481 struct svn_wc__shim_fetch_baton_t *sfb; in svn_wc__get_status_editor() local 2572 sfb = apr_palloc(result_pool, sizeof(*sfb)); in svn_wc__get_status_editor() 2573 sfb->db = wc_ctx->db; in svn_wc__get_status_editor() 2574 sfb->base_abspath = eb->anchor_abspath; in svn_wc__get_status_editor() 2575 sfb->fetch_base = FALSE; in svn_wc__get_status_editor() 2580 shim_callbacks->fetch_baton = sfb; in svn_wc__get_status_editor()
|
| HD | diff_editor.c | 2277 struct svn_wc__shim_fetch_baton_t *sfb; in svn_wc__get_diff_editor() local 2342 sfb = apr_palloc(result_pool, sizeof(*sfb)); in svn_wc__get_diff_editor() 2343 sfb->db = wc_ctx->db; in svn_wc__get_diff_editor() 2344 sfb->base_abspath = eb->anchor_abspath; in svn_wc__get_diff_editor() 2345 sfb->fetch_base = TRUE; in svn_wc__get_diff_editor() 2350 shim_callbacks->fetch_baton = sfb; in svn_wc__get_diff_editor()
|
| HD | update_editor.c | 4875 struct svn_wc__shim_fetch_baton_t *sfb; in make_editor() local 5107 sfb = apr_palloc(result_pool, sizeof(*sfb)); in make_editor() 5108 sfb->db = db; in make_editor() 5109 sfb->base_abspath = eb->anchor_abspath; in make_editor() 5110 sfb->fetch_base = TRUE; in make_editor() 5115 shim_callbacks->fetch_baton = sfb; in make_editor()
|
| /NextBSD/lib/libc/gen/ |
| HD | opendir.c | 313 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()
|
| /NextBSD/usr.sbin/lpr/lpd/ |
| HD | recvjob.c | 329 struct statfs sfb; in chksize() local 331 if (statfs(".", &sfb) < 0) { in chksize() 335 spacefree = sfb.f_bavail * (sfb.f_bsize / 512); in chksize()
|
| /NextBSD/lib/libutil/ |
| HD | quotafile.c | 70 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()
|
| /NextBSD/usr.bin/quota/ |
| HD | quota.c | 492 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()
|