Searched refs:src_file (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D60-test_x509_check_cert_pkey.t17 sub src_file {
24 ok(run(test(["x509_check_cert_pkey_test", src_file($file), $num])),
30 src_file("servercert.pem"),
31 src_file("serverkey.pem"), "cert", "ok"])));
34 src_file("servercert.pem"),
35 src_file("wrongkey.pem"), "cert", "failed"])));
40 src_file("server-dsa-cert.pem"),
41 src_file("server-dsa-key.pem"), "cert", "ok"])));
47 src_file("server-ecdsa-cert.pem"),
48 src_file("serve
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreduce-headers189 def get_obj_name (src_file):
190 if src_file[-2:] == ".c":
191 return src_file.replace (".c", ".o")
192 elif src_file[-3:] == ".cc":
193 return src_file.replace (".cc", ".o")
208 def find_targets (src_file):
211 obj_name = get_obj_name (src_file)
213 print "Error: " + src_file + " - Cannot determine object name."
228 def try_to_remove (src_file, h_list, verbose):
239 src_info = process_ii_macro_src (src_file)
[all...]
H A Dheaderutils.py549 def readwholefile (src_file):
550 sfile = open (src_file, "r")
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreduce-headers189 def get_obj_name (src_file):
190 if src_file[-2:] == ".c":
191 return src_file.replace (".c", ".o")
192 elif src_file[-3:] == ".cc":
193 return src_file.replace (".cc", ".o")
208 def find_targets (src_file):
211 obj_name = get_obj_name (src_file)
213 print "Error: " + src_file + " - Cannot determine object name."
228 def try_to_remove (src_file, h_list, verbose):
239 src_info = process_ii_macro_src (src_file)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dintelmic-mkoffload.c252 FILE *src_file = fopen (src_filename, "w"); local
254 if (!src_file)
257 fprintf (src_file,
275 fprintf (src_file,
287 fclose (src_file);
316 FILE *src_file = fopen (src_filename, "w"); local
318 if (!src_file)
321 fprintf (src_file,
329 fclose (src_file);
357 FILE *src_file local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dgather-docs82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dgather-docs82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dgather-docs82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dgather-docs82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dgather-docs82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dgather-docs82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dintelmic-mkoffload.cc257 FILE *src_file = fopen (src_filename, "w"); local
259 if (!src_file)
262 fprintf (src_file,
280 fprintf (src_file,
292 fclose (src_file);
332 FILE *src_file = fopen (src_filename, "w"); local
334 if (!src_file)
337 fprintf (src_file,
345 fclose (src_file);
384 FILE *src_file local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py83 src_file = os.path.join(target_dir, src_file_name)
85 create_empty_file(src_file)
86 command = ' '.join([compiler, '-c', src_file, '-o', obj_file])
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dupdate-quadmath.py31 with open(src, 'r') as src_file:
32 text = src_file.read()
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dupdate-quadmath.py31 with open(src, 'r') as src_file:
32 text = src_file.read()
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A D__init__.py170 src_file = 'check.c'
171 with open(os.path.join(work_dir, src_file), 'w') as handle:
174 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c39 const char *src_file; /* Current source file. */ member in struct:__anon23
164 print.src_file = "";
344 const char *src_file = LOCATION_FILE (src_loc); local
357 && strcmp (src_file, print.src_file) == 0)
409 print.src_file = file_path;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc40 const char *src_file; /* Current source file. */ member in struct:__anon29
164 print.src_file = "";
441 const char *src_file = LOCATION_FILE (src_loc); local
455 && strcmp (src_file, print.src_file) == 0)
512 print.src_file = file_path;
/netbsd-current/external/bsd/ntp/dist/sntp/unity/auto/
H A Dunity_test_summary.rb99 src_file,src_line,test_name,status,msg = line.split(/:/)
H A Dunity_test_summary.py91 src_file,src_line,test_name,status,msg = parts
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c148 prof_info.src_file = NULL;
402 prof_info.src_file = NULL;
508 prof_info.src_file = NULL;
588 prof_info.src_file = NULL;
H A Dacc_prof.h111 const char *src_file; member in struct:acc_prof_info
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c148 prof_info.src_file = NULL;
399 prof_info.src_file = NULL;
504 prof_info.src_file = NULL;
584 prof_info.src_file = NULL;
H A Dacc_prof.h111 const char *src_file; member in struct:acc_prof_info
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/lib/
H A Dld-lib.exp507 foreach src_file $src_files {
508 set fileroot "[file rootname [file tail $src_file]]"
512 if { [file extension $src_file] == ".c" } {
514 if ![ld_compile "$CC -S $CFLAGS $cflags" $srcdir/$subdir/$src_file $as_file] {
519 set as_file "$srcdir/$subdir/$src_file"
717 foreach src_file $src_files {
718 set fileroot "[file rootname [file tail $src_file]]"
727 if ![ld_compile $cmd $srcdir/$subdir/$src_file $objfile] {
907 foreach src_file $src_files {
908 set fileroot "[file rootname [file tail $src_file]]"
[all...]

Completed in 303 milliseconds

12