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

/freebsd-10.0-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.c2270 struct svn_wc__shim_fetch_baton_t *sfb;
2327 sfb = apr_palloc(result_pool, sizeof(*sfb));
2328 sfb->db = wc_ctx->db;
2329 sfb->base_abspath = eb->anchor_abspath;
2330 sfb->fetch_base = TRUE;
2335 shim_callbacks->fetch_baton = sfb;
2267 struct svn_wc__shim_fetch_baton_t *sfb; local
H A Dstatus.c2549 struct svn_wc__shim_fetch_baton_t *sfb;
2640 sfb = apr_palloc(result_pool, sizeof(*sfb));
2641 sfb->db = wc_ctx->db;
2642 sfb->base_abspath = eb->anchor_abspath;
2643 sfb->fetch_base = FALSE;
2648 shim_callbacks->fetch_baton = sfb;
2543 struct svn_wc__shim_fetch_baton_t *sfb; local
H A Dupdate_editor.c4813 struct svn_wc__shim_fetch_baton_t *sfb;
5043 sfb = apr_palloc(result_pool, sizeof(*sfb));
5044 sfb->db = db;
5045 sfb->base_abspath = eb->anchor_abspath;
5046 sfb->fetch_base = TRUE;
5051 shim_callbacks->fetch_baton = sfb;
4808 struct svn_wc__shim_fetch_baton_t *sfb; local
/freebsd-10.0-release/lib/libc/gen/
H A Dopendir.c146 struct statfs sfb; local
148 if (_fstatfs(fd, &sfb) < 0)
150 unionstack = !strcmp(sfb.f_fstypename, "unionfs")
151 || (sfb.f_flags & MNT_UNION);
/freebsd-10.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-10.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-10.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 125 milliseconds