/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_xar.c | 349 struct xar_file *file; /* current reading file. */ member 540 struct xar_file *file; in read_toc() local 678 struct xar_file *file; in xar_read_header() local 1233 struct heap_queue *heap, struct xar_file *file) in heap_add_entry() 1339 add_link(struct archive_read *a, struct xar *xar, struct xar_file *file) in add_link() 1791 struct xar_file *file; in file_new() local 1816 file_free(struct xar_file *file) in file_free()
|
/freebsd/sbin/dhclient/tests/ |
H A D | option-domain-search.c | 310 FILE *file = NULL; in parse_date_helper() local
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 84 execldd32(char *file, char *fmt1, char *fmt2, int aflag) in execldd32()
|
/freebsd/contrib/ntp/util/ |
H A D | tickadj.c | 229 const char *file = NULL; variable
|
/freebsd/crypto/openssl/apps/ |
H A D | genpkey.c | 326 static int init_keygen_file(EVP_PKEY_CTX **pctx, const char *file, ENGINE *e, in init_keygen_file()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | cmp.c | 39 static int print_noop(const char *func, const char *file, int line, in print_noop()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | init_os_ctx.c | 342 char *file = NULL; in add_kdc_config_file() local
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 95 char *file; /* file name with path */ member 103 char *file; /* file name with path */ member 114 char *file; /* file name with path */ member 919 print_header(const char *file, const char *obj) in print_header()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 271 const auto &file = cast<SharedFile>(*ss.file); in isReadOnly() local 290 const auto &file = cast<SharedFile>(*ss.file); in getSymbolsAt() local 524 auto *file = dyn_cast_or_null<ObjFile<ELFT>>(sym.file); in maybeReportDiscarded() local 602 auto *file = cast<ELFFileBase>(sym.file); in getAlternativeSpelling() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | MapFile.cpp | 167 InputFile *file; getSymbolStrings() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 73 static void DupDescriptor(int error_fd, const char *file, int fd, int flags) { in DupDescriptor()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Mangled.cpp | 493 void Mangled::Encode(DataEncoder &file, ConstStringTable &strtab) const { in Encode()
|
/freebsd/usr.bin/sed/ |
H A D | main.c | 502 struct s_flist *file; in next_files_have_lines() local
|
/freebsd/sys/kern/ |
H A D | kern_ktr.c | 321 ktr_tracepoint(uint64_t mask, const char *file, int line, const char *format, in ktr_tracepoint()
|
H A D | link_elf_obj.c | 1278 link_elf_unload_file(linker_file_t file) in link_elf_unload_file() 1646 link_elf_each_function_name(linker_file_t file, in link_elf_each_function_name() 1667 link_elf_each_function_nameval(linker_file_t file, in link_elf_each_function_nameval()
|
/freebsd/crypto/krb5/src/tests/ |
H A D | hooks.c | 38 check_code(krb5_error_code code, const char *file, int line) in check_code()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_file.c | 60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() local
|
/freebsd/crypto/openssl/test/ |
H A D | p_test.c | 77 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error()
|
/freebsd/usr.bin/last/ |
H A D | last.c | 81 static const char *file = NULL; /* utx.log file */ variable
|
/freebsd/contrib/bmake/ |
H A D | parse.c | 1226 FindInDirOfIncludingFile(const char *file) in FindInDirOfIncludingFile() 1257 FindInQuotPath(const char *file) in FindInQuotPath() 1304 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent) in IncludeFile() 2063 FStr file; in ParseInclude() local 2290 char *file = line + (silent ? 8 : 7); in ParseTraditionalInclude() local
|
/freebsd/lib/libc/isc/ |
H A D | eventlib_p.h | 87 evFileID file; member 131 evFileID file; member 174 struct { evFile *this; int eventmask; } file; member
|
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 98 char file[PATH_MAX]; /* filename rel. to manpath */ member 2201 char *file; in dbprune() local 2429 say(const char *file, const char *format, ...) in say()
|
/freebsd/contrib/capsicum-test/ |
H A D | capability-fd.cc | 299 int file = openat(dir, "cap_openat_testfile", O_RDONLY|O_CREAT, 0644); variable 372 int file = openat(dir, filename, O_WRONLY|O_CREAT, 0644); variable
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 177 static bool isFallThruRelocation(InputSection &is, InputFile *file, in isFallThruRelocation() 240 bool X86_64::deleteFallThruJmpInsn(InputSection &is, InputFile *file, in deleteFallThruJmpInsn()
|
/freebsd/sbin/sysctl/ |
H A D | sysctl.c | 144 FILE *file = NULL; in main() local 617 parsefile(FILE *file) in parsefile()
|