Home
last modified time | relevance | path

Searched refs:da_file (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mep/
H A Dmep-bb.c70 FILE *da_file, *file; in __bb_exit_func() local
93 fclose (da_file); in __bb_exit_func()
96 da_file = fopen (ptr->filename, "r+b"); in __bb_exit_func()
102 if (da_file == 0) in __bb_exit_func()
103 da_file = fopen (ptr->filename, "r+"); in __bb_exit_func()
104 if (da_file == 0) in __bb_exit_func()
117 firstchar = fgetc (da_file); in __bb_exit_func()
120 if (ferror (da_file)) in __bb_exit_func()
131 rewind (da_file); in __bb_exit_func()
159 rewind (da_file); in __bb_exit_func()
[all …]
/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dparrot_coverage.pl83 foreach my $da_file (@dafiles) {
84 my $dirname = dirname($da_file) || '.';
85 my $filename = basename($da_file);
86 my $src_filename = $da_file;
124 $source_file = "$source_file (from $da_file)";
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Ddecode_as.c386 FILE *da_file = (FILE *)user_data; in decode_as_print_rows() local
389 fprintf(da_file, "%s",decode_as_row); in decode_as_print_rows()
397 FILE *da_file; in save_decode_as_entries() local
408 if ((da_file = ws_fopen(daf_path, "w")) == NULL) { in save_decode_as_entries()
419 "# however.\n", da_file); in save_decode_as_entries()
423 g_list_foreach(decode_as_rows_list, decode_as_print_rows, da_file); in save_decode_as_entries()
425 fclose(da_file); in save_decode_as_entries()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Ddecode_as.c386 FILE *da_file = (FILE *)user_data;
389 fprintf(da_file, "%s",decode_as_row);
397 FILE *da_file;
408 if ((da_file = ws_fopen(daf_path, "w")) == NULL) {
419 "# however.\n", da_file);
423 g_list_foreach(decode_as_rows_list, decode_as_print_rows, da_file);
425 fclose(da_file);
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Ddecode_as.c386 FILE *da_file = (FILE *)user_data; in decode_as_print_rows() local
389 fprintf(da_file, "%s",decode_as_row); in decode_as_print_rows()
397 FILE *da_file; in save_decode_as_entries() local
408 if ((da_file = ws_fopen(daf_path, "w")) == NULL) { in save_decode_as_entries()
419 "# however.\n", da_file); in save_decode_as_entries()
423 g_list_foreach(decode_as_rows_list, decode_as_print_rows, da_file); in save_decode_as_entries()
425 fclose(da_file); in save_decode_as_entries()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Ddecode_as.c386 FILE *da_file = (FILE *)user_data; in decode_as_print_rows() local
389 fprintf(da_file, "%s",decode_as_row); in decode_as_print_rows()
397 FILE *da_file; in save_decode_as_entries() local
408 if ((da_file = ws_fopen(daf_path, "w")) == NULL) { in save_decode_as_entries()
419 "# however.\n", da_file); in save_decode_as_entries()
423 g_list_foreach(decode_as_rows_list, decode_as_print_rows, da_file); in save_decode_as_entries()
425 fclose(da_file); in save_decode_as_entries()
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_auth.c449 data_array *da_file = (data_array *)value->data[n]; in mod_auth_require_parse_array() local
457 if (!array_is_kvstring(&da_file->value)) { in mod_auth_require_parse_array()
465 for (m = 0; m < da_file->value.used; m++) { in mod_auth_require_parse_array()
466 if (da_file->value.data[m]->type == TYPE_STRING) { in mod_auth_require_parse_array()
467 data_string *ds = (data_string *)da_file->value.data[m]; in mod_auth_require_parse_array()
485 da_file->value.data[m]->key.ptr); in mod_auth_require_parse_array()
493 da_file->value.data[m]->key.ptr); in mod_auth_require_parse_array()
539 buffer_copy_buffer(&dauth->key, &da_file->key); in mod_auth_require_parse_array()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A DChangeLog.78072 da_file.
8073 (read_files): Removed da_file checking, it's done by read_profile now.
8076 (__bb_exit_func): Changed structure of da_file.
8084 reading da_file.
8086 (init_branch_prob): Removed da_file checking, done in get_exec_counts
8088 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A DChangeLog.78072 da_file.
8073 (read_files): Removed da_file checking, it's done by read_profile now.
8076 (__bb_exit_func): Changed structure of da_file.
8084 reading da_file.
8086 (init_branch_prob): Removed da_file checking, done in get_exec_counts
8088 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A DChangeLog-200222519 da_file.
22520 (read_files): Removed da_file checking, it's done by read_profile now.
22523 (__bb_exit_func): Changed structure of da_file.
22531 reading da_file.
22533 (init_branch_prob): Removed da_file checking, done in get_exec_counts
22535 (end_branch_prob): Removed da_file checking, done in get_exec_counts

123