Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/dflybsd-src/contrib/gdb-7/gdb/
H A Dui-file.c61 struct ui_file *file = xmalloc (sizeof (struct ui_file)); in ui_file_new() local
78 ui_file_delete (struct ui_file *file) in ui_file_delete()
85 null_file_isatty (struct ui_file *file) in null_file_isatty()
91 null_file_rewind (struct ui_file *file) in null_file_rewind()
97 null_file_put (struct ui_file *file, in null_file_put()
105 null_file_flush (struct ui_file *file) in null_file_flush()
111 null_file_write (struct ui_file *file, in null_file_write()
140 null_file_read (struct ui_file *file, in null_file_read()
149 null_file_fputs (const char *buf, struct ui_file *file) in null_file_fputs()
163 null_file_write_async_safe (struct ui_file *file, in null_file_write_async_safe()
[all …]
/dflybsd-src/sys/sys/
H A Dfile.h100 struct file { struct
106 struct fileops *f_ops; /* (ro) operations vector */ argument
116 void *f_data1; /* devfs per-file data */ argument
122 void *private_data; /* Linux (drm) per-file data */ argument
/dflybsd-src/contrib/gdb-7/gdb/tui/
H A Dtui-file.c61 struct ui_file *file = ui_file_new (); in tui_file_new() local
74 tui_file_delete (struct ui_file *file) in tui_file_delete()
92 struct ui_file *file = tui_file_new (); in tui_fileopen() local
105 struct ui_file *file = tui_file_new (); in tui_sfileopen() local
124 tui_file_isatty (struct ui_file *file) in tui_file_isatty()
138 tui_file_rewind (struct ui_file *file) in tui_file_rewind()
149 tui_file_put (struct ui_file *file, in tui_file_put()
172 tui_file_fputs (const char *linebuffer, struct ui_file *file) in tui_file_fputs()
188 tui_file_get_strbuf (struct ui_file *file) in tui_file_get_strbuf()
202 tui_file_adjust_strbuf (int n, struct ui_file *file) in tui_file_adjust_strbuf()
[all …]
/dflybsd-src/contrib/zlib-1.2/
H A Dgzlib.c316 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
343 int ZEXPORT gzrewind(file) in gzrewind() argument
366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
455 z_off64_t ZEXPORT gztell64(file) in gztell64() argument
472 z_off_t ZEXPORT gztell(file) in gztell() argument
482 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument
505 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
515 int ZEXPORT gzeof(file) in gzeof() argument
532 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
[all …]
H A Dgzwrite.c246 int ZEXPORT gzwrite(file, buf, len) in gzwrite() argument
274 z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) in gzfwrite() argument
304 int ZEXPORT gzputc(file, c) in gzputc() argument
352 int ZEXPORT gzputs(file, str) in gzputs() argument
379 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf()
451 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf()
465 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
553 int ZEXPORT gzflush(file, flush) in gzflush() argument
585 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
627 int ZEXPORT gzclose_w(file) in gzclose_w() argument
H A Dgzread.c375 int ZEXPORT gzread(file, buf, len) in gzread() argument
411 z_size_t ZEXPORT gzfread(buf, size, nitems, file) in gzfread() argument
447 int ZEXPORT gzgetc(file) in gzgetc() argument
476 int ZEXPORT gzgetc_(file) in gzgetc_() argument
483 int ZEXPORT gzungetc(c, file) in gzungetc() argument
543 char * ZEXPORT gzgets(file, buf, len) in gzgets() argument
607 int ZEXPORT gzdirect(file) in gzdirect() argument
627 int ZEXPORT gzclose_r(file) in gzclose_r() argument
/dflybsd-src/contrib/binutils-2.34/elfcpp/
H A Delfcpp_file.h122 Elf_file(File* file, const Ef_ehdr& ehdr) in Elf_file()
405 Elf_file<size, big_endian, File>::construct(File* file, const Ef_ehdr& ehdr) in construct()
424 Elf_file<size, big_endian, File>::Elf_file(File* file) in Elf_file()
512 File* const file = this->file_; in section_name() local
559 File* const file = this->file_; in section_contents() local
577 File* const file = this->file_; in section_size() local
596 File* const file = this->file_; in section_flags() local
615 File* const file = this->file_; in section_addr() local
634 File* const file = this->file_; in section_type() local
653 File* const file = this->file_; in section_link() local
[all …]
/dflybsd-src/contrib/binutils-2.27/elfcpp/
H A Delfcpp_file.h122 Elf_file(File* file, const Ef_ehdr& ehdr) in Elf_file()
405 Elf_file<size, big_endian, File>::construct(File* file, const Ef_ehdr& ehdr) in construct()
424 Elf_file<size, big_endian, File>::Elf_file(File* file) in Elf_file()
512 File* const file = this->file_; in section_name() local
559 File* const file = this->file_; in section_contents() local
577 File* const file = this->file_; in section_size() local
596 File* const file = this->file_; in section_flags() local
615 File* const file = this->file_; in section_addr() local
634 File* const file = this->file_; in section_type() local
653 File* const file = this->file_; in section_link() local
[all …]
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dmessages.c64 identify (const char *file) in identify()
108 const char *file; in as_show_where() local
143 as_warn_internal (const char *file, unsigned int line, char *buffer) in as_warn_internal()
191 as_warn_where (const char *file, unsigned int line, const char *format, ...) in as_warn_where()
208 as_bad_internal (const char *file, unsigned int line, char *buffer) in as_bad_internal()
254 as_bad_where (const char *file, unsigned int line, const char *format, ...) in as_bad_where()
293 as_assert (const char *file, int line, const char *fn) in as_assert()
310 as_abort (const char *file, int line, const char *fn) in as_abort()
349 const char *file, in as_internal_value_out_of_range()
421 const char *file, in as_warn_value_out_of_range()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-poly.c131 openscop_print_pdr_polyhedron (FILE *file, ppl_const_Polyhedron_t ph, in openscop_print_pdr_polyhedron()
168 openscop_print_pdr_powerset (FILE *file, in openscop_print_pdr_powerset()
202 openscop_print_powerset_matrix (FILE *file, in openscop_print_powerset_matrix()
236 openscop_print_scattering_function_1 (FILE *file, poly_bb_p pbb, int verbosity) in openscop_print_scattering_function_1()
283 print_scattering_function_1 (FILE *file, poly_bb_p pbb, int verbosity) in print_scattering_function_1()
322 print_scattering_function (FILE *file, poly_bb_p pbb, int verbosity) in print_scattering_function()
357 print_iteration_domain (FILE *file, poly_bb_p pbb, int verbosity) in print_iteration_domain()
365 print_scattering_functions (FILE *file, scop_p scop, int verbosity) in print_scattering_functions()
378 print_iteration_domains (FILE *file, scop_p scop, int verbosity) in print_iteration_domains()
426 openscop_read_N_int (FILE *file, int N) in openscop_read_N_int()
[all …]
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dmessages.c75 identify (const char *file) in identify()
119 const char *file; in as_show_where() local
154 as_warn_internal (const char *file, unsigned int line, char *buffer) in as_warn_internal()
202 as_warn_where (const char *file, unsigned int line, const char *format, ...) in as_warn_where()
219 as_bad_internal (const char *file, unsigned int line, char *buffer) in as_bad_internal()
265 as_bad_where (const char *file, unsigned int line, const char *format, ...) in as_bad_where()
305 as_abort (const char *file, int line, const char *fn) in as_abort()
383 const char *file, in as_internal_value_out_of_range()
453 const char *file, in as_warn_value_out_of_range()
464 const char *file, in as_bad_value_out_of_range()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dptree.c29 cxx_print_decl (FILE *file, tree node, int indent) in cxx_print_decl()
73 cxx_print_type (FILE *file, tree node, int indent) in cxx_print_type()
172 cxx_print_identifier (FILE *file, tree node, int indent) in cxx_print_identifier()
183 cxx_print_lambda_node (FILE *file, tree node, int indent) in cxx_print_lambda_node()
209 cxx_print_xnode (FILE *file, tree node, int indent) in cxx_print_xnode()
/dflybsd-src/bin/sh/
H A Doutput.c84 outcslow(int c, struct output *file) in outcslow()
114 outstr(const char *p, struct output *file) in outstr()
120 byteseq(int ch, struct output *file) in byteseq()
132 outdqstr(const char *p, struct output *file) in outdqstr()
174 outqstr(const char *p, struct output *file) in outqstr()
202 outbin(const void *data, size_t len, struct output *file) in outbin()
267 outiserror(struct output *file) in outiserror()
274 outclearerror(struct output *file) in outclearerror()
281 outfmt(struct output *file, const char *fmt, ...) in outfmt()
/dflybsd-src/stand/lib/
H A Dufs.c97 struct file { struct
114 static int read_inode(ino_t, struct open_file *); argument
123 * Read a new inode into a file structure. argument
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dfiles.c149 _cpp_file *file; member
220 open_file (_cpp_file *file) in open_file()
278 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in pch_open_file()
350 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in find_file_in_dir()
410 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted()
432 _cpp_find_failed (_cpp_file *file) in _cpp_find_failed()
455 _cpp_file *file; in _cpp_find_file() local
586 read_file_guts (cpp_reader *pfile, _cpp_file *file) in read_file_guts()
662 read_file (cpp_reader *pfile, _cpp_file *file) in read_file()
688 should_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in should_stack_file()
[all …]
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dfiles.c150 _cpp_file *file; member
225 open_file (_cpp_file *file) in open_file()
283 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in pch_open_file()
358 maybe_shorter_path (const char * file) in maybe_shorter_path()
379 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch, in find_file_in_dir()
460 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted()
482 _cpp_find_failed (_cpp_file *file) in _cpp_find_failed()
514 _cpp_file *file; in _cpp_find_file() local
674 read_file_guts (cpp_reader *pfile, _cpp_file *file, source_location loc) in read_file_guts()
758 read_file (cpp_reader *pfile, _cpp_file *file, source_location loc) in read_file()
[all …]
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c179 struct file { struct
186 struct file *next; argument
187 struct file *chnext; argument
188 struct file *hlnext; argument
191 struct file *hardlink_target; argument
192 struct file *parent; /* parent directory entry */ argument
198 struct file *first; argument
223 struct file *first; argument
538 struct file *file; in xar_write_header() local
784 struct file *file; in xar_finish_entry() local
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dptree.c32 cxx_print_decl (FILE *file, tree node, int indent) in cxx_print_decl()
75 cxx_print_type (FILE *file, tree node, int indent) in cxx_print_type()
182 cxx_print_identifier (FILE *file, tree node, int indent) in cxx_print_identifier()
199 cxx_print_xnode (FILE *file, tree node, int indent) in cxx_print_xnode()
/dflybsd-src/sys/netgraph7/
H A Dnetgraph.h185 _chkhook(hook_p hook, char *file, int line) in _chkhook()
196 _ng_hook_ref(hook_p hook, char * file, int line) in _ng_hook_ref()
203 _ng_hook_name(hook_p hook, char * file, int line) in _ng_hook_name()
210 _ng_hook_unref(hook_p hook, char * file, int line) in _ng_hook_unref()
217 _ng_hook_set_private(hook_p hook, void *val, char * file, int line) in _ng_hook_set_private()
224 _ng_hook_set_rcvmsg(hook_p hook, ng_rcvmsg_t *val, char * file, int line) in _ng_hook_set_rcvmsg()
231 _ng_hook_set_rcvdata(hook_p hook, ng_rcvdata_t *val, char * file, int line) in _ng_hook_set_rcvdata()
238 _ng_hook_private(hook_p hook, char * file, int line) in _ng_hook_private()
245 _ng_hook_not_valid(hook_p hook, char * file, int line) in _ng_hook_not_valid()
252 _ng_hook_is_valid(hook_p hook, char * file, int line) in _ng_hook_is_valid()
[all …]
/dflybsd-src/contrib/grep/lib/
H A Dopenat.h62 chownat (int fd, char const *file, uid_t owner, gid_t group) in chownat()
68 lchownat (int fd, char const *file, uid_t owner, gid_t group) in lchownat()
82 chmodat (int fd, char const *file, mode_t mode) in chmodat()
88 lchmodat (int fd, char const *file, mode_t mode) in lchmodat()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf-core.c2055 df_print_regset (FILE *file, bitmap r) in df_print_regset()
2080 df_print_word_regset (FILE *file, bitmap r) in df_print_word_regset()
2116 df_dump (FILE *file) in df_dump()
2135 df_dump_region (FILE *file) in df_dump_region()
2160 df_dump_start (FILE *file) in df_dump_start()
2188 df_dump_bb_problem_data (basic_block bb, FILE *file, bool top) in df_dump_bb_problem_data()
2216 df_dump_top (basic_block bb, FILE *file) in df_dump_top()
2224 df_dump_bottom (basic_block bb, FILE *file) in df_dump_bottom()
2232 df_dump_insn_problem_data (const rtx_insn *insn, FILE *file, bool top) in df_dump_insn_problem_data()
2260 df_dump_insn_top (const rtx_insn *insn, FILE *file) in df_dump_insn_top()
[all …]
H A Dwide-int-print.cc42 print_dec (const wide_int_ref &wi, FILE *file, signop sgn) in print_dec()
74 print_decs (const wide_int_ref &wi, FILE *file) in print_decs()
98 print_decu (const wide_int_ref &wi, FILE *file) in print_decu()
134 print_hex (const wide_int_ref &wi, FILE *file) in print_hex()
H A Drtl.c811 rtl_check_failed_bounds (const_rtx r, int n, const char *file, int line, in rtl_check_failed_bounds()
821 rtl_check_failed_type1 (const_rtx r, int n, int c1, const char *file, int line, in rtl_check_failed_type1()
831 rtl_check_failed_type2 (const_rtx r, int n, int c1, int c2, const char *file, in rtl_check_failed_type2()
841 rtl_check_failed_code1 (const_rtx r, enum rtx_code code, const char *file, in rtl_check_failed_code1()
851 const char *file, int line, const char *func) in rtl_check_failed_code2()
861 bool not_mode, const char *file, int line, in rtl_check_failed_code_mode()
878 rtl_check_failed_block_symbol (const char *file, int line, const char *func) in rtl_check_failed_block_symbol()
887 cwi_check_failed_bounds (const_rtx x, int n, const char *file, int line, in cwi_check_failed_bounds()
897 rtvec_check_failed_bounds (const_rtvec r, int n, const char *file, int line, in rtvec_check_failed_bounds()
908 rtl_check_failed_flag (const char *name, const_rtx r, const char *file, in rtl_check_failed_flag()
/dflybsd-src/contrib/cvs-1.12/src/
H A Dfilesubr.c120 isdir (const char *file) in isdir()
136 islink (const char *file) in islink()
155 isdevice (const char *file) in isdevice()
178 isfile (const char *file) in isfile()
189 isreadable (const char *file) in isreadable()
200 iswritable (const char *file) in iswritable()
213 isaccessible (const char *file, const int mode) in isaccessible()
835 strcat_filename_onto_homedir (const char *dir, const char *file) in strcat_filename_onto_homedir()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Ddirname.c33 dir_len (char const *file) in dir_len()
53 dir_name (char const *file) in dir_name()
111 char file[MAX_BUFF_LEN]; in main() local

12345678910>>...36