| /dragonfly/contrib/libpcap/ |
| HD | sf-pcapng.c | 462 uint64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() argument 537 *is_binary = 1; in process_idb_options() 557 *is_binary = 0; in process_idb_options() 598 int is_binary; in add_interface() local 708 is_binary = 0; /* which is a power of 10 */ in add_interface() 715 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface() 737 if (is_binary) in add_interface() 751 if (is_binary) in add_interface()
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | regex.c | 1242 char *is_binary); 1245 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument 1284 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs() 1287 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs() 2276 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2299 char *is_binary = NULL; in PREFIX() local 2353 is_binary = TALLOC(csize + 1, char); in PREFIX() 2354 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX() 2358 free(is_binary); in PREFIX() 2362 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX() [all …]
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | regex.c | 1242 char *is_binary); 1245 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument 1284 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs() 1287 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs() 2276 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2299 char *is_binary = NULL; in PREFIX() local 2353 is_binary = TALLOC(csize + 1, char); in PREFIX() 2354 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX() 2358 free(is_binary); in PREFIX() 2362 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX() [all …]
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | regex.c | 1243 char *is_binary); 1246 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument 1285 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs() 1288 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs() 2277 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2300 char *is_binary = NULL; in PREFIX() local 2354 is_binary = TALLOC(csize + 1, char); in PREFIX() 2355 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX() 2359 free(is_binary); in PREFIX() 2363 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX() [all …]
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | regex.c | 1243 char *is_binary); 1246 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument 1285 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs() 1288 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs() 2277 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2300 char *is_binary = NULL; in PREFIX() local 2354 is_binary = TALLOC(csize + 1, char); in PREFIX() 2355 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX() 2359 free(is_binary); in PREFIX() 2363 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX() [all …]
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | regex.c | 1243 char *is_binary); 1246 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument 1285 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs() 1288 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs() 2277 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2300 char *is_binary = NULL; in PREFIX() local 2354 is_binary = TALLOC(csize + 1, char); in PREFIX() 2355 if (pattern == NULL || mbs_offset == NULL || is_binary == NULL) in PREFIX() 2359 free(is_binary); in PREFIX() 2363 size = convert_mbs_to_wcs(pattern, cpattern, csize, mbs_offset, is_binary); in PREFIX() [all …]
|
| /dragonfly/lib/libftpio/ |
| HD | ftpio.c | 133 if (!ftp->is_binary) in ftpAscii() 138 ftp->is_binary = FALSE; in ftpAscii() 148 if (ftp->is_binary) in ftpBinary() 153 ftp->is_binary = TRUE; in ftpBinary() 499 ftp->is_binary = FALSE; in ftp_new()
|
| HD | ftpio.h | 37 int is_binary; member
|