Searched refs:kind (Results 51 - 75 of 497) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c59 svn_node_kind_t kind,
86 notify->kind = kind;
93 (kind == svn_node_dir
122 notify->kind = kind;
129 (kind == svn_node_dir
158 notify->kind = kind;
165 (kind
56 fixup_commit_error(const char *local_abspath, const char *base_url, const char *path, svn_node_kind_t kind, svn_error_t *err, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
191 add_committable(svn_client__committables_t *committables, const char *local_abspath, svn_node_kind_t kind, const char *repos_root_url, const char *repos_relpath, svn_revnum_t revision, const char *copyfrom_relpath, svn_revnum_t copyfrom_rev, const char *moved_from_abspath, apr_byte_t state_flags, apr_hash_t *lock_tokens, const svn_lock_t *lock, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
478 svn_node_kind_t kind; local
1007 svn_node_kind_t kind; local
1510 svn_node_kind_t kind = item->kind; local
[all...]
H A Ddiff_local.c477 dirent1->kind = svn_node_none;
483 dirent2->kind = svn_node_none;
490 SVN_ERR(svn_io_check_resolved_path(child1_abspath, &dirent1->kind,
493 SVN_ERR(svn_io_check_resolved_path(child1_abspath, &dirent2->kind,
496 if (dirent1->kind == svn_node_dir &&
497 dirent2->kind == svn_node_dir)
519 if (dirent1->kind == svn_node_file &&
520 (dirent2->kind == svn_node_dir || dirent2->kind == svn_node_none))
529 if (dirent2->kind
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c149 if ((! change->noderev_id) && (change->kind != svn_fs_path_change_reset))
168 && (! ((change->kind == svn_fs_path_change_replace)
169 || (change->kind == svn_fs_path_change_reset)
170 || (change->kind == svn_fs_path_change_add))))
177 if ((change->kind == svn_fs_path_change_add)
185 switch (change->kind)
240 change->kind,
319 if ((change->kind == svn_fs_path_change_delete)
320 || (change->kind == svn_fs_path_change_replace))
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c175 svn_prop_kind_t kind = svn_property_kind2(prop_name);
179 if (kind == svn_prop_wc_kind)
181 else if (kind == svn_prop_entry_kind)
187 return kind;
209 enum svn_prop_kind kind;
212 kind = svn_property_kind2(prop->name);
215 if (kind == svn_prop_regular_kind)
220 else if (kind == svn_prop_wc_kind)
225 else if (kind == svn_prop_entry_kind)
234 "Bad property kind fo
174 svn_prop_kind_t kind = svn_property_kind2(prop_name); local
208 enum svn_prop_kind kind; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dlock.c99 svn_node_kind_t kind;
119 SVN_ERR(svn_io_check_path(local_abspath, &kind, scratch_pool));
120 if (kind == svn_node_none)
503 svn_node_kind_t kind;
506 SVN_ERR(svn_io_check_path(path, &kind, pool));
507 if (kind == svn_node_dir)
517 if (kind != svn_node_dir || wc_format == 0)
599 svn_node_kind_t *kind,
606 if (kind)
607 *kind
98 svn_node_kind_t kind; local
502 svn_node_kind_t kind; local
597 adm_available(svn_boolean_t *available, svn_node_kind_t *kind, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *scratch_pool) argument
664 svn_node_kind_t kind; local
890 svn_node_kind_t kind = svn_node_unknown; local
982 svn_node_kind_t kind; local
1242 svn_node_kind_t kind; local
1476 svn_node_kind_t kind; local
[all...]
H A Drelocate.c90 svn_node_kind_t kind;
127 SVN_ERR(svn_wc__db_read_info(NULL, &kind, NULL, &repos_relpath,
136 if (kind != svn_node_dir)
88 svn_node_kind_t kind; local
H A Dwc_db_util.c128 svn_node_kind_t kind;
132 SVN_ERR(svn_io_check_path(sdb_abspath, &kind, scratch_pool));
134 if (kind != svn_node_file)
127 svn_node_kind_t kind; local
H A Dentries.c66 svn_node_kind_t kind; member in struct:db_node_t
107 entry->kind = svn_node_none;
110 entry->file_external_peg_rev.kind = svn_opt_revision_unspecified;
111 entry->file_external_rev.kind = svn_opt_revision_unspecified;
155 svn_node_kind_t kind;
161 err = svn_wc__db_external_read(&status, &kind, NULL, NULL, NULL,
176 && kind == svn_node_file)
181 entry->file_external_peg_rev.kind = svn_opt_revision_number;
187 entry->file_external_rev.kind = svn_opt_revision_number;
211 svn_node_kind_t *kind,
154 svn_node_kind_t kind; local
209 get_info_for_deleted(svn_wc_entry_t *entry, svn_node_kind_t *kind, const char **repos_relpath, const svn_checksum_t **checksum, svn_wc__db_lock_t **lock, svn_wc__db_t *db, const char *entry_abspath, const svn_wc_entry_t *parent_entry, svn_boolean_t have_base, svn_boolean_t have_more_work, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
383 svn_node_kind_t kind; local
1133 get_entry_access_info(const char **adm_abspath, const char **entry_name, svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t kind, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1215 svn_wc__get_entry(const svn_wc_entry_t **entry, svn_wc__db_t *db, const char *local_abspath, svn_boolean_t allow_unversioned, svn_node_kind_t kind, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2662 svn_node_kind_t kind; local
[all...]
H A Dwc_db_wcroot.c57 svn_node_kind_t kind;
65 SVN_ERR(svn_io_check_path(format_file_path, &kind, scratch_pool));
66 if (kind == svn_node_none)
109 get_path_kind(svn_node_kind_t *kind,
125 *kind = db->parse_cache.kind;
142 db->parse_cache.kind = (special ? svn_node_symlink : node_kind);
143 *kind = db->parse_cache.kind;
428 svn_node_kind_t kind;
56 svn_node_kind_t kind; local
108 get_path_kind(svn_node_kind_t *kind, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *scratch_pool) argument
427 svn_node_kind_t kind; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c91 /* determines whether the given CTF kind is a struct or union */
376 int kind; local
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
393 if (kind == CTF_K_INTEGER &&
443 else if (CTF_IS_STRUCTLIKE(kind))
452 if (CTF_IS_STRUCTLIKE(kind))
546 int kind; local
565 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
566 kind < CTF_K_INTEGER || kind > CTF_K_FORWAR
[all...]
/freebsd-10.1-release/contrib/gdtoa/
H A Darithchk.c33 int kind; member in struct:Akind
166 a->name, a->kind);
177 if (a->kind <= 2 && fzcheck())
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX_mips64.cpp222 RegisterContextPOSIX_mips64::ConvertRegisterKindToRegisterNumber(uint32_t kind, argument
227 assert (kind < kNumRegisterKinds);
232 if (reg_info->kinds[kind] == num)
H A DProcessMessage.h194 ProcessMessage(lldb::tid_t tid, Kind kind, argument
197 m_kind(kind),
203 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) argument
205 m_kind(kind),
/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c91 uint_t kind, n = 1; local
102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
146 cdp->cd_kind = kind;
164 if (kind == CTF_K_ARRAY || (is_qual && prec == CTF_PREC_BASE))
/freebsd-10.1-release/contrib/binutils/include/
H A Ddemangle.h171 gnu_v3_ctor_kinds' value indicating what kind of constructor
185 gnu_v3_dtor_kinds' value, indicating what kind of destructor
224 /* A constructor. This holds a name and the kind of
227 /* A destructor. This holds a name and the kind of destructor. */
411 enum gnu_v3_ctor_kinds kind; member in struct:demangle_component::__anon488::__anon492
420 enum gnu_v3_dtor_kinds kind; member in struct:demangle_component::__anon488::__anon493
513 enum gnu_v3_ctor_kinds kind,
521 enum gnu_v3_dtor_kinds kind,
/freebsd-10.1-release/contrib/gcclibs/include/
H A Ddemangle.h159 gnu_v3_ctor_kinds' value indicating what kind of constructor
173 gnu_v3_dtor_kinds' value, indicating what kind of destructor
212 /* A constructor. This holds a name and the kind of
215 /* A destructor. This holds a name and the kind of destructor. */
399 enum gnu_v3_ctor_kinds kind; member in struct:demangle_component::__anon1217::__anon1221
408 enum gnu_v3_dtor_kinds kind; member in struct:demangle_component::__anon1217::__anon1222
501 enum gnu_v3_ctor_kinds kind,
509 enum gnu_v3_dtor_kinds kind,
/freebsd-10.1-release/contrib/gdb/include/
H A Ddemangle.h148 gnu_v3_ctor_kinds' value indicating what kind of constructor
162 gnu_v3_dtor_kinds' value, indicating what kind of destructor
201 /* A constructor. This holds a name and the kind of
204 /* A destructor. This holds a name and the kind of destructor. */
385 enum gnu_v3_ctor_kinds kind; member in struct:demangle_component::__anon1434::__anon1438
394 enum gnu_v3_dtor_kinds kind; member in struct:demangle_component::__anon1434::__anon1439
487 enum gnu_v3_ctor_kinds kind,
495 enum gnu_v3_dtor_kinds kind,
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DObjCRuntime.h63 ObjCRuntime(Kind kind, const VersionTuple &version) argument
64 : TheKind(kind), Version(version) {}
66 void set(Kind kind, VersionTuple version) { argument
67 TheKind = kind;
85 llvm_unreachable("bad kind");
118 llvm_unreachable("bad kind");
138 llvm_unreachable("bad kind");
156 llvm_unreachable("bad kind");
203 llvm_unreachable("bad kind");
226 llvm_unreachable("bad kind");
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.h66 ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num);
H A DRegisterContextDummy.cpp132 RegisterContextDummy::ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num) argument
134 if (kind == eRegisterKindGeneric && num == LLDB_REGNUM_GENERIC_PC)
H A DRegisterContextHistory.cpp133 RegisterContextHistory::ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num) argument
135 if (kind == eRegisterKindGeneric && num == LLDB_REGNUM_GENERIC_PC)
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.h84 svn_error_t *svn_fs_base__get_path_kind(svn_node_kind_t *kind,
/freebsd-10.1-release/sbin/sysctl/
H A Dsysctl.c195 u_int kind; local
240 if (oidfmt(mib, len, fmt, &kind)) {
249 if ((kind & CTLTYPE) == CTLTYPE_NODE) {
262 if ((kind & CTLTYPE) == CTLTYPE_NODE) {
267 if (!(kind & CTLFLAG_WR)) {
268 if (kind & CTLFLAG_TUN) {
276 if ((kind & CTLTYPE) == CTLTYPE_INT ||
277 (kind & CTLTYPE) == CTLTYPE_UINT ||
278 (kind & CTLTYPE) == CTLTYPE_LONG ||
279 (kind
599 oidfmt(int *oid, int len, char *fmt, u_int *kind) argument
657 u_int kind; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Drtl-error.c80 diagnostic_t kind)
85 location_for_asm (insn), kind);
79 diagnostic_for_asm(rtx insn, const char *msg, va_list *args_ptr, diagnostic_t kind) argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DMutex.cpp58 int kind = ( recursive ? PTHREAD_MUTEX_RECURSIVE : PTHREAD_MUTEX_NORMAL );
59 errorcode = pthread_mutexattr_settype(&attr, kind);

Completed in 204 milliseconds

1234567891011>>