Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A 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 …]
H A 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 …]
H A 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 …]
H A Dmkisofs.h337 extern int DECL(scan_directory_tree,(struct directory * this_dir,
H A DChangeLog843 generating this_dir->name. If depth is too great, then move
849 assign to this_dir->contents sooner.
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Ddir.c81 char *this_dir; in maybe_build_dir_node() local
104 while ((this_dir = extract_colon_unit (infopath, &path_index))) in maybe_build_dir_node()
110 if (*this_dir == '~') in maybe_build_dir_node()
114 tilde_expanded_dirname = tilde_expand_word (this_dir); in maybe_build_dir_node()
115 if (tilde_expanded_dirname != this_dir) in maybe_build_dir_node()
117 free (this_dir); in maybe_build_dir_node()
118 this_dir = tilde_expanded_dirname; in maybe_build_dir_node()
129 char *fullpath = xmalloc (3 + strlen (this_dir) + namelen); in maybe_build_dir_node()
131 strcpy (fullpath, this_dir); in maybe_build_dir_node()
155 free (this_dir); in maybe_build_dir_node()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/
H A Dintercept-c++9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
10 sys.path.append(os.path.dirname(this_dir))
H A Danalyze-c++9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
10 sys.path.append(os.path.dirname(this_dir))
H A Dintercept-cc9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
10 sys.path.append(os.path.dirname(this_dir))
H A Danalyze-cc9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
10 sys.path.append(os.path.dirname(this_dir))
H A Dintercept-build10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
11 sys.path.append(os.path.dirname(this_dir))
H A Dscan-build10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
11 sys.path.append(os.path.dirname(this_dir))
H A Danalyze-build10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
11 sys.path.append(os.path.dirname(this_dir))
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_exec_anatomy.py45 this_dir, _ = os.path.split(__file__)
46 source_dir = os.path.normpath(os.path.join(this_dir, '..', 'exec'))
H A D__init__.py24 this_dir, _ = os.path.split(__file__)
25 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
H A Dtest_from_cdb.py17 this_dir, _ = os.path.split(__file__)
18 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c2049 int res, this_dir = 1; in pg_add_dependence_edges() local
2064 this_dir = -this_dir; in pg_add_dependence_edges()
2069 this_dir = 0; in pg_add_dependence_edges()
2083 this_dir = 2; in pg_add_dependence_edges()
2093 this_dir = -this_dir; in pg_add_dependence_edges()
2099 this_dir = 2; in pg_add_dependence_edges()
2107 this_dir = -this_dir; in pg_add_dependence_edges()
2110 this_dir = 0; in pg_add_dependence_edges()
2111 if (this_dir == 2) in pg_add_dependence_edges()
2114 dir = this_dir; in pg_add_dependence_edges()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc2077 int res, this_dir = 1; in pg_add_dependence_edges() local
2092 this_dir = -this_dir; in pg_add_dependence_edges()
2097 this_dir = 0; in pg_add_dependence_edges()
2111 this_dir = 2; in pg_add_dependence_edges()
2124 this_dir = 2; in pg_add_dependence_edges()
2134 this_dir = -this_dir; in pg_add_dependence_edges()
2135 this_dir = -this_dir; in pg_add_dependence_edges()
2144 this_dir = 2; in pg_add_dependence_edges()
2148 this_dir = 0; in pg_add_dependence_edges()
2149 if (this_dir == 2) in pg_add_dependence_edges()
[all …]
H A DChangeLog-20166406 this_dir is 2. Check for this_dir non-zero before dir != this_dir
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py527 this_dir = os.path.dirname(os.path.realpath(__file__))
528 for resource in os.listdir(os.path.join(this_dir, 'resources')):
529 shutil.copy(os.path.join(this_dir, 'resources', resource), output_dir)