Searched refs:longname (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 82 if (!this->longname.empty()) in register_option() 83 (*long_options)[this->longname] = this; in register_option() 111 if (!this->longname.empty() in print() 112 && !(this->longname[0] == this->shortname in print() 113 && this->longname[1] == '\0')) in print() 131 len += printf("%s", this->longname.c_str()); in print()
|
D | options.h | 161 std::string longname; member 172 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""), in One_option() 179 const char* pos = strchr(this->longname.c_str(), '_'); in One_option() 181 this->longname[pos - this->longname.c_str()] = '-'; in One_option()
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | binutils.pot | 2999 msgid "Archive member uses long names, but no longname table found\n"
|
D | bg.po | 3003 msgid "Archive member uses long names, but no longname table found\n"
|
D | sr.po | 3028 msgid "Archive member uses long names, but no longname table found\n"
|
D | sv.po | 3057 msgid "Archive member uses long names, but no longname table found\n"
|
D | fr.po | 3030 msgid "Archive member uses long names, but no longname table found\n"
|
D | fi.po | 3098 msgid "Archive member uses long names, but no longname table found\n"
|