Searched refs:files (Results 326 - 350 of 557) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dsol-ci.asm29 # As a special exception, if you link this library with files
H A Dsol-cn.asm29 # As a special exception, if you link this library with files
/freebsd-11-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in78 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81 END { for (dir in files) print dir, files[dir] }'
86 test -z "$$files" \
88 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
89 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/crypto/openssl/crypto/dso/
H A DMakefile42 files:
43 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A DMakefile101 files:
102 $(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec52 %files
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk1 # FreeBSD system call object files.
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A DMakefile43 files:
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A DMakefile41 files:
42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A DMakefile74 files:
75 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vfsops.c507 sbp->f_files = fsfo->st.files;
517 (unsigned long long)fsfo->st.files,
H A Dfuse_kernel.h86 __u64 files; member in struct:fuse_kstatfs
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh3 # It also adds FOO and files.FOO configuration files so you can compile
52 rm ${TOP}/conf/files.${UPPER}
62 echo "The following files will be created:"
64 echo ${TOP}/conf/files.${UPPER}
85 cat >${TOP}/conf/files.${UPPER} <<DONE
96 files "${TOP}/conf/files.${UPPER}"
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
854 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
856 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_ioctl.c7 * copy of this software and associated documentation files (the "Software"),
35 * Varios minor DRM ioctls not applicable to other files, such as versioning
191 TAILQ_FOREACH(pt, &dev->files, link) {
/freebsd-11-stable/share/mk/
H A Dbsd.prog.mk64 # Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
269 .include <bsd.files.mk>
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c793 char **files; local
811 ret = krb5_prepend_config_files_default(config_file, &files);
813 krb5_err(context, 1, ret, "getting configuration files");
815 ret = krb5_set_config_files(context, files);
816 krb5_free_config_files(files);
818 krb5_err(context, 1, ret, "reading configuration files");
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c821 char **files; local
840 ret = krb5_prepend_config_files_default(config_file, &files);
842 krb5_err(context, 1, ret, "getting configuration files");
844 ret = krb5_set_config_files(context, files);
845 krb5_free_config_files(files);
847 krb5_err(context, 1, ret, "reading configuration files");
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dnetware.pl45 # The import files and other misc imports needed to link
74 # where import files (*.imp) can be found.
85 # where import files (*.imp) can be found.
203 # NOTES: Several c files in the crypto subdirectory include headers from
204 # their local directories. Metrowerks wouldn't find these h files
206 # or modifying the c files. Instead of adding individual include
369 # create the *.def linker command files in \openssl\netware\ directory
477 my($target,$files,$dep_libs,$libs)=@_;
481 $ret.="$target: $files $dep_libs\n";
508 $ret.="\t\$(MKLIB) $lib_flags \$(TMP_D)${o}\$(E_EXE).a \$(filter-out \$(TMP_D)${o}\$(E_EXE)${obj},$files)\
[all...]
H A Dunix.pl161 local($target,$files,$dep_libs,$libs)=@_;
166 $ret.="$target: $files $dep_libs\n";
167 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h228 evFile *files, *fdNext; member in struct:__anon6653

Completed in 315 milliseconds

<<11121314151617181920>>