/openbsd-src/regress/lib/libc/fmemopen/ |
H A D | fmemopentest.c | 29 char string[] = "fmemopen test string!"; in simpletest() local 30 char buffer[1024], *buf = NULL; in simpletest() local 76 char string[] = "hello\0 test number 2"; in appendtest() local 77 char buffer[256]; in appendtest() local 129 char string[] = "bah, what a day"; in updatetest() local 130 char buffer[256]; in updatetest() local 168 char string[] = "super test number 3"; in writetest() local 169 char buffer[256]; in writetest() local 215 char string[] = "long string for testing seek"; in seektest() local
|
/openbsd-src/usr.bin/encrypt/ |
H A D | encrypt.c | 64 print_passwd(char *string, int operation, char *extra) in print_passwd() 66 char buffer[_PASSWORD_LEN]; in print_passwd() local 135 char string[1024]; in main() local 161 char *string; in main() local
|
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
H A D | chew.c | 101 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 D | chew.c | 102 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/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cpu-arm.c | 99 scan (const struct bfd_arch_info *info, const char *string) in scan() 217 bfd_byte *buffer, in arm_check_note() 272 bfd_byte * buffer; in bfd_arm_update_notes() local 342 const char * string; member 367 bfd_byte * buffer; in bfd_arm_get_mach_from_notes() local
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | cpu-arm.c | 107 scan (info, string) in scan() argument 230 arm_check_note (abfd, buffer, buffer_size, expected_name, description_return) in arm_check_note() argument 289 char * buffer; local 361 const char * string; member 388 char * buffer; local
|
/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | search.c | 39 make_binding (char *buffer, long int start, long int end) in make_binding() 73 search (char *string, SEARCH_BINDING *binding) in search() 88 search_forward (char *string, SEARCH_BINDING *binding) in search_forward() 151 char *string; in search_backward() local 219 string_in_line (char *string, char *line) in string_in_line() 238 looking_at (char *string, SEARCH_BINDING *binding) in looking_at() 264 skip_whitespace (char *string) in skip_whitespace() 275 skip_whitespace_and_newlines (char *string) in skip_whitespace_and_newlines() 285 skip_non_whitespace (char *string) in skip_non_whitespace() 301 skip_node_characters (char *string, int newlines_okay) in skip_node_characters() [all …]
|
H A D | terminal.c | 123 #define send_to_terminal(string) \ argument 242 terminal_put_text (char *string) in terminal_put_text() 254 terminal_write_chars (char *string, int nchars) in terminal_write_chars() 515 char *buffer; in terminal_initialize_terminal() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-out.c | 33 struct ui_file *buffer; member 193 char buffer[20]; /* FIXME: how many chars long a %d can become? */ in mi_field_int() local 223 const char *string) in mi_field_string() 264 mi_text (struct ui_out *uiout, const char *string) in mi_text() 347 mi_out_buffered (struct ui_out *uiout, char *string) in mi_out_buffered() 365 do_write (void *data, const char *buffer, long length_buffer) in do_write()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gcov-io.c | 251 gcov_unsigned_t *buffer = gcov_write_words (1); in gcov_write_unsigned() local 263 gcov_unsigned_t *buffer = gcov_write_words (2); in gcov_write_counter() local 278 gcov_write_string (const char *string) in gcov_write_string() 282 gcov_unsigned_t *buffer; in gcov_write_string() local 306 gcov_unsigned_t *buffer = gcov_write_words (2); in gcov_write_tag() local 324 gcov_unsigned_t *buffer; in gcov_write_length() local 344 gcov_unsigned_t *buffer = gcov_write_words (2); in gcov_write_tag_length() local 428 const gcov_unsigned_t *buffer = gcov_read_words (1); in gcov_read_unsigned() local 443 const gcov_unsigned_t *buffer = gcov_read_words (2); in gcov_read_counter() local
|
H A D | tree-dump.c | 199 dump_string (dump_info_p di, const char *string) in dump_string() 212 dump_string_field (dump_info_p di, const char *field, const char *string) in dump_string_field() 282 const char *string = NULL; in dequeue_and_dump() local 424 char buffer[32]; in dequeue_and_dump() local 435 char buffer[32]; in dequeue_and_dump() local
|
H A D | tree-pretty-print.c | 61 static pretty_printer buffer; variable 67 do_niy (pretty_printer *buffer, tree node) in do_niy() 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() 264 dump_omp_clause (pretty_printer *buffer, tree clause, int spc, int flags) in dump_omp_clause() 388 dump_omp_clauses (pretty_printer *buffer, tree clause, int spc, int flags) in dump_omp_clauses() 411 dump_generic_node (pretty_printer *buffer, tree node, int spc, int flags, in dump_generic_node() 759 char string[100]; in dump_generic_node() local [all …]
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | lex.c | 72 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() 83 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) in add_line_note() 102 cpp_buffer *buffer; in _cpp_clean_line() local 254 cpp_buffer *buffer = pfile->buffer; in _cpp_process_line_notes() local 316 cpp_buffer *buffer = pfile->buffer; in _cpp_skip_block_comment() local 374 cpp_buffer *buffer = pfile->buffer; in skip_line_comment() local 388 cpp_buffer *buffer = pfile->buffer; in skip_whitespace() local 419 name_p (cpp_reader *pfile, const cpp_string *string) in name_p() 461 cpp_buffer *buffer = pfile->buffer; in forms_identifier_p() local 662 unsigned char *buffer; in save_comment() local [all …]
|
/openbsd-src/usr.bin/top/ |
H A D | utils.c | 77 static char buffer[16]; /* result is built here */ in itoa() local 94 static char buffer[16]; /* result is built here */ in format_uid() local 108 string_index(char *string, char **array) in string_index()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cpplex.c | 95 cpp_ideq (token, string) in cpp_ideq() argument 112 cpp_buffer *buffer = pfile->buffer; local 134 cpp_buffer *buffer = pfile->buffer; local 172 cpp_buffer *buffer = pfile->buffer; local 243 cpp_buffer *buffer = pfile->buffer; local 260 cpp_buffer *buffer = pfile->buffer; local 306 cpp_buffer *buffer = pfile->buffer; local 361 cpp_buffer *buffer = pfile->buffer; local 378 cpp_buffer *buffer = pfile->buffer; local 417 name_p (pfile, string) in name_p() argument [all …]
|
H A D | cpplib.c | 571 unsigned char *buffer; local 1194 cpp_buffer *buffer = pfile->buffer; local 1256 const cpp_token *string; local 1337 const cpp_token *string = get__Pragma_string (pfile); local 1422 cpp_buffer *buffer = pfile->buffer; local 1456 cpp_buffer *buffer = pfile->buffer; local 1492 cpp_buffer *buffer = pfile->buffer; local 1528 cpp_buffer *buffer = pfile->buffer; local 1927 cpp_push_buffer (pfile, buffer, len, from_stage3, return_at_eof) in cpp_push_buffer() argument 1957 cpp_buffer *buffer = pfile->buffer; local
|
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
H A D | makeinfo.c | 921 canon_white (char *string) in canon_white() 949 fix_whitespace (char *string) in fix_whitespace() 979 discard_until (char *string) in discard_until() 1020 get_until (char *match, char **string) in get_until() 1129 get_until_in_line (int expand, char *match, char **string) in get_until_in_line() 1161 get_rest_of_line (int expand, char **string) in get_rest_of_line() 1205 get_until_in_braces (char *match, char **string) in get_until_in_braces() 1305 char *buffer = NULL; in convert_from_stream() local 1877 char *string; in handle_menu_entry() local 1963 get_command_entry (char *string) in get_command_entry() [all …]
|
/openbsd-src/lib/libcurses/tinfo/ |
H A D | make_hash.c | 99 hash_function(const char *string) in hash_function() 165 parse_columns(char *buffer) in parse_columns() 261 char buffer[BUFSIZ]; in main() local
|
/openbsd-src/usr.bin/make/ |
H A D | str.c | 91 brk_string(const char *str, int *store_argc, char **buffer) in brk_string() 238 star_match(const char *string, const char *estring, in star_match() 317 Str_Matchi(const char *string, const char *estring, in Str_Matchi()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldfile.c | 333 char *string; in ldfile_open_file_search() local 470 char buffer[1000]; in ldfile_find_command_file() local 533 ldfile_set_output_arch (const char *string, enum bfd_architecture defarch) in ldfile_set_output_arch()
|
/openbsd-src/usr.bin/m4/ |
H A D | gnum4.c | 178 static char *buffer; variable 269 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm) in add_sub() 286 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace() 319 do_subst(const char *string, regex_t *re, const char *source, in do_subst() 360 do_regexp(const char *string, regex_t *re, const char *source, in do_regexp() 378 do_regexpindex(const char *string, regex_t *re, const char *source, in do_regexpindex()
|
/openbsd-src/gnu/usr.bin/binutils/ld/ |
H A D | ldfile.c | 326 char *string; in ldfile_open_file_search() local 463 char buffer[1000]; in ldfile_find_command_file() local 582 ldfile_set_output_arch (const char *string, enum bfd_architecture defarch) in ldfile_set_output_arch()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ada-valprint.c | 280 char_at (char *string, int i, int type_len) in char_at() 290 ui_memcpy (void *dest, const char *buffer, long len) in ui_memcpy() 303 char buffer[64]; in ada_print_floating() local 441 printstr (struct ui_file *stream, char *string, unsigned int length, in printstr() 530 ada_printstr (struct ui_file *stream, char *string, unsigned int length, in ada_printstr()
|
H A D | scm-lang.c | 56 scm_printstr (struct ui_file *stream, char *string, unsigned int length, in scm_printstr() 79 char buffer[20]; in scm_get_field() local
|
/openbsd-src/usr.bin/telnet/ |
H A D | utilities.c | 89 Dump(char direction, unsigned char *buffer, int length) in Dump() 689 ExitString(char *string, int returnCode) in ExitString()
|