Searched refs:files (Results 226 - 250 of 706) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc96 /// Signal-safe removal of files.
97 /// Inserting and erasing from the list isn't signal-safe, but removal of files
155 // If cleanup were to occur while we're removing files we'd have a bad time.
157 // removing files. If cleanup races with us and we win we'll have a leak,
163 // If erasing was occuring while we're trying to remove files we'd look
173 // of special files like /dev/null, even if the compiler is being run
187 // We're done removing files, cleanup can safely proceed.
/openbsd-current/gnu/llvm/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py3 """Helps to keep BUILD.gn files in sync with the corresponding CMakeLists.txt.
5 For each BUILD.gn file in the tree, checks if the list of cpp files in
6 it is identical to the list of cpp files in the corresponding CMakeLists.txt
10 binaries have corresponding BUILD.gn files.
12 If --write is passed, tries to write modified .gn files and adds one git
57 gn_files = git_out(['ls-files', '*BUILD.gn']).splitlines()
79 # Collect changes to gn files, grouped by revision.
100 def by_rev(files, key):
101 for f in files:
144 continue # Skip CMake files tha
[all...]
/openbsd-current/sbin/dhcp6leased/
H A Dparse_lease.y54 extern TAILQ_HEAD(files, file) files;
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2ph.PL18 # This forces PL files to create target in same directory as PL file.
100 # Recover from header files with unbalanced cpp directives
384 warn "Was unable to convert the following files:\n";
456 # sizeof(*(p)), which appear in the HP-UX 10.01 header files.
679 # Put all the files in $directory into @ARGV for processing.
734 # Push all #included files in $file onto our stack, except for STDIN
735 # and files we've already processed.
860 # system's compiler. We need this information to make the .ph files
861 # function with perl as the .h files do with cc.
887 h2ph - convert .h C header files t
[all...]
/openbsd-current/libexec/security/
H A Dsecurity70 "and alternate access files in\n" .
114 "of alternate access files."
224 # Check for umask values and root paths in startup files.
245 "\nRoot csh startup files do not set the umask.";
274 "\nRoot sh startup files do not set the umask.";
314 # hostname.if files may contain secrets and should not be world-readable.
354 # Check for special users with .rhosts/.shosts files.
355 # Only root should have .rhosts/.shosts files.
368 # Also, .rhosts/.shosts files should not have plus signs.
575 # SUID/SGID files
[all...]
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dcrti.asm36 crti.o before any other object files that might add code to .init
38 such object files. */
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-ci.asm29 ! As a special exception, if you link this library with files
37 ! sections. It is linked in before the values-Xx.o files and also before
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmach-o-target.c38 #error Mach-O fat files must always be big-endian.
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o-target.c38 #error Mach-O fat files must always be big-endian.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dcrti.asm36 crti.o before any other object files that might add code to .init
38 such object files. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-ci.asm29 ! As a special exception, if you link this library with files
37 ! sections. It is linked in before the values-Xx.o files and also before
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dgcov.exp23 # clean-gcov -- delete the working files the compiler creates for gcov
258 set files [glob -nocomplain $testcase.gcov]
259 if { $files == "" } {
/openbsd-current/usr.bin/mail/
H A Dcmd1.c479 char *files = (char *)v; local
487 files && *files ? files : "");
/openbsd-current/usr.sbin/rbootd/
H A Ddefs.h50 ** Common #define's and external variables. All other files should
63 #define C_MAXFILE 100 /* max number of bootable files */
93 char *files[C_MAXFILE]; /* bootable files */ member in struct:client_s
118 extern char *BootDir; /* directory w/boot files */
125 extern char *BootFiles[]; /* list of boot files */
/openbsd-current/gnu/llvm/llvm/utils/
H A Dsort_includes.py17 # Skip files which are under INPUTS trees or test trees.
86 parser.add_argument('files', nargs='+', type=argparse.FileType('r+'),
87 help='the source files to sort includes within')
89 for f in args.files:
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dppptools.pl33 my @files = grep { !-d && !/^\./ } readdir DIR; # no dirs or hidden files
36 return map { cat_file($dir, $_) } sort @files;
41 # Creates a hash with the keys being all symbols found in all the files in
308 my @files = @_;
314 for $file (@files) {
/openbsd-current/lib/librpcsvc/
H A DMakefile21 @echo installing rpc .h and .x files
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/bin/
H A Dptardiff54 the files with in the archive, scan the current working directory
95 the files with in the archive, scan the current working directory
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DProgram.inc77 // Lets attach the extension manually. That is needed for files
79 // from its argument to such files because it thinks they already had one.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_AIX.pm32 Define DL_FUNCS and DL_VARS and write the *.exp files.
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Danalyze.c67 portion of the two files.
69 Scan from the beginnings of the files, and simultaneously from the ends,
89 of the two files do not match, and likewise that the last lines do not
186 With this heuristic, for files with a constant small density
324 /* Compare in detail contiguous subsequences of the two files
327 The results are recorded in the vectors files[N].changed_flag, by
355 files[1].changed_flag[files[1].realindexes[yoff++]] = 1;
358 files[0].changed_flag[files[
[all...]
/openbsd-current/usr.sbin/lpr/common_source/
H A Drmjob.c61 static int all = 0; /* eliminate all files (root only) */
79 struct dirent **files; local
106 all = 1; /* all files in local queue */
122 if ((nitems = scandir(".", &files, iscf, NULL)) < 0)
141 * process the files
144 process(files[i]->d_name);
220 case 'U': /* unlink associated files */
303 * files sent from the remote machine to be removed.
320 * Check to see if we are sending files to a remote machine. If we are,
321 * then try removing files o
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpod_rules.pl14 # Generate the sections of files listed in %Targets from pod/perl.pod
20 # --showfiles shows the files to be changed
21 # --tap emit TAP (testing) output describing the state of the pod files
39 my @files = keys %Targets;
40 my $filesopts = join(" | ", map { "--build-$_" } "all", sort @files);
47 map {+"build-$_", \$build_these{$_}} @files, 'all')
69 # For testing, generated files must be present and we're rebuilding nothing.
70 # For normal rebuilding, generated files may not be present, and we mute
/openbsd-current/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.pm20 ODBM_File - Tied access to odbm files
106 B<Do not accept ODBM files from untrusted sources.>
108 On modern Linux systems these are typically GDBM files, which are not
111 The GDBM documentation doesn't imply that files from untrusted sources
/openbsd-current/gnu/usr.bin/perl/ext/NDBM_File/
H A DNDBM_File.pm20 NDBM_File - Tied access to ndbm files
109 B<Do not accept NDBM files from untrusted sources.>
111 On modern Linux systems these are typically GDBM files, which are not
114 The GDBM documentation doesn't imply that files from untrusted sources

Completed in 247 milliseconds

1234567891011>>