Searched refs:filename (Results 1 - 25 of 1292) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/sdiff/
H A Dcommon.c15 cleanup(const char *filename) argument
17 if (unlink(filename))
18 err(2, "could not delete: %s", filename);
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Doutput-file.h22 void output_file_append (char *where, long length, char *filename);
23 void output_file_close (char *filename);
H A Doutput-file.c64 output_file_close (char *filename) argument
70 bfd_perror (filename);
71 as_perror (_("FATAL: can't close %s\n"), filename);
78 as_perror (_("FATAL: can't close %s\n"), filename);
89 char *filename ATTRIBUTE_UNUSED)
120 output_file_close (char *filename) argument
127 as_perror (_("FATAL: can't close %s"), filename);
136 output_file_append (char * where, long length, char * filename) argument
147 as_perror (_("Failed to emit an object byte"), filename);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Doutput-file.h22 void output_file_append (char *where, long length, char *filename);
23 void output_file_close (char *filename);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dfileattr.h69 extern char *fileattr_get PROTO ((const char *filename, const char *attrname));
73 extern char *fileattr_get0 PROTO ((const char *filename,
112 extern void fileattr_set PROTO ((const char *filename, const char *attrname,
119 extern char *fileattr_getall PROTO ((const char *filename));
124 extern void fileattr_setall PROTO ((const char *filename, const char *attrs));
128 extern void fileattr_newfile PROTO ((const char *filename));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020122-2.c19 char *filename; local
22 if (!(filename = foocp ()))
25 if (access (filename))
28 if (auth_file = access (filename))
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpodtidy8 my $filename = shift || die "Usage podtidy [filename]";
11 files => [$filename],
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.h29 char *filename; member in struct:fstack
40 extern char *get_file_info_in_path (char *filename, char *path,
42 extern char *find_and_load (char *filename, int use_path);
44 extern char *expand_filename (char *filename, char *input_name);
45 extern char *filename_part (char *filename);
46 extern char *pathname_part (char *filename);
58 char *filename; member in struct:delayed_write
H A Dfiles.c88 get_file_info_in_path (char *filename, char *path, struct stat *finfo)
97 if (IS_ABSOLUTE (filename)
98 || (*filename == '.'
99 && (IS_SLASH (filename[1])
100 || (filename[1] == '.' && IS_SLASH (filename[2])))))
102 if (stat (filename, finfo) == 0)
103 return xstrdup (filename);
118 fullpath = xmalloc (2 + strlen (dir) + strlen (filename));
119 sprintf (fullpath, "%s/%s", dir, filename);
87 get_file_info_in_path(char *filename, char *path, struct stat *finfo) argument
191 find_and_load(char *filename, int use_path) argument
348 skip_directory_part(char *filename) argument
372 filename_part(char *filename) argument
389 pathname_part(char *filename) argument
409 full_pathname(char *filename) argument
501 expand_filename(char *filename, char *input_name) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980526-2.c16 void do_mknod(const char * filename, int mode, kdev_t dev) argument
25 char * getname(const char * filename) argument
28 a1 = (unsigned int)(filename) *5 + 1;
29 a2 = (unsigned int)(filename) *6 + 2;
30 a3 = (unsigned int)(filename) *7 + 3;
31 a4 = (unsigned int)(filename) *8 + 4;
32 a5 = (unsigned int)(filename) *9 + 5;
33 a6 = (unsigned int)(filename) *10 + 5;
34 a7 = (unsigned int)(filename) *11 + 5;
35 a8 = (unsigned int)(filename) *1
40 sys_mknod(const char * filename, int mode, dev_t dev) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dcommit_prep.in59 the actual filename.\n";
73 local($filename, $line) = @_;
74 open(FILE, ">$filename") || die("Cannot open $filename, stopped");
81 local($filename, $cvsversion) = @_;
83 open(FILE, "<$filename") || return(0);
100 print STDERR sprintf($NoLog, $filename);
105 print STDERR sprintf("file = %s, version = %d.\n", $filename, $cvsversion{$filename});
108 if ($cvsversion{$filename}
[all...]
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dscript.t12 my $filename = tempfile();
18 open(try,">$filename") || (die "Can't open temp file.");
22 $x = `$Perl $filename`;
26 $x = `$Perl <$filename`;
/openbsd-current/usr.bin/libtool/LT/
H A DLaLoFile.pm41 sub read($class, $filename)
44 open(my $fh, '<', $filename) or die "Cannot read $filename: $!\n";
58 sub parse($class, $filename)
60 tprint {"parsing $filename"};
62 if (defined $cache_by_fullname->{$filename}) {
64 return $cache_by_fullname->{$filename};
66 my $key = join("/", (stat $filename)[0,1]);
72 return $cache_by_inode->{$key} = $cache_by_fullname->{$filename} =
73 $class->read($filename);
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dtilde.h52 extern char *tilde_expand_word (char *filename);
H A Dfilesys.h41 /* Expand the filename in PARTIAL to make a real name for this operating
61 extern char *filesys_decompressor_for_file (char *filename);
62 extern int compressed_filename_p (char *filename);
66 extern char *filesys_error_string (char *filename, int error_num);
77 extern int is_dir_name (char *filename);
/openbsd-current/gnu/llvm/llvm/utils/lint/
H A Dgeneric_lint.py12 def RunOnFile(self, filename, lines):
13 common_lint.VerifyLineLength(filename, lines,
15 common_lint.VerifyTrailingWhitespace(filename, lines)
H A Dcommon_lint.py8 def VerifyLineLength(filename, lines, max_length):
13 filename: the file under consideration as string
18 A list of tuples with format [(filename, line number, msg), ...] with any
26 lint.append((filename, line_num,
31 def VerifyTabs(filename, lines):
35 filename: the file under consideration as string
47 lint.append((filename, line_num, 'Tab found instead of whitespace'))
52 def VerifyTrailingWhitespace(filename, lines):
56 filename: the file under consideration as string
60 A list of tuples with format [(filename, lin
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dwin32-host.c48 jcf_open_exact_case (const char *filename, int oflag) argument
50 int filename_len = strlen (filename);
56 found_file_handle = FindFirstFile (filename, &fd);
67 /* Here, we're only actually comparing the filename and not
73 if (strcmp (filename + filename_len - found_file_len, fd.cFileName))
76 /* printf("************\nRejected:\n%s\n%s\n************\n\n", filename, fd.cFileName); */
81 return open (filename, oflag);
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dmultiline.t43 my $filename = "multiline$$";
46 1 while unlink $filename;
49 open(TRY,'>',$filename) || (die "Can't open $filename: $!");
69 open(TRY,$filename) || (die "Can't reopen $filename: $!");
82 $out = ($^O eq 'MSWin32') ? `type $filename`
83 : ($^O eq 'VMS') ? `type $filename.;0` # otherwise .LIS is assumed
84 : `cat $filename`;
88 close(TRY) || (die "Can't close $filename
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.h42 unsigned char* filename, int lineno,
44 void tree_code_create_function_wrapup (unsigned char* filename, int lineno);
49 unsigned char* filename,
56 unsigned char* filename,
58 void tree_code_output_expression_statement (tree code, unsigned char* filename, int lineno);
60 void tree_code_if_start (tree exp, unsigned char* filename, int lineno);
61 void tree_code_if_else (unsigned char* filename, int lineno);
62 void tree_code_if_end (unsigned char* filename, int lineno);
66 const char * treelang_init (const char* filename);
/openbsd-current/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Dutil.py25 def read_syms_from_file(filename):
29 with open(filename, 'r') as f:
34 def read_exclusions(filename):
35 with open(filename, 'r') as f:
75 def is_elf(filename):
76 with open(filename, 'rb') as f:
81 def is_mach_o(filename):
82 with open(filename, 'rb') as f:
93 def is_xcoff_or_big_ar(filename):
94 with open(filename, 'r
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dlrealpath.c28 version of the filename. Symlinks will be resolved, and ``.'' and ``..''
76 lrealpath (const char *filename) argument
78 /* Method 1: The system has a compile time upper bound on a filename
85 const char *rp = realpath (filename, buf);
87 rp = filename;
97 char *rp = canonicalize_file_name (filename);
99 return strdup (filename);
123 rp = realpath (filename, buf);
124 ret = strdup (rp ? rp : filename);
141 DWORD len = GetFullPathName (filename, MAX_PAT
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Ddbm.t16 my $filename = tempfile();
20 $filename = '@@@@';
27 dbmopen(%LT, $filename, 0666) ||
28 die "Can't open $filename because of $!\n";
35 1 while unlink $filename;
36 1 while unlink glob "$filename.*";
43 $prog =~ s/\@\@\@\@/$filename/;
50 dbmopen(%LT, $filename, 0666);
51 1 while unlink $filename;
52 1 while unlink glob "$filename
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoff-solib.h35 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \
36 coff_solib_add (filename, from_tty, targ, readsyms)
60 library file (or any library file, if filename is NULL) is loaded.
64 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \
69 library file (or any library file, if filename is NULL) is unloaded.
73 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dutils.c46 const char *filename; local
72 filename = self->file->name;
75 filename = strrchr (filename, '/');
76 if (filename)
78 ++filename;
82 filename = self->file->name;
85 sprintf (buf, " (%s:%d @ %lx)", filename, self->line_num,

Completed in 391 milliseconds

1234567891011>>