Home
last modified time | relevance | path

Searched refs:this_dir (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmulti.c810 void FDECL3(merge_remaining_entries, struct directory *, this_dir, in FDECL3() argument
836 strcpy(whole_path, this_dir->de_name); in FDECL3()
870 merge_old_directory_into_tree(pnt[i], this_dir); in FDECL3()
873 pnt[i]->next = this_dir->contents; in FDECL3()
874 pnt[i]->filedir = this_dir; in FDECL3()
875 this_dir->contents = pnt[i]; in FDECL3()
899 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) in FDECL3()
928 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) in FDECL3()
938 pnt[ttbl_index]->next = this_dir->contents; in FDECL3()
939 pnt[ttbl_index]->filedir = this_dir; in FDECL3()
[all …]
Dtree.c155 static int FDECL1(sort_n_finish, struct directory *, this_dir) in FDECL1() argument
175 if(this_dir->dir_flags & INHIBIT_ISO9660_ENTRY) in FDECL1()
189 if( (this_dir->dir_flags & (DIR_HAS_DOT | DIR_HAS_DOTDOT)) != in FDECL1()
192 attach_dot_entries(this_dir, &fstatbuf); in FDECL1()
196 s_entry = this_dir->contents; in FDECL1()
300 this_dir->whole_name, SPATH_SEPARATOR, in FDECL1()
333 this_dir->whole_name, SPATH_SEPARATOR, in FDECL1()
371 && (reloc_dir != this_dir) in FDECL1()
372 && (this_dir->extent == 0) ) in FDECL1()
377 for (s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) in FDECL1()
[all …]
Djoliet.c699 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()
811 if ((this_dir->jsize & (SECTOR_SIZE - 1)) + jreclen >= SECTOR_SIZE) in FDECL1()
[all …]
Dmkisofs.h335 extern int DECL(scan_directory_tree,(struct directory * this_dir,
DChangeLog843 generating this_dir->name. If depth is too great, then move
849 assign to this_dir->contents sooner.
/openbsd/src/gnu/usr.bin/texinfo/info/
Ddir.c79 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/src/gnu/llvm/lldb/scripts/
Danalyze-project-deps.py42 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/src/gnu/llvm/clang/tools/scan-build-py/bin/
Dintercept-build10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
Danalyze-build10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
Dscan-build10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/
D__init__.py9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
Dtest_exec_anatomy.py45 this_dir, _ = os.path.split(__file__)
46 source_dir = os.path.abspath(os.path.join(this_dir, '..', 'exec'))
D__init__.py24 this_dir, _ = os.path.split(__file__)
25 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
Dtest_from_cdb.py17 this_dir, _ = os.path.split(__file__)
18 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
/openbsd/src/gnu/llvm/llvm/utils/
Ddemangle_tree.py90 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/src/gnu/usr.bin/perl/Porting/
DcmpVERSION.pl231 my $this_dir = $1;
232 next if $this_dir =~ $skip_dirs || exists $skip{$_};