/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | spellcheck.h | 62 static const char *get_string (const char *str) 92 : m_goal (goal_traits::get_string (goal)), 130 candidate_traits::get_string (candidate),
|
H A D | spellcheck-tree.h | 44 static const char *get_string (tree id)
|
H A D | diagnostic-show-locus.c | 1327 pp_character (m_pp, hint->get_string ()[i]); in print_leading_fixits() 1686 char_span (hint->get_string (), in add_hint() 1702 hint->get_string (), in add_hint() 2636 ASSERT_STREQ ("foobar", hint->get_string ()); in test_fixit_consolidation() 2658 ASSERT_STREQ ("foo", hint->get_string ()); in test_fixit_consolidation() 2678 ASSERT_STREQ ("", hint->get_string ()); in test_fixit_consolidation()
|
/dflybsd-src/tools/tools/usbtest/ |
H A D | usbtest.c | 138 get_string(char *ptr, int size) in get_string() function 265 get_string(pattern, sizeof(pattern)); in show_default_audio_select() 366 get_string(pattern, sizeof(pattern)); in show_default_keyboard_select() 594 get_string(pattern, sizeof(pattern)); in show_default_modem_select()
|
H A D | usbtest.h | 57 extern void get_string(char *, int);
|
/dflybsd-src/libexec/bootpd/ |
H A D | readfile.c | 254 get_string(char **, char *, u_int *); 913 (void) get_string(symbol, tmpstr, &len); in eval_symbol() 968 (void) get_string(symbol, tmpstr, &len); in eval_symbol() 1151 get_string(char **src, char *dest, unsigned *length) in get_string() function 1208 (void) get_string(src, retstring, &length); in get_shared_string() 1249 (void) get_string(src, (char *) str, &newlength); in process_generic() 1420 (void) get_string(src, tstring, &tlen); in fill_defaults() 1754 get_string(src, tmpstr, &tmplen); in prs_haddr()
|
/dflybsd-src/usr.bin/systat/ |
H A D | convtbl.h | 59 extern const char *get_string(const uintmax_t, const int);
|
H A D | ifstat.c | 123 get_string(d##_##c, curscale), \ 131 get_string(d##_##c, SC_AUTOBYTE)); \
|
H A D | convtbl.c | 107 get_string(const uintmax_t size, const int scale) in get_string() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-spellcheck.h | 37 static const char *get_string (cpp_hashnode *hashnode)
|
/dflybsd-src/usr.bin/truss/ |
H A D | syscall.h | 46 char *get_string(int, void*, int);
|
H A D | syscalls.c | 150 get_string(int procfd, void *offset, int max) { in get_string() function 232 tmp2 = get_string(fd, (void*)args[sc->offset], 0); in print_arg()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | incremental.h | 800 return this->get_string(offset); in command_line() 828 return this->inputs_->get_string(offset); in filename() 880 return this->inputs_->get_string(offset); in get_soname() 1010 return this->inputs_->get_string(offset); in get_unused_symbol() 1032 info.name = this->inputs_->get_string(name_offset); in get_input_section() 1067 return this->inputs_->get_string(name_offset); in get_comdat_group_signature() 1153 const char* get_string(unsigned int offset) const in get_string() function
|
H A D | dwarf_reader.cc | 1042 this->name_ = this->dwinfo_->get_string(this->name_off_, in set_name() 1054 this->linkage_name_ = this->dwinfo_->get_string(this->linkage_name_off_, in set_linkage_name() 1084 return this->dwinfo_->get_string(attr_val->val.refval, in string_attribute() 1484 Dwarf_info_reader::get_string(off_t str_off, unsigned int string_shndx) in get_string() function in gold::Dwarf_info_reader
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | incremental.h | 800 return this->get_string(offset); in command_line() 828 return this->inputs_->get_string(offset); in filename() 880 return this->inputs_->get_string(offset); in get_soname() 1010 return this->inputs_->get_string(offset); in get_unused_symbol() 1032 info.name = this->inputs_->get_string(name_offset); in get_input_section() 1067 return this->inputs_->get_string(name_offset); in get_comdat_group_signature() 1153 const char* get_string(unsigned int offset) const in get_string() function
|
H A D | dwarf_reader.cc | 1027 this->name_ = this->dwinfo_->get_string(this->name_off_, in set_name() 1039 this->linkage_name_ = this->dwinfo_->get_string(this->linkage_name_off_, in set_linkage_name() 1069 return this->dwinfo_->get_string(attr_val->val.refval, in string_attribute() 1469 Dwarf_info_reader::get_string(off_t str_off, unsigned int string_shndx) in get_string() function in gold::Dwarf_info_reader
|
/dflybsd-src/usr.sbin/cron/lib/ |
H A D | entry.c | 141 ch = get_string(cmd, MAX_COMMAND, file, " \t\n"); in load_entry() 268 ch = get_string(username, MAX_COMMAND, file, " \t"); in load_entry() 395 ch = get_string(cmd, MAX_COMMAND, file, "\n"); in load_entry()
|
H A D | env.c | 144 if (EOF == get_string(envstr, MAX_ENVSTR, f, "\n")) in load_env()
|
H A D | misc.c | 307 get_string(char *string, int size, FILE *file, char *terms) in get_string() function
|
/dflybsd-src/contrib/ee/ |
H A D | ee.c | 284 char *get_string P_((char *prompt, int advance)); 1190 string = get_string(ascii_code_str, TRUE); in control() 1298 string = get_string(ascii_code_str, TRUE); in emacs_control() 1665 cmd_str = get_string(command_str, TRUE); in command_prompt() 1712 cmd_str = cmd_str2 = get_string(file_write_prompt_str, TRUE); 1728 cmd_str = cmd_str2 = get_string(file_read_prompt_str, TRUE); 1870 get_string(prompt, advance) /* read string from input on command line */ in get_string() function 2411 file_name = get_string(save_file_name_prompt, TRUE); in finish() 2447 ans = get_string(changes_made_prompt, TRUE); 2524 tmp_point = get_string(file_exists_prompt, TRUE); [all …]
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_conf.c | 418 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) { in X509V3_get_string() 422 return ctx->db_meth->get_string(ctx->db, name, section); in X509V3_get_string()
|
/dflybsd-src/usr.sbin/cron/cron/ |
H A D | cron.h | 222 get_string(char *, int, FILE *, char *),
|
/dflybsd-src/usr.bin/chat/ |
H A D | chat.c | 160 static int get_string(char *string); 819 if (get_string (expect)) in chat_expect() 1172 get_string(char *string) in get_string() function
|
/dflybsd-src/bin/mined/ |
H A D | mined.h | 264 #define get_string(str1,str2, fl) bottom_line(ON, (str1), NIL_PTR, (str2), fl) macro
|
H A D | mined2.c | 1204 if (get_string(message, exp_buf, FALSE) == ERRORS) in get_expression() 1271 if (get_string(mess_buf, replacement, FALSE) == ERRORS) in change()
|