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

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c552 struct svn_wc__shim_fetch_baton_t *sfb = baton;
553 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path,
556 SVN_ERR(svn_wc__db_read_kind(kind, sfb->db, local_abspath,
574 struct svn_wc__shim_fetch_baton_t *sfb = baton;
575 const char *local_abspath = svn_dirent_join(sfb->base_abspath, path,
579 if (sfb->fetch_base)
580 err = svn_wc__db_base_get_props(props, sfb->db, local_abspath, result_pool,
583 err = svn_wc__db_read_props(props, sfb->db, local_abspath,
607 struct svn_wc__shim_fetch_baton_t *sfb = baton;
610 const char *local_abspath = svn_dirent_join(sfb
551 struct svn_wc__shim_fetch_baton_t *sfb = baton; local
573 struct svn_wc__shim_fetch_baton_t *sfb = baton; local
606 struct svn_wc__shim_fetch_baton_t *sfb = baton; local
[all...]
H A Ddiff_editor.c2274 struct svn_wc__shim_fetch_baton_t *sfb;
2331 sfb = apr_palloc(result_pool, sizeof(*sfb));
2332 sfb->db = wc_ctx->db;
2333 sfb->base_abspath = eb->anchor_abspath;
2334 sfb->fetch_base = TRUE;
2339 shim_callbacks->fetch_baton = sfb;
2271 struct svn_wc__shim_fetch_baton_t *sfb; local
H A Dstatus.c2446 struct svn_wc__shim_fetch_baton_t *sfb;
2537 sfb = apr_palloc(result_pool, sizeof(*sfb));
2538 sfb->db = wc_ctx->db;
2539 sfb->base_abspath = eb->anchor_abspath;
2540 sfb->fetch_base = FALSE;
2545 shim_callbacks->fetch_baton = sfb;
2440 struct svn_wc__shim_fetch_baton_t *sfb; local
H A Dupdate_editor.c4854 struct svn_wc__shim_fetch_baton_t *sfb;
5084 sfb = apr_palloc(result_pool, sizeof(*sfb));
5085 sfb->db = db;
5086 sfb->base_abspath = eb->anchor_abspath;
5087 sfb->fetch_base = TRUE;
5092 shim_callbacks->fetch_baton = sfb;
4849 struct svn_wc__shim_fetch_baton_t *sfb; local
/freebsd-10.1-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-10.1-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-10.1-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-10.1-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 203 milliseconds