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

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1241 and write whether each wchar_t is binary data to is_binary.
1243 We assume offset_buffer and is_binary is already allocated argument
1248 char *is_binary);
1251 int *offset_buffer, char *is_binary)
1290 is_binary[wc_count] = TRUE;
1293 is_binary[wc_count] = FALSE;
2288 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2311 char *is_binary = NULL;
2365 is_binary = TALLOC(csize + 1, char);
2366 if (pattern == NULL || mbs_offset == NULL || is_binary
2298 char *is_binary = NULL; local
5025 char *is_binary = NULL; local
5555 char *is_binary = NULL; local
[all...]
/openbsd-current/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) {

Completed in 189 milliseconds