Home
last modified time | relevance | path

Searched refs:same_p (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c248 same_resource_in_head(svn_boolean_t *same_p, in same_resource_in_head() argument
273 *same_p = FALSE; in same_resource_in_head()
281 *same_p = (strcmp(url, head_url) == 0); in same_resource_in_head()
/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c140 bool same_p; in cp_convert_to_pointer() local
145 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class), in cp_convert_to_pointer()
149 if (!same_p) in cp_convert_to_pointer()
151 if (!same_p && !binfo) in cp_convert_to_pointer()
159 if (binfo || same_p) in cp_convert_to_pointer()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c1517 x_same_p(svn_boolean_t *same_p, in x_same_p() argument
1522 *same_p = ! strcmp(fs1->uuid, fs2->uuid); in x_same_p()
1540 svn_boolean_t same_p; in copy_helper() local
1544 SVN_ERR(x_same_p(&same_p, from_root->fs, to_root->fs, scratch_pool)); in copy_helper()
1545 if (! same_p) in copy_helper()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c2596 fs_same_p(svn_boolean_t *same_p, in fs_same_p() argument
2601 *same_p = ! strcmp(fs1->uuid, fs2->uuid); in fs_same_p()
2619 svn_boolean_t same_p; in copy_helper() local
2623 SVN_ERR(fs_same_p(&same_p, from_root->fs, to_root->fs, pool)); in copy_helper()
2624 if (! same_p) in copy_helper()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c3279 fs_same_p(svn_boolean_t *same_p, in fs_same_p() argument
3284 *same_p = ! strcmp(fs1->uuid, fs2->uuid); in fs_same_p()
3300 svn_boolean_t same_p; in copy_helper() local
3304 SVN_ERR(fs_same_p(&same_p, from_root->fs, to_root->fs, pool)); in copy_helper()
3305 if (! same_p) in copy_helper()
/freebsd-12.1/contrib/gcc/
H A Dfold-const.c5592 int same_p = tcode == code; in extract_muldiv_1() local
5825 if (same_p in extract_muldiv_1()