Searched refs:fname2 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/File-Temp/t/ |
| D | security.t | 105 my ($fh2, $fname2) = eval { tempfile ($template, UNLINK => 1 ); }; 106 if (defined $fname2) { 107 print "# fname2 = $fname2\n"; 108 ok( (-e $fname2) ); 109 push(@files, $fname2); # store for end block
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | linux-nat.c | 2624 char fname1[MAXPATHLEN], fname2[MAXPATHLEN]; in linux_nat_info_proc_cmd() local 2706 memset (fname2, 0, sizeof (fname2)); in linux_nat_info_proc_cmd() 2707 if (readlink (fname1, fname2, sizeof (fname2)) > 0) in linux_nat_info_proc_cmd() 2708 printf_filtered ("cwd = '%s'\n", fname2); in linux_nat_info_proc_cmd() 2715 memset (fname2, 0, sizeof (fname2)); in linux_nat_info_proc_cmd() 2716 if (readlink (fname1, fname2, sizeof (fname2)) > 0) in linux_nat_info_proc_cmd() 2717 printf_filtered ("exe = '%s'\n", fname2); in linux_nat_info_proc_cmd()
|
| /openbsd/src/gnu/llvm/clang/tools/arcmt-test/ |
| D | arcmt-test.cpp | 207 static bool filesCompareEqual(StringRef fname1, StringRef fname2) { in filesCompareEqual() argument 216 MemoryBuffer::getFile(fname2, /*IsText=*/true); in filesCompareEqual()
|