/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | div.cpp | 958 const char *get_string(); 967 const char *page_offset_reg::get_string() in get_string() function in page_offset_reg 975 const char *get_string(); 984 const char *page_length_reg::get_string() in get_string() function in page_length_reg 992 const char *get_string(); 1004 const char *vertical_position_reg::get_string() in get_string() function in vertical_position_reg 1015 const char *get_string(); 1024 const char *high_water_mark_reg::get_string() in get_string() function in high_water_mark_reg 1032 const char *get_string(); 1041 const char *distance_to_next_trap_reg::get_string() in get_string() function in distance_to_next_trap_reg [all …]
|
H A D | reg.h | 27 virtual const char *get_string() = 0; 41 const char *get_string(); 50 const char *get_string();
|
H A D | column.cpp | 624 const char *get_string(); 627 const char *column_bottom_reg::get_string() in get_string() function in column_bottom_reg 634 const char *get_string(); 637 const char *column_extra_space_reg::get_string() in get_string() function in column_extra_space_reg 644 const char *get_string(); 647 const char *column_active_reg::get_string() in get_string() function in column_active_reg
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/hmaptool/ |
H A D | hmaptool | 97 def get_string(self, idx): member in HeaderMap 109 yield (self.get_string(key_idx), 110 self.get_string(prefix_idx) + self.get_string(suffix_idx)) 145 key = hmap.get_string(key_idx) 146 prefix = hmap.get_string(prefix_idx) 147 suffix = hmap.get_string(suffix_idx)
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | set_sec_context_option.c | 55 get_string(OM_uint32 *minor_status, in get_string() function 155 maj_stat = get_string(minor_status, value, &str); in _gsskrb5_set_sec_context_option() 167 maj_stat = get_string(minor_status, value, &str); in _gsskrb5_set_sec_context_option() 189 maj_stat = get_string(minor_status, value, &str); in _gsskrb5_set_sec_context_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | spellcheck.h | 62 static const char *get_string (const char *str) 95 : m_goal (goal_traits::get_string (goal)), 133 candidate_traits::get_string (candidate),
|
H A D | spellcheck-tree.h | 44 static const char *get_string (tree id)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | spellcheck.h | 62 static const char *get_string (const char *str) 95 : m_goal (goal_traits::get_string (goal)), 133 candidate_traits::get_string (candidate),
|
H A D | spellcheck-tree.h | 44 static const char *get_string (tree id)
|
/netbsd-src/external/bsd/pdisk/dist/ |
H A D | io.c | 91 char* get_string(int eos); 304 *string = get_string(c); in get_string_argument() 310 *string = get_string(' '); in get_string_argument() 324 get_string(int eos) in get_string() function
|
/netbsd-src/usr.bin/systat/ |
H A D | ifstat.c | 133 *get_string(d##_##c, curscale), \ 139 get_string(d##_##c, curscale), \ 149 *get_string(d##_##c, SC_AUTO)); \ 154 get_string(d##_##c, SC_AUTO)); \
|
H A D | convtbl.h | 59 extern const char *get_string(const uintmax_t, const int);
|
/netbsd-src/usr.sbin/bootp/common/ |
H A D | readfile.c | 250 get_string(char **, char *, u_int *); 912 (void) get_string(symbol, tmpstr, &len); in eval_symbol() 967 (void) get_string(symbol, tmpstr, &len); in eval_symbol() 1152 get_string(char **src, char *dest, unsigned int *length) in get_string() function 1209 (void) get_string(src, retstring, &length); in get_shared_string() 1250 (void) get_string(src, (char *) str, &newlength); in process_generic() 1419 (void) get_string(src, tstring, &tlen); in fill_defaults() 1748 get_string(src, tmpstr, &tmplen); in prs_haddr()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | rclex.c | 247 get_string (int len) in get_string() function 273 ret = get_string (strlen (input) + 1); in handle_quotes() 420 return (unichar *) get_string (len * sizeof (unichar)); in get_unistring() 867 s = get_string (strlen (rclex_tok) + 1); in yylex()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | rclex.c | 247 get_string (int len) in get_string() function 273 ret = get_string (strlen (input) + 1); in handle_quotes() 420 return (unichar *) get_string (len * sizeof (unichar)); in get_unistring() 867 s = get_string (strlen (rclex_tok) + 1); in yylex()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-to-generic.h | 63 std::string get_string (size_t entry_offset) const; 194 std::string var_name = get_string (brigVar->name).substr (1); in get_mangled_name_tmpl()
|
H A D | brig-comment-handler.cc | 34 std::string cmnt = m_parent.get_string (brig_comment->name); in operator ()()
|
H A D | brig-module-handler.cc | 29 m_parent.m_module_name = m_parent.get_string (mod->name).substr (1); in operator ()()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | read-mo.c | 115 get_string (const struct binary_mo_file *bfp, size_t offset, size_t *lengthp) in get_string() function 300 msgid = get_string (&bf, header.orig_tab_offset + i * 8, in read_mo_file() 316 msgstr = get_string (&bf, header.trans_tab_offset + i * 8, in read_mo_file()
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
H A D | stringquery.h | 22 QString get_string();
|
H A D | stringquery.cpp | 28 QString StringQuery::get_string() in get_string() function in StringQuery
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-spellcheck.h | 37 static const char *get_string (cpp_hashnode *hashnode)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-spellcheck.h | 37 static const char *get_string (cpp_hashnode *hashnode)
|
/netbsd-src/sbin/ifconfig/ |
H A D | util.h | 24 const char *get_string(const char *, const char *, u_int8_t *, int *, bool);
|
/netbsd-src/external/gpl3/binutils.old/dist/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
|