| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | upload.py | 684 ("is_binary", str(is_binary)), 914 if is_binary and self.IsImage(filename): 937 elif is_binary: 953 if is_binary: 968 if not is_binary: 1030 is_binary = False 1108 is_binary = False 1130 is_binary = is_binary or "\0" in new_content 1131 if is_binary and base_content: 1135 if not is_binary or not self.IsImage(relpath): [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/ |
| H A D | upload.py | 684 ("is_binary", str(is_binary)), 914 if is_binary and self.IsImage(filename): 937 elif is_binary: 953 if is_binary: 968 if not is_binary: 1030 is_binary = False 1108 is_binary = False 1130 is_binary = is_binary or "\0" in new_content 1131 if is_binary and base_content: 1135 if not is_binary or not self.IsImage(relpath): [all …]
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | sf-pcapng.c | 435 uint64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() argument 498 *is_binary = 1; in process_idb_options() 504 *is_binary = 0; in process_idb_options() 559 int is_binary; in add_interface() local 667 is_binary = 0; /* which is a power of 10 */ in add_interface() 674 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface() 696 if (is_binary) in add_interface() 710 if (is_binary) in add_interface()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | regex.c | 1241 char *is_binary); 2357 free(is_binary); in PREFIX() 2367 free(is_binary); in PREFIX() 2391 free(is_binary); in PREFIX() 4160 free (is_binary); in PREFIX() 5093 free (is_binary); 5107 free (is_binary); 5109 FREE_VAR (is_binary); 5129 free (is_binary); 5138 free (is_binary); [all …]
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | regex.c | 1241 char *is_binary); 2357 free(is_binary); in PREFIX() 2367 free(is_binary); in PREFIX() 2391 free(is_binary); in PREFIX() 4160 free (is_binary); in PREFIX() 5093 free (is_binary); 5107 free (is_binary); 5109 FREE_VAR (is_binary); 5129 free (is_binary); 5138 free (is_binary); [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/svn/ |
| H A D | conflict-callbacks.c | 755 svn_boolean_t is_binary, in build_text_conflict_options() argument 770 if (!is_binary) in build_text_conflict_options() 796 if (!is_binary) in build_text_conflict_options() 885 svn_boolean_t is_binary = mime_type ? svn_mime_type_is_binary(mime_type) in handle_text_conflict() local 907 if (is_binary) in handle_text_conflict() 927 if (!is_binary && in handle_text_conflict() 933 is_binary, scratch_pool, scratch_pool)); in handle_text_conflict() 960 if (knows_something || is_binary) in handle_text_conflict() 965 if (my_abspath || is_binary) in handle_text_conflict() 994 if (is_binary) in handle_text_conflict() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | merge.c | 1100 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()
|
| H A D | util.c | 390 new_conflict->is_binary = conflict->is_binary; in svn_wc__cd2_to_cd()
|
| H A D | conflicts.c | 1762 (*desc)->is_binary = mime_type ? svn_mime_type_is_binary(mime_type) : FALSE; in read_text_conflict_desc()
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | checking.cc | 185 if (!i->is_binary()) in check()
|
| H A D | fdt.hh | 182 inline bool is_binary() in is_binary() function
|
| H A D | fdt.cc | 1722 if (v.is_binary()) in referenced_node()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | util-internal.h | 262 int is_binary);
|
| H A D | evutil.c | 141 int is_binary) in evutil_read_file_() argument 155 if (is_binary) in evutil_read_file_()
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | util-internal.h | 262 int is_binary);
|
| H A D | evutil.c | 141 int is_binary) in evutil_read_file_() argument 155 if (is_binary) in evutil_read_file_()
|
| /freebsd-12.1/contrib/subversion/subversion/svnlook/ |
| H A D | svnlook.c | 670 svn_boolean_t *is_binary, in prepare_tmpfiles() argument 684 *is_binary = FALSE; in prepare_tmpfiles() 696 *is_binary = TRUE; in prepare_tmpfiles() 706 *is_binary = TRUE; in prepare_tmpfiles()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_wc.h | 1823 svn_boolean_t is_binary; member 1958 svn_boolean_t is_binary; member
|