Home
last modified time | relevance | path

Searched refs:check_root (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/mandoc/
H A Dman_validate.c47 static void check_root(CHKARGS);
147 check_root(man, n); in man_validate()
169 check_root(CHKARGS) in check_root() function
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c303 svn_fs_root_t *check_root = root; in detect_changed() local
328 SVN_ERR(svn_fs_revision_root(&check_root, fs, prev_rev, in detect_changed()
333 SVN_ERR(svn_fs_check_path(&change->node_kind, check_root, check_path, in detect_changed()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c518 svn_boolean_t check_root; in perform_obstruction_check() local
532 check_root = ! strcmp(local_abspath, merge_b->target->abspath); in perform_obstruction_check()
540 check_root, in perform_obstruction_check()