Home
last modified time | relevance | path

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

12345678910>>...28

/openbsd/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Dutil.py25 def read_syms_from_file(filename): argument
34 def read_exclusions(filename): argument
75 def is_elf(filename): argument
81 def is_mach_o(filename): argument
93 def is_xcoff_or_big_ar(filename): argument
101 def is_library_file(filename): argument
110 def extract_or_load(filename): argument
/openbsd/usr.bin/ssh/
H A Dauthfile.c54 sshkey_save_private_blob(struct sshbuf *keybuf, const char *filename) in sshkey_save_private_blob()
66 sshkey_save_private(struct sshkey *key, const char *filename, in sshkey_save_private()
88 sshkey_perm_ok(int fd, const char *filename) in sshkey_perm_ok()
113 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type()
139 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private()
169 sshkey_load_pubkey_from_private(const char *filename, struct sshkey **pubkeyp) in sshkey_load_pubkey_from_private()
200 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public()
260 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
296 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
316 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, in sshkey_load_private_cert()
[all …]
/openbsd/gnu/lib/libreadline/
H A Dhistfile.c100 history_filename (filename) in history_filename() argument
135 read_history (filename) in read_history() argument
147 read_history_range (filename, from, to) in read_history_range() argument
261 char *buffer, *filename, *bp; local
371 history_do_write (filename, nelements, overwrite) in history_do_write() argument
466 append_history (nelements, filename) in append_history() argument
477 write_history (filename) in write_history() argument
/openbsd/gnu/llvm/llvm/utils/lint/
H A Dcommon_lint.py8 def VerifyLineLength(filename, lines, max_length): argument
31 def VerifyTabs(filename, lines): argument
52 def VerifyTrailingWhitespace(filename, lines): argument
74 def RunOnFile(filename, lines): argument
/openbsd/gnu/usr.bin/texinfo/info/
H A Dfilesys.c162 info_file_in_path (char *filename, char *path) in info_file_in_path()
305 char *filename; member
317 lookup_info_filename (char *filename) in lookup_info_filename()
333 remember_info_filename (char *filename, char *expansion) in remember_info_filename()
604 compressed_filename_p (char *filename) in compressed_filename_p()
620 filesys_decompressor_for_file (char *filename) in filesys_decompressor_for_file()
663 filesys_error_string (char *filename, int error_num) in filesys_error_string()
686 is_dir_name (char *filename) in is_dir_name()
H A Dmakedoc.c95 char *filename; /* Name of the file containing entries. */ member
286 make_emacs_tag_block (char *filename) in make_emacs_tag_block()
317 process_one_file (char *filename, FILE *doc_stream, in process_one_file()
548 fatal_file_error (char *filename) in fatal_file_error()
555 must_fopen (char *filename, char *mode) in must_fopen()
H A Dnodes.c82 info_get_node (char *filename, char *nodename) in info_get_node()
195 info_find_file (char *filename) in info_find_file()
203 info_load_file (char *filename) in info_load_file()
217 info_find_file_internal (char *filename, int get_tags) in info_find_file_internal()
309 info_load_file_internal (char *filename, int get_tags) in info_load_file_internal()
686 char *filename; member
1082 forget_info_file (char *filename) in forget_info_file()
/openbsd/games/battlestar/
H A Dsave.c41 restore(const char *filename) in restore()
92 save(const char *filename) in save()
153 save_file_name(const char *filename) in save_file_name()
/openbsd/gnu/usr.bin/cvs/src/
H A Dfileattr.c167 fileattr_get (filename, attrname) in fileattr_get() argument
210 fileattr_get0 (filename, attrname) in fileattr_get0() argument
328 fileattr_set (filename, attrname, attrval) in fileattr_set() argument
388 fileattr_getall (filename) in fileattr_getall() argument
415 fileattr_setall (filename, attrs) in fileattr_setall() argument
468 fileattr_newfile (filename) in fileattr_newfile() argument
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c87 get_file_info_in_path (char *filename, char *path, struct stat *finfo) in get_file_info_in_path()
191 find_and_load (char *filename, int use_path) in find_and_load()
348 skip_directory_part (char *filename) in skip_directory_part()
372 filename_part (char *filename) in filename_part()
389 pathname_part (char *filename) in pathname_part()
409 full_pathname (char *filename) in full_pathname()
501 expand_filename (char *filename, char *input_name) in expand_filename()
/openbsd/gnu/llvm/clang/tools/scan-view/share/
H A Dstartfile.py26 def open(self, filename): argument
72 def open(self, filename): argument
90 def open(self, filename): argument
206 def open(filename): argument
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dopncls.c148 bfd_openr (const char *filename, const char *target) in bfd_openr()
212 bfd_fdopenr (const char *filename, const char *target, int fd) in bfd_fdopenr()
296 bfd_openstreamr (const char *filename, const char *target, void *streamarg) in bfd_openstreamr()
347 bfd_openw (const char *filename, const char *target) in bfd_openw()
511 bfd_create (const char *filename, bfd *templ) in bfd_create()
1043 bfd_create_gnu_debuglink_section (bfd *abfd, const char *filename) in bfd_create_gnu_debuglink_section()
1111 const char *filename) in bfd_fill_in_gnu_debuglink_section()
/openbsd/gnu/usr.bin/binutils/gas/
H A Doutput-file.c64 output_file_close (char *filename) in output_file_close()
120 output_file_close (char *filename) in output_file_close()
136 output_file_append (char * where, long length, char * filename) in output_file_append()
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c88 char *filename; in scan_filename_with_cleanup() local
121 fopen_with_cleanup (char *filename, const char *mode) in fopen_with_cleanup()
131 bfd_openr_with_cleanup (const char *filename, const char *target) in bfd_openr_with_cleanup()
148 bfd_openw_with_cleanup (char *filename, const char *target, char *mode) in bfd_openw_with_cleanup()
195 dump_binary_file (char *filename, char *mode, in dump_binary_file()
208 dump_bfd_file (char *filename, char *mode, in dump_bfd_file()
232 char *filename; in dump_memory_to_file() local
287 char *filename; in dump_value_to_file() local
521 restore_binary_file (char *filename, struct callback_data *data) in restore_binary_file()
571 char *filename; in restore_command() local
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dopncls.c157 bfd_fopen (const char *filename, const char *target, const char *mode, int fd) in bfd_fopen()
235 bfd_openr (const char *filename, const char *target) in bfd_openr()
274 bfd_fdopenr (const char *filename, const char *target, int fd) in bfd_fdopenr()
318 bfd_openstreamr (const char *filename, const char *target, void *streamarg) in bfd_openstreamr()
476 bfd_openr_iovec (const char *filename, const char *target, in bfd_openr_iovec()
546 bfd_openw (const char *filename, const char *target) in bfd_openw()
715 bfd_create (const char *filename, bfd *templ) in bfd_create()
1320 bfd_create_gnu_debuglink_section (bfd *abfd, const char *filename) in bfd_create_gnu_debuglink_section()
1388 const char *filename) in bfd_fill_in_gnu_debuglink_section()
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py379 def parse_bug_plist(filename): argument
400 def parse_bug_html(filename): argument
438 def parse_crash(filename): argument
541 def chop(prefix, filename): argument
580 def commonprefix_from(filename): argument
/openbsd/usr.bin/less/
H A Dfilename.c193 dirfile(const char *dirname, const char *filename) in dirfile()
224 homefile(char *filename) in homefile()
385 lglob(char *filename) in lglob()
445 is_dir(char *filename) in is_dir()
465 bad_file(char *filename) in bad_file()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980526-2.c16 void do_mknod(const char * filename, int mode, kdev_t dev) in do_mknod()
25 char * getname(const char * filename) in getname()
40 int sys_mknod(const char * filename, int mode, dev_t dev) in sys_mknod()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcoff-solib.h35 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument
64 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
73 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
H A Dpa64solib.h28 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument
55 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag, filename,cond_string) \ argument
63 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename, cond_string) \ argument
/openbsd/usr.sbin/nsd/
H A Dconfiglexer.lex32 char* filename; member
40 static void config_start_include(const char* filename) in config_start_include()
84 static void config_start_include_glob(const char* filename) in config_start_include_glob()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
41 def __init__(self, filename): argument
181 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
224filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
36 def __init__(self, filename): argument
176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
219filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py15 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument
36 def __init__(self, filename): argument
176 def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting, timingScr… argument
219filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(callWeighting … variable
/openbsd/regress/sys/kern/unveil/
H A Dsyscalls.c98 char filename[256]; in test_open() local
201 char filename[256]; in test_opendir() local
290 char filename[256]; in test_noflags() local
364 char filename[256]; in test_link() local
416 char filename[255]; in test_parent_dir() local
610 char filename[256]; in test_symlink() local

12345678910>>...28