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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcleanfile71 $is_binary = 0;
75 $is_binary = 1;
80 if ($is_binary) {
H A Dcleanpatch71 $is_binary = 0;
75 $is_binary = 1;
80 if ($is_binary) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.h130 FLAC__bool is_binary; member in struct:__anon878
H A Doptions.c1087 out->is_binary = true;
1089 out->is_binary = false;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1190 and write whether each wchar_t is binary data to is_binary.
1192 We assume offset_buffer and is_binary is already allocated
1214 char *is_binary)
1240 is_binary[wc_count] = TRUE;
1243 is_binary[wc_count] = FALSE;
2292 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2316 char *is_binary = NULL;
2370 is_binary = TALLOC(csize + 1, char);
2371 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL)
2375 free(is_binary);
1189 convert_mbs_to_wcs(CHAR_T *dest, const unsigned char* src, size_t len, int *offset_buffer, char *is_binary) argument
2303 char *is_binary = NULL; local
5029 char *is_binary = NULL; local
5567 char *is_binary = NULL; local
[all...]

Completed in 121 milliseconds