Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libiberty/src/
H A 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 …]
/openbsd-src/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t1818 my $is_binary = 0;
1879 $is_binary = ($base_file =~ s/!//) ? -1 : 1;
2237 elsif ($is_binary) { # These binary files don't have an explicit Y
2277 if ($is_binary) {