Home
last modified time | relevance | path

Searched +defs:file +defs:end (Results 1 – 25 of 198) sorted by relevance

12345678

/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dfile.c38 void f_selectfork(hfsfile *file, int fork) in f_selectfork()
59 void f_getptrs(hfsfile *file, unsigned long **lglen, in f_getptrs()
86 int f_doblock(hfsfile *file, unsigned long num, block *bp, in f_doblock()
151 int f_alloc(hfsfile *file) in f_alloc()
157 unsigned int start, end; in f_alloc() local
287 int f_trunc(hfsfile *file) in f_trunc()
291 unsigned int dlen, start, end; in f_trunc() local
433 int f_flush(hfsfile *file) in f_flush()
H A Dhfs.c259 hfsfile *file; in hfs_flush() local
294 int hfs_umount(hfsvol *vol, long end) in hfs_umount()
1190 hfsfile *file; in hfs_open() local
1236 int hfs_setfork(hfsfile *file, int fork) in hfs_setfork()
1253 int hfs_getfork(hfsfile *file) in hfs_getfork()
1262 long hfs_read(hfsfile *file, void *buf, unsigned long len) in hfs_read()
1302 long hfs_write(hfsfile *file, void *buf, unsigned long len) in hfs_write()
1373 int hfs_truncate(hfsfile *file, unsigned long len) in hfs_truncate()
1403 long hfs_lseek(hfsfile *file, long offset, int from) in hfs_lseek()
1445 int hfs_close(hfsfile *file, long dext, long rext)
[all …]
/openbsd-src/sys/uvm/
H A Duvm_map.c212 #define UVM_ASSERT(map, cond, file, line) \ argument
1683 vaddr_t end = addr + sz; uvm_map_is_stack_remappable() local
1733 vaddr_t start, end; uvm_map_remap_as_stack() local
1802 uvm_unmap(struct vm_map * map,vaddr_t start,vaddr_t end) uvm_unmap() argument
1834 vaddr_t end; /* End of freed range. */ uvm_mapent_mkfree() local
1955 uvm_unmap_remove(struct vm_map * map,vaddr_t start,vaddr_t end,struct uvm_map_deadq * dead,boolean_t remove_holes,boolean_t markfree,boolean_t checkimmutable) uvm_unmap_remove() argument
2063 uvm_map_pageable_pgon(struct vm_map * map,struct vm_map_entry * first,struct vm_map_entry * end,vaddr_t start_addr,vaddr_t end_addr) uvm_map_pageable_pgon() argument
2086 uvm_map_pageable_wire(struct vm_map * map,struct vm_map_entry * first,struct vm_map_entry * end,vaddr_t start_addr,vaddr_t end_addr,int lockflags) uvm_map_pageable_wire() argument
2214 uvm_map_pageable(struct vm_map * map,vaddr_t start,vaddr_t end,boolean_t new_pageable,int lockflags) uvm_map_pageable() argument
2653 uvm_tree_assert(struct vm_map * map,int test,char * test_str,char * file,int line) uvm_tree_assert() argument
2674 uvm_tree_sanity(struct vm_map * map,char * file,int line) uvm_tree_sanity() argument
2731 uvm_tree_size_chk(struct vm_map * map,char * file,int line) uvm_tree_size_chk() argument
3063 uvm_map_protect(struct vm_map * map,vaddr_t start,vaddr_t end,vm_prot_t new_prot,int etype,boolean_t set_max,boolean_t checkimmutable) uvm_map_protect() argument
3318 uvmspace_exec(struct proc * p,vaddr_t start,vaddr_t end) uvmspace_exec() argument
3979 uvm_map_submap(struct vm_map * map,vaddr_t start,vaddr_t end,struct vm_map * submap) uvm_map_submap() argument
4020 uvm_map_checkprot(struct vm_map * map,vaddr_t start,vaddr_t end,vm_prot_t protection) uvm_map_checkprot() argument
4106 uvm_map_inherit(struct vm_map * map,vaddr_t start,vaddr_t end,vm_inherit_t new_inheritance) uvm_map_inherit() argument
4162 check_copyin_add(struct vm_map * map,vaddr_t start,vaddr_t end) check_copyin_add() argument
4181 uvm_map_check_copyin_add(struct vm_map * map,vaddr_t start,vaddr_t end) uvm_map_check_copyin_add() argument
4202 uvm_map_immutable(struct vm_map * map,vaddr_t start,vaddr_t end,int imut) uvm_map_immutable() argument
4250 uvm_map_advice(struct vm_map * map,vaddr_t start,vaddr_t end,int new_advice) uvm_map_advice() argument
4310 vaddr_t end; uvm_map_extract() local
4456 uvm_map_clean(struct vm_map * map,vaddr_t start,vaddr_t end,int flags) uvm_map_clean() argument
4851 vaddr_t end; uvm_map_kmem_grow() local
5227 vm_map_lock_try_ln(struct vm_map * map,char * file,int line) vm_map_lock_try_ln() argument
5264 vm_map_lock_ln(struct vm_map * map,char * file,int line) vm_map_lock_ln() argument
5297 vm_map_lock_read_ln(struct vm_map * map,char * file,int line) vm_map_lock_read_ln() argument
5309 vm_map_unlock_ln(struct vm_map * map,char * file,int line) vm_map_unlock_ln() argument
5322 vm_map_unlock_read_ln(struct vm_map * map,char * file,int line) vm_map_unlock_read_ln() argument
5334 vm_map_busy_ln(struct vm_map * map,char * file,int line) vm_map_busy_ln() argument
5347 vm_map_unbusy_ln(struct vm_map * map,char * file,int line) vm_map_unbusy_ln() argument
5364 vm_map_assert_anylock_ln(struct vm_map * map,char * file,int line) vm_map_assert_anylock_ln() argument
5374 vm_map_assert_wrlock_ln(struct vm_map * map,char * file,int line) vm_map_assert_wrlock_ln() argument
[all...]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFileSpecList.h191 bool Insert(size_t idx, const FileSpec &file) { in Insert()
202 bool Replace(size_t idx, const FileSpec &file) { in Replace()
222 const_iterator end() const { return m_files.end(); } in end() function
/openbsd-src/usr.bin/make/
H A Ddir.c243 record_stamp(const char *file, struct timespec t) in record_stamp()
246 const char *end = NULL; in record_stamp() local
261 find_stampi(const char *file, const char *efile) in find_stampi()
271 add_file(struct PathEntry *p, const char *file) in add_file()
274 const char *end = NULL; in add_file() local
287 find_file_hashi(struct PathEntry *p, const char *file, const char *efile, in find_file_hashi()
419 char *file; /* the current filename to check */ in Dir_FindFileComplexi() local
H A Dparse.c531 add_target_node(const char *line, const char *end) in add_target_node()
546 add_target_nodes(const char *line, const char *end) in add_target_nodes()
1089 resolve_include_filename(const char *file, const char *efile, bool isSystem) in resolve_include_filename()
1144 handle_include_file(const char *file, const char *efile, bool isSystem, in handle_include_file()
1167 lookup_bsd_include(const char *file) in lookup_bsd_include()
1212 char *file; in lookup_sysv_style_include() local
1246 lookup_sysv_include(const char *file, const char *directive) in lookup_sysv_include()
1254 lookup_conditional_include(const char *file, const char *directive) in lookup_conditional_include()
1584 char *end; in parse_target_line() local
H A Ddirexpand.c205 const char *end;/* Character after the closing brace */ in DirExpandCurlyi() local
240 char *file; /* To hold current expansion */ in DirExpandCurlyi() local
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c235 #define GET_ELF_SYMBOLS(file, section) \ argument
263 get_data (void *var, FILE *file, long offset, size_t size, const char *reason) in get_data()
699 slurp_rela_relocs (FILE *file, in slurp_rela_relocs()
769 slurp_rel_relocs (FILE *file, in slurp_rel_relocs()
842 dump_relocations (FILE *file, in dump_relocations()
2875 get_32bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers) in get_32bit_program_headers()
2908 get_64bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers) in get_64bit_program_headers()
2943 get_program_headers (FILE *file) in get_program_headers()
2974 process_program_headers (FILE *file) in process_program_headers()
3180 offset_from_vma (FILE *file, bfd_vma vma, bfd_size_type size) in offset_from_vma()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c194 unsigned int file; member
406 process_abbrev_section (unsigned char *start, unsigned char *end) in process_abbrev_section()
590 unsigned char *end = data + length; in decode_location_expression() local
1510 process_debug_info (struct dwarf_section *section, void *file, in process_debug_info()
1514 unsigned char *end = start + section->size; in process_debug_info() local
1751 load_debug_info (void * file) in load_debug_info()
1770 display_debug_lines (struct dwarf_section *section, void *file) in display_debug_lines()
1774 unsigned char *end = start + section->size; in display_debug_lines() local
2049 unsigned char *end = start + section->size; in display_debug_pubnames() local
2132 unsigned char *end = start + section->size; in display_debug_macinfo() local
[all …]
H A Dreadelf.c259 #define GET_ELF_SYMBOLS(file, section) \ argument
273 get_data (void *var, FILE *file, long offset, size_t size, size_t nmemb, in get_data()
653 slurp_rela_relocs (FILE *file, in slurp_rela_relocs()
725 slurp_rel_relocs (FILE *file, in slurp_rel_relocs()
797 dump_raw_relr (FILE *file, in dump_raw_relr()
857 slurp_relr_relocs (FILE *file, in slurp_relr_relocs()
1067 dump_relocations (FILE *file, in dump_relocations()
3522 get_32bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers) in get_32bit_program_headers()
3555 get_64bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers) in get_64bit_program_headers()
3590 get_program_headers (FILE *file) in get_program_headers()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp30 uptr start, end; in TEST() local
97 bool file; in TEST() member
104 [](uptr p, uptr rss, bool file, uptr *mem) { in TEST()
130 ParseUnixMemoryProfile([](uptr p, uptr rss, bool file, uptr *mem) {}, in TEST()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.cpp57 CXSourceRange clang_getRange(CXSourceLocation begin, CXSourceLocation end) { in clang_getRange()
116 CXFile file, in clang_getLocation()
151 CXFile file, in clang_getLocationForOffset()
176 static void createNullLocation(CXFile *file, unsigned *line, in createNullLocation()
223 CXFile *file, in clang_getExpansionLocation()
295 CXFile *file, in clang_getInstantiationLocation()
304 CXFile *file, in clang_getSpellingLocation()
341 CXFile *file, in clang_getFileLocation()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.c389 output_append (buffer, start, end) in output_append() argument
418 wrap_text (buffer, start, end) in wrap_text() argument
453 maybe_wrap_text (buffer, start, end) in maybe_wrap_text() argument
822 diagnostic_set_info (diagnostic, msgid, args, file, line, kind) in diagnostic_set_info() argument
941 fnotice VPARAMS ((FILE *file, const char *msgid, ...)) in fnotice()
1010 pedwarn_with_file_and_line VPARAMS ((const char *file, int line, in pedwarn_with_file_and_line()
1066 lhd_print_error_function (context, file) in lhd_print_error_function() argument
1112 error_with_file_and_line VPARAMS ((const char *file, int line, in error_with_file_and_line()
1215 warning_with_file_and_line VPARAMS ((const char *file, int line, in warning_with_file_and_line()
1371 fancy_abort (file, line, function) in fancy_abort() argument
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c61 char *end; in scan_expression_with_cleanup() local
75 FILE *file = arg; in do_fclose_cleanup() local
80 make_cleanup_fclose (FILE *file) in make_cleanup_fclose()
104 char *end; in scan_filename_with_cleanup() local
123 FILE *file = fopen (filename, mode); in fopen_with_cleanup() local
198 FILE *file; in dump_binary_file() local
523 FILE *file = fopen_with_cleanup (filename, FOPEN_RB); in restore_binary_file() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp43 PdbIndex::create(llvm::pdb::PDBFile *file) { in create()
105 uint64_t end = va + C.Size; in ParseSectionContribs() local
179 lldb::addr_t end = start + sol.length; in FindSymbolsByVa() local
/openbsd-src/libexec/spamd-setup/
H A Dspamd-setup.c140 u_int32_t end) in range2cidrlist()
167 cidr2range(struct cidr cidr, u_int32_t *start, u_int32_t *end) in cidr2range()
184 parse_netblock(char *buf, struct bl *start, struct bl *end, int white) in parse_netblock()
261 open_child(char *file, char **argv, int drop_privs) in open_child()
310 open_file(char *method, char *file) in open_file()
694 char *buf, *method, *file, *message; in getlist() local
/openbsd-src/gnu/llvm/lld/ELF/
H A DICF.cpp198 void ICF<ELFT>::segregate(size_t begin, size_t end, uint32_t eqClassBase, in segregate()
380 template <class ELFT> size_t ICF<ELFT>::findBoundary(size_t begin, size_t end) { in findBoundary()
394 void ICF<ELFT>::forEachClassRange(size_t begin, size_t end, in forEachClassRange()
523 forEachClass([&](size_t begin, size_t end) { in run()
530 forEachClass([&](size_t begin, size_t end) { in run()
538 forEachClassRange(0, sections.size(), [&](size_t begin, size_t end) { in run()
565 parallelForEach(ctx.objectFiles, [&](ELFFileBase *file) { in run()
H A DInputFiles.cpp234 static bool isCompatible(InputFile *file) { in isCompatible()
266 template <class ELFT> static void doParseFile(InputFile *file) { in doParseFile()
310 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile()
322 static std::string getSrcMsgAux(ObjFile<ELFT> &file, const Symbol &sym, in getSrcMsgAux()
1044 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) in initializeSymbols() local
1050 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in initializeSymbols() local
1108 for (size_t i = 0, end = firstGlobal; i != end; ++i) { in initSectionsAndLocalSyms() local
1146 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in postParse() local
1791 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in parseLazy() local
H A DTarget.cpp131 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
137 bool TargetInfo::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end, in adjustPrologueForCrossSplitStack()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp72 const_iterator pos, end = rhs.m_pairs.end(); in Append() local
224 PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const { in ReverseRemapPath() argument
282 const_iterator end = m_pairs.end(); in FindIteratorForPath() local
295 iterator end = m_pairs.end(); in FindIteratorForPath() local
318 const_iterator end = m_pairs.end(); in FindIndexForPath() local
/openbsd-src/usr.bin/wc/
H A Dwc.c124 const char *file; in cnt() local
234 const char *end = buf + len; cnt() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp99 int end = stringTable.find('\n', start); in ExtractFromThin() local
311 const FileSpec &file, const ArchSpec &arch, in FindCachedArchive()
351 const FileSpec &file, const ArchSpec &arch, in ParseAndCacheArchiveForFile()
393 lldb::offset_t data_offset, const FileSpec *file, in CreateInstance()
484 lldb::offset_t data_offset, const lldb_private::FileSpec *file, in ObjectContainerBSDArchive()
527 ObjectFileSP ObjectContainerBSDArchive::GetObjectFile(const FileSpec *file) { in GetObjectFile()
561 const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, in GetModuleSpecifications()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp255 uptr end = OriginAlignDown(d + size); in CopyOrigin() local
293 uptr end = OriginAlignDown(d + size); in ReverseCopyOrigin() local
364 uptr end = OriginAlignUp(x + size); // align up. in SetOrigin() local
505 static void WriteZeroShadowInRange(uptr beg, uptr end) { in WriteZeroShadowInRange()
732 const char *file, unsigned int line, in ReachesFunctionCallback()
760 const char *file, unsigned int line, in __dfsan_reaches_function_callback_origin()
766 __dfsan_reaches_function_callback(dfsan_label label, const char *file, in __dfsan_reaches_function_callback()
1078 uptr end = kMemoryLayout[i].end; in dfsan_flush() local
1104 uptr end = kMemoryLayout[i].end; in CheckMemoryLayoutSanity() local
1135 uptr end = beg + size - 1; in CheckMemoryRangeAvailability() local
[all …]
/openbsd-src/usr.bin/grep/
H A Dgrep.h49 char *file; member
108 char *base, *end, *ptr; member
/openbsd-src/usr.bin/mandoc/
H A Dcgi.c372 resp_begin_html(int code, const char *msg, const char *file) in resp_begin_html()
547 validate_filename(const char *file) in validate_filename()
757 resp_catman(const struct req *req, const char *file) in resp_catman()
896 resp_format(const struct req *req, const char *file) in resp_format()
941 resp_show(const struct req *req, const char *file) in resp_show()
957 const char *file; in pg_show() local
1191 const char *name, *sec, *end; in parse_path_info() local

12345678