HomeSort by: relevance | last modified time | path
    Searched defs:next_file (Results 1 - 13 of 13) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen-unix.h 67 next_file(isc_dir_t *dir) { function
gen-win32.h 258 next_file(isc_dir_t *dir) { function
  /src/bin/pax/
ftree.c 145 * tree at ftnode, for use by next_file()
268 * pax asks for the next file in next_file().
400 * next_file()
407 next_file(ARCHD *arcn) function
  /src/distrib/utils/more/
main.c 197 next_file(n) function
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 79 struct file_handler *next_file; member in struct:file_handler
320 file_ptr = file_ptr->next_file)
333 file_ptr->next_file = gdb_notifier.first_file_handler;
393 gdb_notifier.next_file_handler = curr_next->next_file;
412 file_ptr = file_ptr->next_file)
468 if (file_ptr->next_file == NULL
477 gdb_notifier.first_file_handler = file_ptr->next_file;
481 prev_ptr->next_file != file_ptr;
482 prev_ptr = prev_ptr->next_file)
484 prev_ptr->next_file = file_ptr->next_file
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 79 struct file_handler *next_file; member in struct:file_handler
320 file_ptr = file_ptr->next_file)
333 file_ptr->next_file = gdb_notifier.first_file_handler;
393 gdb_notifier.next_file_handler = curr_next->next_file;
412 file_ptr = file_ptr->next_file)
468 if (file_ptr->next_file == NULL
477 gdb_notifier.first_file_handler = file_ptr->next_file;
481 prev_ptr->next_file != file_ptr;
482 prev_ptr = prev_ptr->next_file)
484 prev_ptr->next_file = file_ptr->next_file
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 739 FSTACK *next_file = filestack;
781 if (next_file
782 && FILENAME_CMP (next_file->filename, input_filename)
785 input_text = next_file->text;
786 input_text_offset = next_file->offset;
787 input_text_length = next_file->size;
788 next_file = next_file->next;
735 FSTACK *next_file = filestack; local
  /src/external/mpl/bind/dist/lib/dns/
gen.c 208 next_file(isc_dir_t *dir) { function
540 while (next_file(&dir)) {
667 while (next_file(&dir)) {
  /src/external/gpl3/gcc/dist/libcpp/
files.cc 70 struct _cpp_file *next_file; member in struct:_cpp_file
313 for (_cpp_file *f = pfile->all_files; f; f = f->next_file)
576 file->next_file = pfile->all_files;
652 file->next_file = pfile->all_files;
882 for (_cpp_file *f = pfile->all_files; f; f = f->next_file)
1307 _cpp_file *next = iter->next_file;
2021 for (f = pfile->all_files; f; f = f->next_file)
2031 for (f = pfile->all_files; f; f = f->next_file)
  /src/external/gpl3/gcc.old/dist/libcpp/
files.cc 70 struct _cpp_file *next_file; member in struct:_cpp_file
308 for (_cpp_file *f = pfile->all_files; f; f = f->next_file)
562 file->next_file = pfile->all_files;
636 file->next_file = pfile->all_files;
866 for (_cpp_file *f = pfile->all_files; f; f = f->next_file)
1290 _cpp_file *next = iter->next_file;
1999 for (f = pfile->all_files; f; f = f->next_file)
2009 for (f = pfile->all_files; f; f = f->next_file)
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 224 virtual int next_file(FILE *, const char *) { return 0; } function in class:input_iterator
286 int next_file(FILE *, const char *);
323 int file_iterator::next_file(FILE *f, const char *s) function in class:file_iterator
425 static void next_file(FILE *, const char *);
676 void input_stack::next_file(FILE *fp, const char *s) function in class:input_stack
680 if ((*pp)->next_file(fp, s))
756 void next_file() function
769 input_stack::next_file(fp, nm.contents());
7607 init_request("nx", next_file);
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 950 struct efdr *next_file; /* next file descriptor */
998 0, /* next_file: next file structure */
2246 fil_ptr = fil_ptr->next_file)
2291 last_file_ptr = &fil_ptr->next_file;
4647 fil_ptr = fil_ptr->next_file)
948 struct efdr *next_file; \/* next file descriptor *\/ member in struct:efdr
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 950 struct efdr *next_file; /* next file descriptor */
998 0, /* next_file: next file structure */
2246 fil_ptr = fil_ptr->next_file)
2291 last_file_ptr = &fil_ptr->next_file;
4644 fil_ptr = fil_ptr->next_file)
948 struct efdr *next_file; \/* next file descriptor *\/ member in struct:efdr

Completed in 41 milliseconds