Home
last modified time | relevance | path

Searched +defs:buffer +defs:file +defs:name (Results 1 – 25 of 125) sorted by relevance

12345

/openbsd-src/gnu/gcc/gcc/
H A Dtree-pretty-print.c61 static pretty_printer buffer; variable
67 do_niy (pretty_printer *buffer, tree node) in do_niy()
115 print_generic_decl (FILE *file, tree decl, int flags) in print_generic_decl()
126 print_generic_stmt (FILE *file, tree t, int flags) in print_generic_stmt()
138 print_generic_stmt_indented (FILE *file, tree t, int flags, int indent) in print_generic_stmt_indented()
154 print_generic_expr (FILE *file, tree t, int flags) in print_generic_expr()
164 dump_decl_name (pretty_printer *buffer, tree node, int flags) in dump_decl_name()
188 dump_function_name (pretty_printer *buffer, tree node) in dump_function_name()
200 dump_function_declaration (pretty_printer *buffer, tree node, in dump_function_declaration()
233 dump_array_domain (pretty_printer *buffer, tree domain, int spc, int flags) in dump_array_domain()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.c95 set_real_maximum_length (buffer) in set_real_maximum_length() argument
121 output_set_maximum_length (buffer, length) in output_set_maximum_length() argument
131 output_set_prefix (buffer, prefix) in output_set_prefix() argument
144 output_last_position (buffer) in output_last_position() argument
156 output_destroy_prefix (buffer) in output_destroy_prefix() argument
168 output_clear_message_text (buffer) in output_clear_message_text() argument
177 output_clear_data (buffer) in output_clear_data() argument
187 init_output_buffer (buffer, prefix, maximum_length) in init_output_buffer() argument
204 output_clear (buffer) in output_clear() argument
214 output_finalize_message (buffer) in output_finalize_message() argument
[all …]
H A Dcppfiles.c87 const char *name; /* actual path name of file */ member
92 const unsigned char *buffer; /* pointer to cached file contents */ member
187 _cpp_never_reread (file) in _cpp_never_reread() argument
202 struct include_file *file; local
203 char *name = xstrdup (fname); local
246 struct include_file *file = (struct include_file *) nd->value; local
534 char *name, *n; local
576 struct include_file *file; local
577 char *name, *n; local
800 cpp_buffer *buffer = pfile->buffer; local
[all …]
/openbsd-src/lib/libcurses/base/
H A Dlib_screen.c58 #define ARG_SLIMIT(name) size_t name, argument
88 const char name[11]; member
93 const char name[17]; member
98 #define DATA(name) { { #name }, A_##name } argument
124 #define DATA(name, type) { { #name }, type, offsetof(WINDOW, name) } argument
175 char *buffer; in read_txt() local
387 char *name; in read_win() local
488 char *buffer = target; in read_block() local
804 char buffer[1024]; in putwin() local
821 const char *name = scr_params[y].name; in putwin() local
[all …]
/openbsd-src/sbin/tunefs/
H A Dtunefs.c269 getsb(struct fs *fs, const char *file) in getsb()
298 bwrite(daddr_t blk, char *buffer, int size, const char *file) in bwrite()
306 bread(daddr_t blk, char *buffer, int cnt, const char *file) in bread()
314 openpartition(char *name, int flags, char **devicep) in openpartition()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dui-file.c57 struct ui_file *file = xmalloc (sizeof (struct ui_file)); in ui_file_new() local
71 ui_file_delete (struct ui_file *file) in ui_file_delete()
78 null_file_isatty (struct ui_file *file) in null_file_isatty()
84 null_file_rewind (struct ui_file *file) in null_file_rewind()
90 null_file_put (struct ui_file *file, in null_file_put()
98 null_file_flush (struct ui_file *file) in null_file_flush()
104 null_file_write (struct ui_file *file, in null_file_write()
132 null_file_read (struct ui_file *file, in null_file_read()
141 null_file_fputs (const char *buf, struct ui_file *file) in null_file_fputs()
155 null_file_delete (struct ui_file *file) in null_file_delete()
[all …]
H A Dremote-mips.c506 fputc_readable (int ch, struct ui_file *file) in fputc_readable()
525 fputs_readable (const char *string, struct ui_file *file) in fputs_readable()
1471 common_open (struct target_ops *ops, char *name, int from_tty, in common_open()
1594 mips_open (char *name, int from_tty) in mips_open()
1617 pmon_open (char *name, int from_tty) in pmon_open()
1623 ddb_open (char *name, int from_tty) in ddb_open()
1629 lsi_open (char *name, int from_tty) in lsi_open()
2038 char *buffer; in mips_xfer_memory() local
2618 char *buffer, srec[1024]; in mips_load_srec() local
3082 pmon_download (char *buffer, int length) in pmon_download()
[all …]
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp196 std::unique_ptr<Archive> file = in getArchiveMembers() local
231 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile() local
317 void LinkerDriver::addLibrary(StringRef name) { in addLibrary()
805 StringRef name; in getSectionStartMap() local
889 auto findSection = [&](StringRef name) -> InputSectionBase * { in readCallGraph()
964 for (auto file : ctx.objectFiles) { in readCallGraphsFromObjectFiles() local
1487 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) { in readConfigs() local
1506 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in readConfigs() local
1537 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in readConfigs() local
1542 if (std::optional<MemoryBufferRef> buffer = readFile(*path)) in readConfigs() local
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c48 name_needs_quotes (name) in name_needs_quotes() argument
72 const char *name = IDENTIFIER_POINTER (ident); local
88 const char *name = IDENTIFIER_POINTER (ident); local
162 machopic_classify_name (name) in machopic_classify_name() argument
184 machopic_data_defined_p (name) in machopic_data_defined_p() argument
197 machopic_name_defined_p (name) in machopic_name_defined_p() argument
213 machopic_define_name (name) in machopic_define_name() argument
229 static const char *name = NULL; in machopic_function_base_name() local
263 machopic_non_lazy_ptr_name (name) in machopic_non_lazy_ptr_name() argument
294 char *buffer; local
[all …]
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp86 static std::optional<StringRef> findLibrary(StringRef name) { in findLibrary()
112 static std::optional<StringRef> findFramework(StringRef name) { in findFramework()
166 SmallString<261> buffer(root); in getSearchPaths() local
185 SmallString<261> buffer(root); in getSearchPaths() local
262 ArchiveFile *file; member
272 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile() local
290 ArchiveFile *file; in addFile() local
313 if (std::optional<MemoryBufferRef> buffer = readFile(path)) { in addFile() local
343 if (std::optional<MemoryBufferRef> buffer = readFile(path)) { in addFile() local
411 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()
[all …]
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_client.c38 struct drm_file *file; in drm_client_open() local
80 const char *name, const struct drm_client_funcs *funcs) in drm_client_init()
265 static void drm_client_buffer_delete(struct drm_client_buffer *buffer) in drm_client_buffer_delete()
282 struct drm_client_buffer *buffer; in drm_client_buffer_create() local
338 drm_client_buffer_vmap(struct drm_client_buffer *buffer, in drm_client_buffer_vmap()
370 void drm_client_buffer_vunmap(struct drm_client_buffer *buffer) in drm_client_buffer_vunmap()
378 static void drm_client_buffer_rmfb(struct drm_client_buffer *buffer) in drm_client_buffer_rmfb()
393 static int drm_client_buffer_addfb(struct drm_client_buffer *buffer, in drm_client_buffer_addfb()
443 struct drm_client_buffer *buffer; in drm_client_framebuffer_create() local
475 void drm_client_framebuffer_delete(struct drm_client_buffer *buffer) in drm_client_framebuffer_delete()
[all …]
/openbsd-src/lib/libexpat/tests/
H A Dcommon.c181 _xml_failure(XML_Parser parser, const char *file, int line) { in _xml_failure() local
180 _xml_failure(XML_Parser parser,const char * file,int line) _xml_failure() argument
214 _expect_failure(const char * text,enum XML_Error errorCode,const char * errorMessage,const char * file,int lineno) _expect_failure() argument
233 accumulate_attribute(void * userData,const XML_Char * name,const XML_Char ** atts) accumulate_attribute() argument
250 _run_character_check(const char * text,const XML_Char * expected,const char * file,int line) _run_character_check() argument
264 _run_attribute_check(const char * text,const XML_Char * expected,const char * file,int line) _run_attribute_check() argument
284 _run_ext_character_check(const char * text,ExtTest * test_data,const XML_Char * expected,const char * file,int line) _run_ext_character_check() argument
[all...]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dlisting.c141 file_info_type *file; member
223 listing_message (const char *name, const char *message) in listing_message()
282 char *file; in listing_newline() local
451 buffer_line (file_info_type *file, char *line, unsigned int size) in buffer_line()
846 char *buffer, unsigned int width) in print_source()
941 char *buffer; in listing_listing() local
1069 listing_print (char *name) in listing_print()
1118 listing_file (const char *name) in listing_file()
1269 listing_source_file (const char *file) in listing_source_file()
1316 listing_file (const char *name) in listing_file()
[all …]
H A Dmacro.c276 get_token (int idx, sb *in, sb *name) in get_token()
523 const char *name; in do_formals() local
652 char *file, unsigned int line, in define_macro()
656 sb name; in define_macro() local
731 get_apost_token (int idx, sb *in, sb *name, int kind) in get_apost_token()
844 char buffer[10]; in macro_expand_body() local
908 const char *name; in macro_expand_body() local
1189 char buffer[20]; in macro_expand() local
1300 delete_macro (const char *name) in delete_macro()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dlisting.c141 file_info_type *file; member
223 listing_message (const char *name, const char *message) in listing_message()
282 char *file; in listing_newline() local
451 buffer_line (file_info_type *file, char *line, unsigned int size) in buffer_line()
851 char *buffer, unsigned int width) in print_source()
946 char *buffer; in listing_listing() local
1074 listing_print (char *name) in listing_print()
1127 listing_file (const char *name) in listing_file()
1278 listing_source_file (const char *file) in listing_source_file()
1325 listing_file (const char *name) in listing_file()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c101 typedef struct buffer struct
124 init_string_with_size (buffer, size) in init_string_with_size() argument
134 init_string (buffer) in init_string() argument
159 write_buffer (buffer, f) in write_buffer() argument
167 delete_string (buffer) in delete_string() argument
174 addr (buffer, idx) in addr() argument
182 at (buffer, pos) in at() argument
192 catchar (buffer, ch) in catchar() argument
217 catbuf (buffer, buf, len) in catbuf() argument
233 cattext (buffer, string) in cattext() argument
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c102 typedef struct buffer struct
125 init_string_with_size (buffer, size) in init_string_with_size() argument
135 init_string (buffer) in init_string() argument
160 write_buffer (buffer, f) in write_buffer() argument
168 delete_string (buffer) in delete_string() argument
175 addr (buffer, idx) in addr() argument
183 at (buffer, pos) in at() argument
193 catchar (buffer, ch) in catchar() argument
218 catbuf (buffer, buf, len) in catbuf() argument
234 cattext (buffer, string) in cattext() argument
[all …]
/openbsd-src/usr.sbin/smtpd/
H A Dparse.y48 static struct file { struct
51 char *name; member
58 } *file, *topfile; argument
918 char buffer[128]; variable
2123 char buffer[128]; variable
2269 char buffer[128]; variable
3049 pushfile(const char *name, int secret) in pushfile()
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c57 const char *name; member
73 const uchar *buffer; member
145 _cpp_file *file; member
201 open_file (_cpp_file *file) in open_file()
243 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in pch_open_file()
311 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in find_file_in_dir()
352 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted()
374 _cpp_find_failed (_cpp_file *file) in _cpp_find_failed()
397 _cpp_file *file; in _cpp_find_file() local
493 read_file_guts (cpp_reader *pfile, _cpp_file *file) in read_file_guts()
[all …]
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c149 name_needs_quotes (const char *name) in name_needs_quotes()
221 const char *name; in indirect_data() local
313 machopic_output_function_base_name (FILE *file) in machopic_output_function_base_name()
377 char *buffer; in machopic_indirection_name() local
378 const char *name = XSTR (sym_ref, 0); in machopic_indirection_name() local
472 machopic_validate_stub_or_non_lazy_ptr (const char *name) in machopic_validate_stub_or_non_lazy_ptr()
1089 darwin_mark_decl_preserved (const char *name) in darwin_mark_decl_preserved()
1158 tree name = TYPE_NAME (TREE_TYPE (exp)); in machopic_select_section() local
1178 const char *name = IDENTIFIER_POINTER (DECL_NAME (exp)); in machopic_select_section() local
1292 darwin_globalize_label (FILE *stream, const char *name) in darwin_globalize_label()
[all …]
/openbsd-src/usr.bin/rdist/
H A Dcommon.c347 remline(u_char *buffer, int space, int doclean) in remline()
438 getusername(uid_t uid, char *file, opt_t opts) in getusername()
442 const char *name; in getusername() local
480 getgroupname(gid_t gid, char *file, opt_t opts) in getgroupname()
484 const char *name; in getgroupname() local
576 exptilde(char *ebuf, char *file, size_t ebufsize) in exptilde()
635 setfiletime(char *file, time_t atime, time_t mtime) in setfiletime()
822 char *file; in searchpath() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp345 std::string file; in Handle_qfProcessInfo() local
436 if (std::optional<llvm::StringRef> name = in Handle_qUserName() local
456 if (std::optional<llvm::StringRef> name = in Handle_qGroupName() local
513 auto file = FileSystem::Instance().Open(path_spec, flags, mode, false); in Handle_vFile_Open() local
539 #define HANDLE_ERRNO(name, value) \ in system_errno_to_gdb() argument
556 NativeFile file(fd, File::OpenOptions(0), true); in Handle_vFile_Close() local
586 std::string buffer(count, 0); in Handle_vFile_pRead() local
587 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead() local
618 std::string buffer; in Handle_vFile_pWrite() local
620 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite() local
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c235 #define GET_ELF_SYMBOLS(file, section) \ argument
263 get_data (void *var, FILE *file, long offset, size_t size, const char *reason) in get_data()
699 slurp_rela_relocs (FILE *file, in slurp_rela_relocs()
769 slurp_rel_relocs (FILE *file, in slurp_rel_relocs()
842 dump_relocations (FILE *file, in dump_relocations()
2875 get_32bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers) in get_32bit_program_headers()
2908 get_64bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers) in get_64bit_program_headers()
2943 get_program_headers (FILE *file) in get_program_headers()
2974 process_program_headers (FILE *file) in process_program_headers()
3180 offset_from_vma (FILE *file, bfd_vma vma, bfd_size_type size) in offset_from_vma()
[all …]
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp217 std::unique_ptr<Archive> file = in getArchiveMembers() local
242 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile() local
268 std::unique_ptr<Archive> file = in addFile() local
303 static std::optional<std::string> searchLibraryBaseName(StringRef name) { in searchLibraryBaseName()
317 static std::optional<std::string> searchLibrary(StringRef name) { in searchLibrary()
324 void LinkerDriver::addLibrary(StringRef name) { in addLibrary()
641 static Symbol *handleUndefined(StringRef name, const char *option) { in handleUndefined()
659 static void handleLibcall(StringRef name) { in handleLibcall()
710 createUndefinedGlobal(StringRef name, llvm::wasm::WasmGlobalType *type) { in createUndefinedGlobal()
718 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c526 tree name; local
972 tree name = TREE_OPERAND (t, 0); local
1257 tree name = DECL_NAME (t); local
2428 cxx_print_error_function (context, file) in cxx_print_error_function() argument
2516 const char *file = input_filename; local
2547 print_instantiation_partial_context (context, t, file, line) in print_instantiation_partial_context() argument
2599 cp_printer (buffer, text) in cp_printer() argument
2645 print_integer (buffer, i) in print_integer() argument
2654 print_non_consecutive_character (buffer, c) in print_non_consecutive_character() argument

12345