/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | multi.c | 810 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 D | tree.c | 155 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 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() 811 if ((this_dir->jsize & (SECTOR_SIZE - 1)) + jreclen >= SECTOR_SIZE) in FDECL1() [all …]
|
H A D | mkisofs.h | 337 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.
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | dir.c | 81 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 D | intercept-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
H A D | analyze-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
H A D | intercept-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
H A D | analyze-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
H A D | intercept-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.dirname(this_dir))
|
H A D | scan-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.dirname(this_dir))
|
H A D | analyze-build | 10 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 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
|
/netbsd-src/external/apache2/llvm/dist/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.normpath(os.path.join(this_dir, '..', 'exec'))
|
H A D | __init__.py | 24 this_dir, _ = os.path.split(__file__) 25 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
|
H A D | test_from_cdb.py | 17 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 D | tree-loop-distribution.c | 2049 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 D | tree-loop-distribution.cc | 2077 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 D | ChangeLog-2016 | 6406 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 D | report.py | 527 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)
|