Home
last modified time | relevance | path

Searched refs:is_binary (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
Dregex.c1241 char *is_binary);
1244 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument
1283 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1286 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
2275 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2298 char *is_binary = NULL; in PREFIX() local
2352 is_binary = TALLOC(csize + 1, char); in PREFIX()
2353 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX()
2357 free(is_binary); in PREFIX()
2361 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX()
[all …]
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dregex.c1241 char *is_binary);
1244 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument
1283 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1286 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
2275 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2298 char *is_binary = NULL; in PREFIX() local
2352 is_binary = TALLOC(csize + 1, char); in PREFIX()
2353 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX()
2357 free(is_binary); in PREFIX()
2361 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/svn/
Dconflict-callbacks.c722 if (desc->is_binary) in handle_text_conflict()
739 if (!desc->is_binary && in handle_text_conflict()
749 const resolver_option_t *conflict_options = desc->is_binary in handle_text_conflict()
778 if (knows_something || desc->is_binary) in handle_text_conflict()
811 if (desc->is_binary) in handle_text_conflict()
984 && desc->is_binary) in handle_text_conflict()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dmerge.c1100 svn_boolean_t is_binary = FALSE; in svn_wc__internal_merge() local
1123 is_binary = svn_mime_type_is_binary(mimeprop->value->data); in svn_wc__internal_merge()
1129 is_binary = value && svn_mime_type_is_binary(value); in svn_wc__internal_merge()
1133 (! is_binary) && diff3_cmd != NULL, in svn_wc__internal_merge()
1155 if (is_binary) in svn_wc__internal_merge()
Dutil.c390 new_conflict->is_binary = conflict->is_binary; in svn_wc__cd2_to_cd()
Dconflicts.c1761 (*desc)->is_binary = mime_type ? svn_mime_type_is_binary(mime_type) : FALSE; in read_text_conflict_desc()
/freebsd-10-stable/usr.bin/dtc/
Dchecking.cc162 if (!i->is_binary()) in check()
Dfdt.hh159 inline bool is_binary() in is_binary() function
Dfdt.cc1162 if (v.is_binary()) in referenced_node()
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Dutil-internal.h262 int is_binary);
Devutil.c141 int is_binary) in evutil_read_file_() argument
155 if (is_binary) in evutil_read_file_()
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
Dsvnlook.c682 svn_boolean_t *is_binary, in prepare_tmpfiles() argument
696 *is_binary = FALSE; in prepare_tmpfiles()
708 *is_binary = TRUE; in prepare_tmpfiles()
718 *is_binary = TRUE; in prepare_tmpfiles()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_wc.h1793 svn_boolean_t is_binary; member
1927 svn_boolean_t is_binary; member