Searched defs:contents (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dobstack.h102 /* Don't do the contents of this file more than once. */
147 char contents[4]; /* objects begin here */
296 __o->chunk->contents, \
424 (h)->chunk->contents, \
146 char contents[4]; /* objects begin here */ member in struct:_obstack_chunk
/ndk/sources/host-tools/make-3.81/
H A Ddir.c338 /* Table of directory contents hashed by device and inode number. */
345 /* The directory's contents. This data may be shared by several
348 struct directory_contents *contents;
485 setting the `contents' member to a nil pointer. */
486 dir->contents = 0;
490 /* Search the contents hash table; device and inode are the key. */
519 /* Enter it in the contents hash table. */
571 /* Point the name-hashed entry for DIR at its contents data. */
572 dir->contents = dc;
740 return dir_contents_file_exists_p (find_directory (dirname)->contents,
346 struct directory_contents *contents; member in struct:directory
1090 struct directory_contents *contents; /* The directory being read. */ member in struct:dirstream
[all...]

Completed in 94 milliseconds