/ndk/sources/host-tools/make-3.81/ |
D | dir.c | 346 struct directory_contents *contents; member 483 dir->contents = 0; in find_directory() 569 dir->contents = dc; in find_directory() 736 return dir_contents_file_exists_p (find_directory (dirname)->contents, in dir_file_exists_p() 860 if (dir->contents == 0) in file_impossible() 864 dir->contents = (struct directory_contents *) in file_impossible() 866 bzero ((char *) dir->contents, sizeof (struct directory_contents)); in file_impossible() 869 if (dir->contents->dirfiles.ht_vec == 0) in file_impossible() 871 hash_init (&dir->contents->dirfiles, DIRFILE_BUCKETS, in file_impossible() 881 hash_insert (&dir->contents->dirfiles, new); in file_impossible() [all …]
|
D | README | 106 guarantees about the contents or quality of the latest code in the CVS
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 992 local ($contents); 1067 $contents = &read_file_into_string ("$basedir/$path"); 1068 if ($contents ne "$1\n") 1086 $contents = readlink ("$basedir/$path"); 1087 $contents =~ tr/>/\//; 1090 if (!($contents =~ /$fulltarget$/)) 1097 . "not $contents.\n";
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.c | 178 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin() 226 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_1() 269 __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask); in _obstack_newchunk() 296 == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents, in _obstack_newchunk()
|
D | obstack.h | 146 char contents[4]; /* objects begin here */ member 292 __o->chunk->contents, \ 419 (h)->chunk->contents, \
|
/ndk/sources/host-tools/make-3.81/po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | insert-header.sin | 14 # Output the file's contents by reading the next line. But don't lose the
|
D | ko.po | 254 " add the contents of script-file to the commands to be " 514 #~ " add the contents of script-file to the commands to be "
|
D | he.po | 254 " add the contents of script-file to the commands to be " 514 #~ " add the contents of script-file to the commands to be "
|
D | sr.po | 250 " add the contents of script-file to the commands to be " 523 #~ " add the contents of script-file to the commands to be "
|
D | hr.po | 257 " add the contents of script-file to the commands to be " 522 #~ " add the contents of script-file to the commands to be "
|
D | el.po | 250 " add the contents of script-file to the commands to be " 541 #~ " add the contents of script-file to the commands to be "
|
D | af.po | 261 " add the contents of script-file to the commands to be " 514 #~ " add the contents of script-file to the commands to be "
|
D | da.po | 260 " add the contents of script-file to the commands to be " 511 #~ " add the contents of script-file to the commands to be "
|
D | cs.po | 251 " add the contents of script-file to the commands to be " 542 #~ " add the contents of script-file to the commands to be "
|
D | tr.po | 250 " add the contents of script-file to the commands to be " 529 #~ " add the contents of script-file to the commands to be "
|
D | sl.po | 251 " add the contents of script-file to the commands to be " 532 #~ " add the contents of script-file to the commands to be "
|
/ndk/sources/host-tools/make-3.81/tests/scripts/ |
D | test_template | 8 # contents of a makefile to be tested, the second is a string containing the
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general2 | 10 # The contents of the Makefile ...
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | include | 15 # The contents of the Makefile ...
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | BUGS | 76 In short, `sed d -i' will let one delete the contents of 87 modifying the contents of the directory, so the operation depends on
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 127 filters the contents of the standard input. The SCRIPT is actually the 313 use, the contents of pattern space are printed out to the output 886 Queue the contents of FILENAME to be read and inserted into the 892 supported for the file name, which reads the contents of the 921 Replace the contents of the hold space with the contents of the 925 Append a newline to the contents of the hold space, and then 926 append the contents of the pattern space to that of the hold space. 929 Replace the contents of the pattern space with the contents of the 933 Append a newline to the contents of the pattern space, and then 934 append the contents of the hold space to that of the pattern space. [all …]
|
D | sed.texi | 184 @command{sed} filters the contents of the standard input. The @var{script} 436 is in use, the contents of pattern space are printed out to the output 1241 Queue the contents of @var{filename} to be read and 1248 is supported for the file name, which reads the contents of the 1296 Replace the contents of the hold space with the contents of the pattern space. 1302 Append a newline to the contents of the hold space, 1303 and then append the contents of the pattern space to that of the hold space. 1310 Replace the contents of the pattern space with the contents of the hold space. 1316 Append a newline to the contents of the pattern space, 1317 and then append the contents of the hold space to that of the pattern space. [all …]
|
D | sed-in.texi | 183 @command{sed} filters the contents of the standard input. The @var{script} 435 is in use, the contents of pattern space are printed out to the output 1240 Queue the contents of @var{filename} to be read and 1247 is supported for the file name, which reads the contents of the 1295 Replace the contents of the hold space with the contents of the pattern space. 1301 Append a newline to the contents of the hold space, 1302 and then append the contents of the pattern space to that of the hold space. 1309 Replace the contents of the pattern space with the contents of the hold space. 1315 Append a newline to the contents of the pattern space, 1316 and then append the contents of the hold space to that of the pattern space. [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1115 % be able to disable indexing, cross-referencing, and contents, for test runs. 1755 % Fonts for short table of contents. 2146 % Do an implicit @contents or @shortcontents after @end titlepage if the 2197 \contents 2199 \global\let\contents = \relax 2203 \contents 2204 \global\let\contents = \relax 3717 % and table of contents entries. The paragraph is indented by \leftskip. 3905 % Re-output the contents of the output page -- any previous material, 4189 % simply yielding the contents of <toks register>. (We also do this for [all …]
|