Home | History | Annotate | Download | only in lib

Lines Matching defs:is_binary

1181    and write whether each wchar_t is binary data to is_binary.
1183 We assume offset_buffer and is_binary is already allocated
1188 char *is_binary);
1190 convert_mbs_to_wcs (dest, src, len, offset_buffer, is_binary)
1205 char *is_binary;
1216 is_binary[wc_count] = FALSE;
1244 is_binary[wc_count] = TRUE;
1247 is_binary[wc_count] = FALSE;
2274 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2305 char *is_binary = NULL;
2360 is_binary = TALLOC(csize + 1, char);
2361 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL)
2365 if (is_binary) free(is_binary);
2368 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary);
2374 if (is_binary) free(is_binary);
2398 if (is_binary) free(is_binary);
4107 || is_exactn_bin != is_binary[p - 1 - pattern]
4132 is_exactn_bin = is_binary[p - 1 - pattern];
4166 free (is_binary);
5377 char *is_binary = NULL;
5558 is_binary = REGEX_TALLOC (csize1 + 1, char);
5559 if (!string1 || !mbs_offset1 || !is_binary)
5563 FREE_VAR (is_binary);
5567 mbs_offset1, is_binary);
5569 FREE_VAR (is_binary);
5575 is_binary = REGEX_TALLOC (csize2 + 1, char);
5576 if (!string2 || !mbs_offset2 || !is_binary)
5582 FREE_VAR (is_binary);
5586 mbs_offset2, is_binary);
5588 FREE_VAR (is_binary);