/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | multi.c | 874 pnt[i]->filedir = this_dir; in FDECL3() 875 this_dir->contents = pnt[i]; in FDECL3() 966 this_dir->next = NULL; in FDECL2() 967 this_dir->subdir = NULL; in FDECL2() 968 this_dir->self = dpnt; in FDECL2() 969 this_dir->contents = NULL; in FDECL2() 970 this_dir->size = 0; in FDECL2() 971 this_dir->extent = 0; in FDECL2() 973 this_dir->parent = parent; in FDECL2() 975 parent->subdir = this_dir; in FDECL2() [all …]
|
H A D | tree.c | 196 s_entry = this_dir->contents; in FDECL1() 371 && (reloc_dir != this_dir) in FDECL1() 494 this_dir->whole_name); in FDECL1() 540 s_entry = this_dir->contents; in FDECL1() 541 this_dir->ce_bytes = 0; in FDECL1() 552 this_dir->size = (this_dir->size + (SECTOR_SIZE - 1)) & in FDECL1() 583 if(this_dir->ce_bytes & 1) this_dir->ce_bytes++; in FDECL1() 996 if (this_dir->hfs_info) { in FDECL3() 998 this_dir->hfs_info = 0; in FDECL3() 1329 if (this_dir != reloc_dir && this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) { [all …]
|
H A D | joliet.c | 699 static int FDECL1(joliet_sort_n_finish, struct directory *, this_dir) in FDECL1() argument 705 if(this_dir != reloc_dir && this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) in FDECL1() 710 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) in FDECL1() 745 if (this_dir == root && strlen(s_entry->name) == 1) in FDECL1() 783 if( (this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) != 0 ) in FDECL1() 788 this_dir->jcontents = this_dir->contents; in FDECL1() 789 status = joliet_sort_directory(&this_dir->jcontents); in FDECL1() 795 s_entry = this_dir->jcontents; in FDECL1() 800 for(s_entry = this_dir->jcontents; s_entry; s_entry = s_entry->jnext) in FDECL1() 813 this_dir->jsize = (this_dir->jsize + (SECTOR_SIZE - 1)) & in FDECL1() [all …]
|
H A D | mkisofs.h | 335 extern int DECL(scan_directory_tree,(struct directory * this_dir,
|
H A D | ChangeLog | 843 generating this_dir->name. If depth is too great, then move 849 assign to this_dir->contents sooner.
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/ |
H A D | lit.cfg | 8 this_dir = os.path.realpath(os.path.dirname(__file__)) 9 config.llvm_tools_dir = os.path.join(this_dir, 'build') 12 lit.llvm.llvm_config.with_environment('CASE1', os.path.join(this_dir, 'env-case1')) 13 lit.llvm.llvm_config.with_environment('CASE6', os.path.join(this_dir, 'env-case6')) 14 lit.llvm.llvm_config.with_environment('PATH', os.path.join(this_dir, 'path'), append_path=True) 23 paths = [os.path.join(this_dir, 'search1'), os.path.join(this_dir, 'search2'), os.path.join(this_di…
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | dir.c | 79 char *this_dir; in maybe_build_dir_node() local 102 while ((this_dir = extract_colon_unit (infopath, &path_index))) in maybe_build_dir_node() 108 if (*this_dir == '~') in maybe_build_dir_node() 112 tilde_expanded_dirname = tilde_expand_word (this_dir); in maybe_build_dir_node() 113 if (tilde_expanded_dirname != this_dir) in maybe_build_dir_node() 115 free (this_dir); in maybe_build_dir_node() 116 this_dir = tilde_expanded_dirname; in maybe_build_dir_node() 127 char *fullpath = xmalloc (3 + strlen (this_dir) + namelen); in maybe_build_dir_node() 129 strcpy (fullpath, this_dir); in maybe_build_dir_node() 153 free (this_dir); in maybe_build_dir_node()
|
/openbsd/gnu/llvm/lldb/scripts/ |
H A D | analyze-project-deps.py | 42 def scan_deps(this_dir, file): argument 45 this_dir = normalize_host(this_dir) 46 if this_dir in src_map: 47 deps = src_map[this_dir] 55 if relative == this_dir: 60 elif relative != this_dir: 62 if this_dir not in src_map and len(deps) > 0: 63 src_map[this_dir] = deps
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/libexec/ |
H A D | analyze-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
H A D | analyze-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
H A D | intercept-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
H A D | intercept-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/bin/ |
H A D | analyze-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
H A D | intercept-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
H A D | scan-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/ |
H A D | __init__.py | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | test_exec_anatomy.py | 45 this_dir, _ = os.path.split(__file__) 46 source_dir = os.path.abspath(os.path.join(this_dir, '..', 'exec'))
|
H A D | __init__.py | 24 this_dir, _ = os.path.split(__file__) 25 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
|
H A D | test_from_cdb.py | 17 this_dir, _ = os.path.split(__file__) 18 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | demangle_tree.py | 90 this_dir = context.pending_objs[0][0] 91 ordered_dirs.append(this_dir) 97 dir_results[this_dir] = re 98 re.file = this_dir
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | cmpVERSION.pl | 231 my $this_dir = $1; 232 next if $this_dir =~ $skip_dirs || exists $skip{$_};
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | report.py | 528 this_dir = os.path.dirname(os.path.realpath(__file__)) 529 for resource in os.listdir(os.path.join(this_dir, 'resources')): 530 shutil.copy(os.path.join(this_dir, 'resources', resource), output_dir)
|