HomeSort by: relevance | last modified time | path
    Searched refs:get_file (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
edit-context.h 60 edited_file *get_file (const char *filename);
edit-context.cc 257 edited_file *file = get_file (filename);
319 edit_context::get_file (const char *filename) function in class:edit_context
332 edited_file *file = get_file (filename);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key_ps.c 38 if ((fd = get_file()) < 0)
58 if ((fd = get_file()) < 0) {
59 LogError("get_file() failed while trying to close disk cache.");
76 if ((fd = get_file()) < 0)
173 if ((fd = get_file()) < 0) {
254 if ((fd = get_file()) < 0)
269 if ((fd = get_file()) < 0)
284 if ((fd = get_file()) < 0)
299 if ((fd = get_file()) < 0)
317 if ((fd = get_file()) < 0
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_ps.c 38 * Atomicity is guaranteed for operations inbetween calls to get_file() and put_file().
68 if ((result = get_file(&fd)))
84 if ((result = get_file(&fd)))
101 if ((result = get_file(&fd)))
123 if ((result = get_file(&fd)))
139 if ((result = get_file(&fd)))
156 if ((result = get_file(&fd)))
178 if ((result = get_file(&fd)))
199 if ((result = get_file(&fd)))
214 if ((result = get_file(&fd))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
edit-context.h 63 edited_file *get_file (const char *filename);
edit-context.cc 264 edited_file *file = get_file (filename);
326 edit_context::get_file (const char *filename) function in class:edit_context
339 edited_file *file = get_file (filename);
  /src/external/gpl2/groff/dist/src/devices/grohtml/
html.h 80 FILE *get_file();
93 inline FILE *simple_output::get_file() function in class:simple_output
post-html.cpp 164 FILE *get_file (void);
190 * get_file - returns the FILE associated with ptr.
193 FILE *files::get_file (void) function in class:files
2884 html.set_file(file_list.get_file());
2896 html.set_file(file_list.get_file()); // flush current file
2906 html.set_file(file_list.get_file());
4201 html.set_file(file_list.get_file());
4611 while (file_list.get_file() != 0) {
4612 if (fseek(file_list.get_file(), 0L, 0) < 0)
4614 html.copy_file(file_list.get_file());
    [all...]
  /src/games/quiz/
quiz.c 70 static void get_file(const char *);
104 get_file(indexfile);
108 get_file(indexfile);
119 get_file(const char *file) function
215 get_file(rxp_expand());
  /src/external/gpl2/xcvs/dist/src/
subr.h 37 void get_file (const char *, const char *, const char *,
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.h 45 FILE *get_file();
54 inline FILE *ps_output::get_file() function in class:ps_output
psrm.cpp 272 supply_resource(r, -1, out.get_file());
300 print_resources_comment(resource::NEEDED, out.get_file());
301 print_resources_comment(resource::SUPPLIED, out.get_file());
302 print_language_level_comment(out.get_file());
303 print_extensions_comment(out.get_file());
308 FILE *outfp = out.get_file();
337 supply_resource(r, -1, out.get_file(), 1);
ps.cpp 1318 fprintf(out.get_file(),
1390 fputs("%%CreationDate: ", out.get_file());
1397 fputs(ctime(&t), out.get_file());
1414 fprintf(out.get_file(),
1436 fprintf(out.get_file(), "%%%%Requirements: numcopies(%d)\n", ncopies);
1442 fprintf(out.get_file(), "%%%%PageMedia: %s\n", media_name());
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-logging.h 61 FILE *get_file () const { return m_f_out; } function in class:ana::logger
174 return m_logger->get_file ();
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-logging.h 59 FILE *get_file () const { return m_f_out; } function in class:ana::logger
172 return m_logger->get_file ();
  /src/crypto/external/cpl/trousers/dist/src/include/
tcsps.h 22 int get_file();
tspps.h 19 TSS_RESULT get_file(int *);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-common.h 183 FILE *get_file () const { return m_file; } function in class:gcc::jit::dump
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-common.h 183 FILE *get_file () const { return m_file; } function in class:gcc::jit::dump
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_translation_unit.py 233 """Ensure tu.get_file() works appropriately."""
237 f = tu.get_file('t.c')
242 f = tu.get_file('foobar.cpp')
246 """Ensure tu.get_file() works appropriately with PathLike filenames."""
250 f = tu.get_file(str_to_path('t.c'))
255 f = tu.get_file(str_to_path('foobar.cpp'))
  /src/external/bsd/nvi/dist/motif_l/
m_menu.c 191 static String get_file( Widget w, String prompt )
193 static String get_file( w, prompt )
236 if ((file = get_file(w, prompt)) != NULL) {
188 static String get_file( Widget w, String prompt ) function
  /src/external/bsd/kyua-cli/dist/store/
transaction.cpp 132 get_file(sqlite::database& db, const int64_t file_id) function in namespace:__anon6974
547 return get_file(db, stmt.safe_column_int64("file_id"));
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_dmabuf.c 145 vma->vm_file = get_file(obj->base.filp);
  /src/sys/external/bsd/drm2/dist/drm/vgem/
vgem_drv.c 427 vma->vm_file = get_file(obj->filp);
  /src/crypto/external/cpl/trousers/dist/src/tcs/ps/
tcsps.c 58 get_file() function

Completed in 62 milliseconds

1 2