Home
last modified time | relevance | path

Searched refs:get_file (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key_ps.c38 if ((fd = get_file()) < 0) in ps_init_disk_cache()
58 if ((fd = get_file()) < 0) { in ps_close_disk_cache()
76 if ((fd = get_file()) < 0) in ps_is_key_registered()
173 if ((fd = get_file()) < 0) { in ps_remove_key()
254 if ((fd = get_file()) < 0) in ps_get_key_by_uuid()
269 if ((fd = get_file()) < 0) in ps_get_key_by_cache_entry()
284 if ((fd = get_file()) < 0) in ps_get_vendor_data()
299 if ((fd = get_file()) < 0) in ps_is_pub_registered()
317 if ((fd = get_file()) < 0) in ps_get_uuid_by_pub()
332 if ((fd = get_file()) < 0) in ps_get_key_by_pub()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_ps.c68 if ((result = get_file(&fd))) in ps_get_registered_keys()
84 if ((result = get_file(&fd))) in ps_get_registered_keys2()
101 if ((result = get_file(&fd))) in ps_is_key_registered()
123 if ((result = get_file(&fd))) in ps_write_key()
139 if ((result = get_file(&fd))) in ps_remove_key()
156 if ((result = get_file(&fd))) in ps_get_key_by_pub()
178 if ((result = get_file(&fd))) in ps_get_key_by_uuid()
199 if ((result = get_file(&fd))) in ps_get_parent_uuid_by_uuid()
214 if ((result = get_file(&fd))) in ps_get_parent_ps_type_by_uuid()
230 if ((result = get_file(&fd))) in ps_close()
/netbsd-src/games/quiz/
H A Dquiz.c70 static void get_file(const char *);
104 get_file(indexfile); in main()
108 get_file(indexfile); in main()
119 get_file(const char *file) in get_file() function
215 get_file(rxp_expand()); in get_cats()
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml.h80 FILE *get_file();
93 inline FILE *simple_output::get_file() in get_file() function
H A Dpost-html.cpp164 FILE *get_file (void);
193 FILE *files::get_file (void) in get_file() function in files
2884 html.set_file(file_list.get_file()); in do_links()
2896 html.set_file(file_list.get_file()); // flush current file in insert_split_file()
2906 html.set_file(file_list.get_file()); in insert_split_file()
4201 html.set_file(file_list.get_file()); in html_printer()
4611 while (file_list.get_file() != 0) { in do_file_components()
4612 if (fseek(file_list.get_file(), 0L, 0) < 0) in do_file_components()
4614 html.copy_file(file_list.get_file()); in do_file_components()
4615 fclose(file_list.get_file()); in do_file_components()
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.h45 FILE *get_file();
54 inline FILE *ps_output::get_file() in get_file() function
H A Dpsrm.cpp272 supply_resource(r, -1, out.get_file()); in document_setup()
300 print_resources_comment(resource::NEEDED, out.get_file()); in print_header_comments()
301 print_resources_comment(resource::SUPPLIED, out.get_file()); in print_header_comments()
302 print_language_level_comment(out.get_file()); in print_header_comments()
303 print_extensions_comment(out.get_file()); in print_header_comments()
308 FILE *outfp = out.get_file(); in output_prolog()
337 supply_resource(r, -1, out.get_file(), 1); in import_file()
H A Dps.cpp1318 fprintf(out.get_file(), in media_set()
1390 fputs("%%CreationDate: ", out.get_file()); in ~ps_printer()
1397 fputs(ctime(&t), out.get_file()); in ~ps_printer()
1414 fprintf(out.get_file(), in ~ps_printer()
1436 fprintf(out.get_file(), "%%%%Requirements: numcopies(%d)\n", ncopies); in ~ps_printer()
1442 fprintf(out.get_file(), "%%%%PageMedia: %s\n", media_name()); in ~ps_printer()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py237 f = tu.get_file('t.c')
242 f = tu.get_file('foobar.cpp')
250 f = tu.get_file(str_to_path('t.c'))
255 f = tu.get_file(str_to_path('foobar.cpp'))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer-logging.h57 FILE *get_file () const { return m_f_out; } in get_file() function
170 return m_logger->get_file (); in get_logger_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer-logging.h59 FILE *get_file () const { return m_f_out; } in get_file() function
172 return m_logger->get_file (); in get_logger_file()
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_menu.c188 static String get_file( Widget w, String prompt ) in get_file() function
190 static String get_file( w, prompt ) in get_file()
232 if ((file = get_file(w, prompt)) != NULL) { in file_command()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dedit-context.h60 edited_file *get_file (const char *filename);
H A Dedit-context.c257 edited_file *file = get_file (filename); in get_effective_column()
319 edit_context::get_file (const char *filename) in get_file() function
332 edited_file *file = get_file (filename); in get_or_insert_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dedit-context.h60 edited_file *get_file (const char *filename);
H A Dedit-context.cc257 edited_file *file = get_file (filename); in get_effective_column()
319 edit_context::get_file (const char *filename) in get_file() function in edit_context
332 edited_file *file = get_file (filename); in get_or_insert_file()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsubr.h37 void get_file (const char *, const char *, const char *,
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtspps.h19 TSS_RESULT get_file(int *);
H A Dtcsps.h22 int get_file();
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h183 FILE *get_file () const { return m_file; } in get_file() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h181 FILE *get_file () const { return m_file; } in get_file() function
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp132 get_file(sqlite::database& db, const int64_t file_id) in get_file() function
547 return get_file(db, stmt.safe_column_int64("file_id")); in get_test_case_file()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_dmabuf.c145 vma->vm_file = get_file(obj->base.filp); in i915_gem_dmabuf_mmap()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vgem/
H A Dvgem_drv.c427 vma->vm_file = get_file(obj->filp); in vgem_prime_mmap()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc2045 get_file (const char *name, enum lc_reason reason) in get_file() function
2171 f = get_file (filename, LC_RENAME); in preprocessor_line()
2605 f = get_file (filename, (initial && !preprocessed_p) ? LC_RENAME : LC_ENTER); in load_file()

12