Searched refs:files (Results 401 - 425 of 557) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/stand/libsa/
H A Dstand.h189 extern struct open_file files[];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc413 // only be involved in the creation and deletion of regular files. This
416 // special file, or other things that aren't "regular" files.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp9 // A utility for merging DWARF 5 Split DWARF .dwo files into .dwp (DWARF
10 // package files).
51 cl::desc("<input files>"),
56 cl::desc("Specify the executable/library files to get the list of *.dwo from"),
655 cl::ParseCommandLineOptions(argc, argv, "merge split dwarf (.dwo) files\n");
/freebsd-11-stable/sys/conf/
H A Dkmod.mk10 # CLEANFILES Additional files to remove for the clean and cleandir targets.
37 # SRCS List of source files.
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk6 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
27 # completely inside bsd.*.mk files).
H A Dbsd.man.mk30 # second, and there may be multiple pairs. The files
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c53 * specified number of backup files around.
234 /* that a list of files *are* given on */
262 static struct cflist *get_worklist(char **files);
329 * Rotate all the files which need to be rotated. Note that
362 * Compress all files that we're expected to compress, now
363 * that all processes should have closed the files which
815 get_worklist(char **files) argument
863 * a filelist and a globlist. If there were no specific files
865 * call a routine which finds all files matched by the globlist
868 if (*files
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c6422 additional compilation units for each of the include files we see
7630 /* Data structure containing information about input files. */
7641 files. */
7647 int count; /* Number of files in this directory. */
7691 struct file_info *files;
7713 fi = fnad->files + fnad->used_files++;
7733 slowdowns with many input files. */
7740 struct file_info *files;
7760 files = alloca (numfiles * sizeof (struct file_info));
7763 fnad.files
7680 struct file_info *files; member in struct:file_name_acquire_data
7729 struct file_info *files; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2311 Remove files from the build directory.
2313 RM is the name of the program to use to delete files associated with each FILE
2317 If FILE is a libtool library, object or program, all the files associated
2398 Link object files or libraries together to form another library, or to
2402 a program from several object files.
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
2425 -precious-files-regex REGEX
2426 don't remove output files matchin
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2341 Remove files from the build directory.
2343 RM is the name of the program to use to delete files associated with each FILE
2347 If FILE is a libtool library, object or program, all the files associated
2428 Link object files or libraries together to form another library, or to
2432 a program from several object files.
2454 -objectlist FILE Use a list of object files found in FILE to specify objects
2455 -precious-files-regex REGEX
2456 don't remove output files matchin
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
52 # clean remove files from the build directory
2310 Remove files from the build directory.
2312 RM is the name of the program to use to delete files associated with each FILE
2316 If FILE is a libtool library, object or program, all the files associated
2397 Link object files or libraries together to form another library, or to
2401 a program from several object files.
2423 -objectlist FILE Use a list of object files found in FILE to specify objects
2424 -precious-files-regex REGEX
2425 don't remove output files matchin
[all...]
/freebsd-11-stable/contrib/ee/
H A Dee.c139 struct files { /* structure to store names of files to be edited*/ struct
141 struct files *next_name;
144 struct files *top_of_stack = NULL;
268 struct files *name_alloc P_((void));
1143 struct files *name_alloc() /* allocate space for file name list node */
1145 return((struct files *) malloc(sizeof( struct files)));
2070 struct files *temp_names = NULL;
2156 check_fp() /* open or close files accordin
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm29 ! As a special exception, if you link this library with files
H A Dsol2-gc1.asm29 ! As a special exception, if you link this library with files
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm21 /* As a special exception, if you link this library with other files,
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm30 * As a special exception, if you link this library with files
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c7 * copy of this software and associated documentation files (the "Software"),
423 TAILQ_INIT(&dev->files);
682 TAILQ_REMOVE(&dev->files, file_priv, link);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A DMakefile52 files:
53 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A DMakefile42 files:
43 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl5 # It does this by parsing the header files and looking for the
8 # Intermediary files are created, call libeay.num and ssleay.num,...
22 # part of. This will allow easy translating to .def files or the corresponding
430 my($name,$files,$symhacksfile)=@_;
443 foreach $file (split(/\s+/,$symhacksfile." ".$files))
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A DMakefile43 files:
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A DMakefile43 files:
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A DMakefile54 files:
55 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/des/
H A DMakefile72 files:
73 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A DMakefile77 files:
78 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO

Completed in 509 milliseconds

<<11121314151617181920>>