Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauthfile.c55 sshkey_save_private_blob(struct sshbuf *keybuf, const char *filename) in sshkey_save_private_blob()
67 sshkey_save_private(struct sshkey *key, const char *filename, in sshkey_save_private()
89 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok()
114 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type()
140 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private()
170 sshkey_load_pubkey_from_private(const char *filename, struct sshkey **pubkeyp) in sshkey_load_pubkey_from_private()
201 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public()
261 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
297 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
317 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, in sshkey_load_private_cert()
[all …]
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcheck_GNU_style_lib.py64 def __init__(self, filename, lineno, console_error, error_message, argument
81 def check(self, filename, lineno, line): argument
95 def check(self, filename, lineno, line): argument
106 def check(self, filename, lineno, line): argument
118 def check(self, filename, lineno, line): argument
131 def check(self, filename, lineno, line): argument
143 def check(self, filename, lineno, line): argument
155 def check(self, filename, lineno, line): argument
167 def check(self, filename, lineno, line): argument
182 def check(self, filename, lineno, line): argument
[all …]
Ddg-extract-results.py27 def safe_open (filename): argument
100 def __init__ (self, filename, start): argument
202 def parse_int (self, filename, value): argument
225 def parse_variations (self, filename, file): argument
239 def parse_run (self, filename, file, tool, variation, num_variations): argument
359 def parse_acats_run (self, filename, file): argument
391 def parse_final_summary (self, filename, file): argument
405 def parse_file (self, filename, file): argument
Dupdate-copyright.py54 def report (self, filename, string): argument
118 def get_line_filter (self, dir, filename): argument
125 def skip_file (self, dir, filename): argument
155 def is_fossilised_file (self, dir, filename): argument
163 def by_package_author (self, dir, filename): argument
265 def canonicalise_years (self, dir, filename, filter, years): argument
295 def update_copyright (self, dir, filename, filter, file, line, match): argument
396 def process_file (self, dir, filename, filter): argument
543 def skip_file (self, dir, filename): argument
601 def skip_file (self, dir, filename): argument
[all …]
/netbsd/src/games/battlestar/
Dsave.c44 restore(const char *filename) in restore()
96 save(const char *filename) in save()
157 save_file_name(const char *filename, size_t len) in save_file_name()
/netbsd/src/external/mit/expat/dist/xmlwf/
Dxmlfile.c85 reportError(XML_Parser parser, const XML_Char *filename) { in reportError()
101 processFile(const void *data, size_t size, const XML_Char *filename, in processFile()
155 const XML_Char *filename; in externalEntityRefFilemap() local
183 processStream(const XML_Char *filename, XML_Parser parser) { in processStream()
232 const XML_Char *filename; in externalEntityRefStream() local
245 XML_ProcessFile(XML_Parser parser, const XML_Char *filename, unsigned flags) { in XML_ProcessFile()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_write_open_filename.c60 struct archive_mstring filename; member
70 archive_write_open_file(struct archive *a, const char *filename) in archive_write_open_file()
76 archive_write_open_filename(struct archive *a, const char *filename) in archive_write_open_filename()
86 archive_write_open_filename_w(struct archive *a, const wchar_t *filename) in archive_write_open_filename_w()
96 open_filename(struct archive *a, int mbs_fn, const void *filename) in open_filename()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-auto-load-chaining-f1.o-gdb.py27 filename = gdb.current_objfile().filename variable
28 filename = re.sub(r"-f1.o$", "-f2.o", filename) variable
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfile-prefix-map.cc88 remap_filename (file_prefix_map *maps, const char *filename) in remap_filename()
150 remap_macro_filename (const char *filename) in remap_macro_filename()
175 remap_debug_prefix_filename (const char *filename) in remap_debug_prefix_filename()
254 remap_debug_regex_filename (const char *filename) in remap_debug_regex_filename()
272 remap_debug_filename (const char *filename) in remap_debug_filename()
280 remap_profile_filename (const char *filename) in remap_profile_filename()
Dedit-context.cc242 edit_context::get_content (const char *filename) in get_content()
254 edit_context::get_effective_column (const char *filename, int line, in get_effective_column()
319 edit_context::get_file (const char *filename) in get_file()
328 edit_context::get_or_insert_file (const char *filename) in get_or_insert_file()
353 edited_file::edited_file (const char *filename) in edited_file()
691 edited_line::edited_line (const char *filename, int line_num) in edited_line()
961 const char *filename = tmp.get_filename (); in test_applying_fixits_insert_before() local
1016 const char *filename = tmp.get_filename (); in test_applying_fixits_insert_after() local
1061 const char *filename = tmp.get_filename (); in test_applying_fixits_insert_after_at_line_end() local
1103 const char *filename = tmp.get_filename (); in test_applying_fixits_insert_after_failure() local
[all …]
/netbsd/src/external/lgpl3/gmp/dist/
Dassert.c41 __gmp_assert_header (const char *filename, int linenum) in __gmp_assert_header()
52 __gmp_assert_fail (const char *filename, int linenum, in __gmp_assert_fail()
/netbsd/src/usr.bin/crunch/crunchide/
Dexec_ecoff.c56 check_ecoff(int fd, const char *filename) in check_ecoff()
79 hide_ecoff(int fd, const char *filename) in hide_ecoff()
Dexec_coff.c58 check_coff(int fd, const char *filename) in check_coff()
81 hide_coff(int fd, const char *filename) in hide_coff()
Dexec_aout.c77 int check_aout(int inf, const char *filename) in check_aout()
99 int hide_aout(int inf, const char *filename) in hide_aout()
196 static void check_reloc(const char *filename, struct relocation_info *relp) in check_reloc()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
Dsupport.c70 find_pixmap_file (const gchar *filename) in find_pixmap_file()
91 const gchar *filename) in create_pixmap()
114 create_pixbuf (const gchar *filename) in create_pixbuf()
/netbsd/src/external/bsd/pkg_install/dist/lib/
Dautomatic.c70 char *filename, *value; in is_automatic_installed() local
93 char *filename; in mark_as_automatic_installed() local
/netbsd/src/external/bsd/ntp/dist/sntp/tests/
Dutilities.c53 InitDebugTest(const char * filename) { in InitDebugTest()
151 char * filename = "debug-output-pkt"; in test_PktOutput() local
173 char * filename = "debug-output-lfp-bin";//CreatePath("debug-output-lfp-bin", OUTPUT_DIR); in test_LfpOutputBinaryFormat() local
191 char * filename = "debug-output-lfp-dec"; in test_LfpOutputDecimalFormat() local
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-dump.c58 gdb::unique_xmalloc_ptr<char> filename; in scan_filename() local
85 bfd_openr_or_error (const char *filename, const char *target) in bfd_openr_or_error()
99 bfd_openw_or_error (const char *filename, const char *target, const char *mode) in bfd_openw_or_error()
132 dump_binary_file (const char *filename, const char *mode, in dump_binary_file()
147 dump_bfd_file (const char *filename, const char *mode, in dump_bfd_file()
174 gdb::unique_xmalloc_ptr<char> filename = scan_filename (&cmd, NULL); in dump_memory_to_file() local
216 gdb::unique_xmalloc_ptr<char> filename = scan_filename (&cmd, NULL); in dump_value_to_file() local
446 restore_binary_file (const char *filename, CORE_ADDR load_offset, in restore_binary_file()
511 gdb::unique_xmalloc_ptr<char> filename = scan_filename (&args, NULL); in restore_command() local
/netbsd/src/external/public-domain/xz/dist/tests/
Dcreate_compress_files.c32 file_exists(const char *filename) in file_exists()
50 file_create(const char *filename) in file_create()
64 file_finish(FILE *file, const char *filename) in file_finish()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dfileattr.c171 fileattr_get (const char *filename, const char *attrname) in fileattr_get()
214 fileattr_get0 (const char *filename, const char *attrname) in fileattr_get0()
327 fileattr_set (const char *filename, const char *attrname, const char *attrval) in fileattr_set()
383 fileattr_getall (const char *filename) in fileattr_getall()
411 fileattr_setall (const char *filename, const char *attrs) in fileattr_setall()
464 fileattr_newfile (const char *filename) in fileattr_newfile()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Ddumpdata.c45 rk_dumpdata (const char *filename, const void *buf, size_t size) in rk_dumpdata()
61 rk_undumpdata(const char *filename, void **buf, size_t *size) in rk_undumpdata()
/netbsd/src/lib/libukfs/
Dukfs.c848 ukfs_open(struct ukfs *ukfs, const char *filename, int flags) in ukfs_open()
862 ukfs_read(struct ukfs *ukfs, const char *filename, off_t off, in ukfs_read()
893 ukfs_write(struct ukfs *ukfs, const char *filename, off_t off, in ukfs_write()
943 ukfs_create(struct ukfs *ukfs, const char *filename, mode_t mode) in ukfs_create()
972 ukfs_mkdir(struct ukfs *ukfs, const char *filename, mode_t mode) in ukfs_mkdir()
979 ukfs_remove(struct ukfs *ukfs, const char *filename) in ukfs_remove()
986 ukfs_rmdir(struct ukfs *ukfs, const char *filename) in ukfs_rmdir()
993 ukfs_link(struct ukfs *ukfs, const char *filename, const char *f_create) in ukfs_link()
1000 ukfs_symlink(struct ukfs *ukfs, const char *filename, const char *linkname) in ukfs_symlink()
1007 ukfs_readlink(struct ukfs *ukfs, const char *filename, in ukfs_readlink()
[all …]
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_write_disk_hfs_compression.c35 has_xattr(const char *filename, const char *xattrname) in has_xattr()
68 get_rsrc_footer(const char *filename, char *buff, size_t s) in get_rsrc_footer()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dso/
Ddso_lib.c109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load()
230 int DSO_set_filename(DSO *dso, const char *filename) in DSO_set_filename()
270 char *DSO_convert_filename(DSO *dso, const char *filename) in DSO_convert_filename()
314 char *filename = NULL; in DSO_dsobyaddr() local
/netbsd/src/sys/arch/i386/stand/pxeboot/
Dmain.c100 bootit(const char *filename, int howto) in bootit()
215 char *filename; in command_boot() local
288 char *filename; in command_multiboot() local

12345678910>>...32