/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ui-file.c | 71 ui_file_delete (struct ui_file *file) in ui_file_delete() 90 null_file_put (struct ui_file *file, in null_file_put() 98 null_file_flush (struct ui_file *file) in null_file_flush() 132 null_file_read (struct ui_file *file, in null_file_read() 161 ui_file_data (struct ui_file *file) in ui_file_data() 170 gdb_flush (struct ui_file *file) in gdb_flush() 188 ui_file_put (struct ui_file *file, in ui_file_put() 196 ui_file_write (struct ui_file *file, in ui_file_write() 366 mem_file_put (struct ui_file *file, in mem_file_put() 423 FILE *file; member [all …]
|
/openbsd/sys/sys/ |
H A D | file.h | 87 struct file { struct 95 const struct fileops *f_ops; /* [I] file operation pointers */ argument 106 #define FIF_INSERTED 0x80 /* present in `filehead' */ argument 120 int fdrop(struct file *, struct proc *); argument
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 60 void expected_out(const char *file) { in expected_out() 73 void create_source(char *file) { in create_source() 114 char *const file = "execv.c"; in call_execv() local 127 char *const file = "execve.c"; in call_execve() local 141 char *const file = "execvp.c"; in call_execvp() local 154 char *const file = "execv_p.c"; in call_execvP() local 167 char *const file = "execvpe.c"; in call_execvpe() local 181 char *const file = "exect.c"; in call_exect() local 195 char *const file = "execl.c"; in call_execl() local 207 char *const file = "execlp.c"; in call_execlp() local [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui-file.c | 63 struct ui_file *file = ui_file_new (); in tui_file_new() local 75 tui_file_delete (struct ui_file *file) in tui_file_delete() 92 struct ui_file *file = tui_file_new (); in tui_fileopen() local 104 struct ui_file *file = tui_file_new (); in tui_sfileopen() local 122 tui_file_isatty (struct ui_file *file) in tui_file_isatty() 135 tui_file_rewind (struct ui_file *file) in tui_file_rewind() 145 tui_file_put (struct ui_file *file, in tui_file_put() 167 tui_file_fputs (const char *linebuffer, struct ui_file *file) in tui_file_fputs() 183 tui_file_get_strbuf (struct ui_file *file) in tui_file_get_strbuf() 195 tui_file_adjust_strbuf (int n, struct ui_file *file) in tui_file_adjust_strbuf() [all …]
|
/openbsd/usr.sbin/vmd/ |
H A D | parse.y | 54 static struct file { struct 64 } *file, *topfile; argument
|
H A D | vioraw.c | 29 raw_pread(void *file, char *buf, size_t len, off_t off) in raw_pread() 35 raw_preadv(void *file, struct iovec *iov, int cnt, off_t offset) in raw_preadv() 41 raw_pwrite(void *file, char *buf, size_t len, off_t off) in raw_pwrite() 47 raw_pwritev(void *file, struct iovec *iov, int cnt, off_t offset) in raw_pwritev() 53 raw_close(void *file, int stayopen) in raw_close() 65 virtio_raw_init(struct virtio_backing *file, off_t *szp, int *fd, size_t nfd) in virtio_raw_init()
|
/openbsd/sys/arch/hppa/stand/libsa/ |
H A D | lif.c | 35 struct file { struct 39 int f_nfiles; /* gross number for lif dir entries */ argument 41 off_t f_seek; /* seek pointer for file read */ argument 45 int f_count; /* this file length */ argument 46 int f_off; /* this file offset */ argument
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/ |
H A D | build_broken.json.in | 5 "file": "${path}/main.c" string 11 "file": "${path}/broken-one.c" string 17 "file": "${path}/broken-two.c" string 23 "file": "${path}/clean-one.c" string 29 "file": "${path}/clean-two.c" string 35 "file": "${path}/emit-one.c" string 41 "file": "${path}/emit-two.c" string
|
H A D | build_regular.json.in | 5 "file": "${path}/main.c" string 11 "file": "${path}/clean-one.c" string 17 "file": "${path}/clean-two.c" string 23 "file": "${path}/emit-one.c" string 29 "file": "${path}/emit-two.c" string
|
/openbsd/usr.bin/sndiod/ |
H A D | file.h | 48 struct file { struct 49 struct file *next; /* next in file_list */ argument 50 struct fileops *ops; /* event handlers */ argument 60 extern struct file *file_list; argument
|
/openbsd/lib/libz/ |
H A D | gzlib.c | 297 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer() 321 int ZEXPORT gzrewind(gzFile file) { in gzrewind() 342 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64() 415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() 423 z_off64_t ZEXPORT gztell64(gzFile file) { in gztell64() 438 z_off_t ZEXPORT gztell(gzFile file) { in gztell() 446 z_off64_t ZEXPORT gzoffset64(gzFile file) { in gzoffset64() 467 z_off_t ZEXPORT gzoffset(gzFile file) { in gzoffset() 475 int ZEXPORT gzeof(gzFile file) { in gzeof() 490 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() [all …]
|
H A D | gzwrite.c | 237 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { in gzwrite() 262 gzFile file) { in gzfwrite() 287 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() 332 int ZEXPORT gzputs(gzFile file, const char *s) { in gzputs() 359 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) { in gzvprintf() 430 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { in gzprintf() 443 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, in gzprintf() 528 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush() 557 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { in gzsetparams() 595 int ZEXPORT gzclose_w(gzFile file) { in gzclose_w()
|
H A D | gzread.c | 345 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread() 378 gzFile file) { in gzfread() 409 int ZEXPORT gzgetc(gzFile file) { in gzgetc() 434 int ZEXPORT gzgetc_(gzFile file) { in gzgetc_() 439 int ZEXPORT gzungetc(int c, gzFile file) { in gzungetc() 500 char * ZEXPORT gzgets(gzFile file, char *buf, int len) { in gzgets() 560 int ZEXPORT gzdirect(gzFile file) { in gzdirect() 578 int ZEXPORT gzclose_r(gzFile file) { in gzclose_r()
|
/openbsd/sys/arch/landisk/stand/xxboot/ |
H A D | ufs12.c | 80 struct file { struct 102 static int read_inode(ufsino_t, struct open_file *); argument 109 static int ufs12_close_internal(struct file *); argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | messages.c | 66 identify (char *file) in identify() 110 char *file; in as_show_where() local 174 as_warn_internal (char *file, unsigned int line, char *buffer) in as_warn_internal() 253 as_warn_where (file, line, format, va_alist) in as_warn_where() argument 275 as_bad_internal (char *file, unsigned int line, char *buffer) in as_bad_internal() 350 as_bad_where (file, line, format, va_alist) in as_bad_where() argument 412 as_assert (const char *file, int line, const char *fn) in as_assert() 429 as_abort (const char *file, int line, const char *fn) in as_abort() 468 char * file, in as_internal_value_out_of_range() 522 char * file, in as_warn_value_out_of_range() [all …]
|
/openbsd/regress/sbin/iked/test_helper/ |
H A D | test_helper.c | 224 test_header(const char *file, int line, const char *a1, const char *a2, in test_header() 235 assert_string(const char *file, int line, const char *a1, const char *a2, in assert_string() 265 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem() 294 assert_mem_filled(const char *file, int line, const char *a1, in assert_mem_filled() 314 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() 358 assert_char(const char *file, int line, const char *a1, const char *a2, in assert_char() 373 assert_u8(const char *file, int line, const char *a1, const char *a2, in assert_u8() 384 assert_u16(const char *file, int line, const char *a1, const char *a2, in assert_u16() 395 assert_u32(const char *file, int line, const char *a1, const char *a2, in assert_u32() 406 assert_u64(const char *file, int line, const char *a1, const char *a2, in assert_u64() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | messages.c | 87 identify (char *file) in identify() 131 char *file; in as_show_where() local 201 as_warn_internal (char *file, unsigned int line, char *buffer) in as_warn_internal() 265 as_warn_where (char *file, unsigned int line, const char *format, ...) in as_warn_where() 280 as_warn_where (file, line, format, va_alist) in as_warn_where() argument 302 as_bad_internal (char *file, unsigned int line, char *buffer) in as_bad_internal() 363 as_bad_where (char *file, unsigned int line, const char *format, ...) in as_bad_where() 377 as_bad_where (file, line, format, va_alist) in as_bad_where() argument 439 as_assert (const char *file, int line, const char *fn) in as_assert() 456 as_abort (const char *file, int line, const char *fn) in as_abort() [all …]
|
/openbsd/regress/usr.bin/ssh/unittests/test_helper/ |
H A D | test_helper.c | 266 ssl_err_check(const char *file, int line) in ssl_err_check() 308 test_header(const char *file, int line, const char *a1, const char *a2, in test_header() 368 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem() 408 assert_mem_filled(const char *file, int line, const char *a1, in assert_mem_filled() 435 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() 468 assert_long(const char *file, int line, const char *a1, const char *a2, in assert_long() 505 assert_u8(const char *file, int line, const char *a1, const char *a2, in assert_u8() 516 assert_u16(const char *file, int line, const char *a1, const char *a2, in assert_u16() 527 assert_u32(const char *file, int line, const char *a1, const char *a2, in assert_u32() 538 assert_u64(const char *file, int line, const char *a1, const char *a2, in assert_u64() [all …]
|
/openbsd/usr.bin/grep/ |
H A D | file.c | 49 struct file { struct 50 int type; 51 int noseek; 52 FILE *f; 53 mmf_t *mmf; 54 gzFile gzf;
|
/openbsd/gnu/gcc/libcpp/ |
H A D | files.c | 145 _cpp_file *file; member 201 open_file (_cpp_file *file) in open_file() 374 _cpp_find_failed (_cpp_file *file) in _cpp_find_failed() 397 _cpp_file *file; in _cpp_find_file() local 755 _cpp_file *file; in search_path_head() local 791 dir_name_of_file (_cpp_file *file) in dir_name_of_file() 814 _cpp_file *file; in _cpp_stack_include() local 871 _cpp_file *file; in make_cpp_file() local 884 destroy_cpp_file (_cpp_file *file) in destroy_cpp_file() 1101 _cpp_file *file; in _cpp_compare_file_date() local [all …]
|
/openbsd/sys/lib/libsa/ |
H A D | ufs.c | 80 struct file { struct 103 static int ufs_close_internal(struct file *); argument
|
H A D | ufs2.c | 79 struct file { struct 102 static int ufs2_close_internal(struct file *); argument
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 666 int getspeed(pTHX_ PerlIO *file,I32 *in, I32 *out) in getspeed() 775 void ReadMode(pTHX_ PerlIO *file,int mode) in ReadMode() 1460 int selectfile(pTHX_ PerlIO *file,double delay) in selectfile() 1489 int selectfile(pTHX_ PerlIO *file, double delay) in selectfile() 1497 int setnodelay(pTHX_ PerlIO *file, int mode) in setnodelay() 1511 int setnodelay(pTHX_ PerlIO *file, int mode) in setnodelay() 1519 int pollfile(pTHX_ pTHX_ PerlIO *file,double delay) in pollfile() 1532 int pollfile(pTHX_ PerlIO *file,double delay) in pollfile() 1577 int Win32PeekChar(pTHX_ PerlIO *file,double delay,char *key) in Win32PeekChar() 1713 int Win32PeekChar(pTHX_ PerlIO *file, double delay,char *key) in Win32PeekChar() [all …]
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | SymbolTable.cpp | 27 void SymbolTable::addFile(InputFile *file) { in addFile() 128 const InputFile *file) { in insert() 139 static void reportTypeError(const Symbol *existing, const InputFile *file, in reportTypeError() 163 static void checkGlobalType(const Symbol *existing, const InputFile *file, in checkGlobalType() 178 static void checkTagType(const Symbol *existing, const InputFile *file, in checkTagType() 194 static void checkTableType(const Symbol *existing, const InputFile *file, in checkTableType() 313 InputFile *file, in addDefinedFunction() 418 InputFile *file, InputTag *tag) { in addDefinedTag() 475 uint32_t flags, InputFile *file) { in setImportAttributes() 568 InputFile *file) { in addUndefinedData() [all …]
|
/openbsd/usr.sbin/ypldap/ |
H A D | parse.y | 57 static struct file { struct 67 } *file, *topfile; argument
|