Home
last modified time | relevance | path

Searched refs:string_dup (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/misc/sword/sword-1.8.1/bindings/corba/omniorbcpp/
H A Dswordorb-impl.cpp192 (*retVal)[0] = CORBA::string_dup(assureValidUTF8(keyText)); in parseKeyList()
249 (*retVal)[0] = CORBA::string_dup(num.c_str()); in getKeyChildren()
252 (*retVal)[1] = CORBA::string_dup(num.c_str()); in getKeyChildren()
255 (*retVal)[2] = CORBA::string_dup(num.c_str()); in getKeyChildren()
258 (*retVal)[3] = CORBA::string_dup(num.c_str()); in getKeyChildren()
261 (*retVal)[4] = CORBA::string_dup(num.c_str()); in getKeyChildren()
264 (*retVal)[5] = CORBA::string_dup(num.c_str()); in getKeyChildren()
265 (*retVal)[6] = CORBA::string_dup(vkey->getBookName()); in getKeyChildren()
266 (*retVal)[7] = CORBA::string_dup(vkey->getOSISRef()); in getKeyChildren()
267 (*retVal)[8] = CORBA::string_dup(vkey->getShortText()); in getKeyChildren()
[all …]
/dports/misc/sword/sword-1.8.1/bindings/corba/orbitcpp/
H A Dswordorb-impl.hpp52 …char *getKeyText() throw(CORBA::SystemException) { return CORBA::string_dup((char *)delegate->KeyT… in getKeyText()
56 …char *getName() throw(CORBA::SystemException) { return CORBA::string_dup((char *)delegate->Name())… in getName()
57 …char *getDescription() throw(CORBA::SystemException) { return CORBA::string_dup((char *)delegate->… in getDescription()
62 …char *getStripText() throw(CORBA::SystemException) { return CORBA::string_dup((char *)delegate->St… in getStripText()
64 …char *getRenderText() throw(CORBA::SystemException) { return CORBA::string_dup((char *)delegate->R… in getRenderText()
65 …char *getRenderHeader() throw(CORBA::SystemException) { return CORBA::string_dup((char *)((delegat… in getRenderHeader()
66 …char *getRawEntry() throw(CORBA::SystemException) { return CORBA::string_dup((char *)delegate->get… in getRawEntry()
89 …char *getPrefixPath() throw(CORBA::SystemException) { return CORBA::string_dup(delegate->prefixPat… in getPrefixPath()
90 …char *getConfigPath() throw(CORBA::SystemException) { return CORBA::string_dup(delegate->configPat… in getConfigPath()
92 …char *getGlobalOption(const char *option) throw(CORBA::SystemException) { return CORBA::string_dup in getGlobalOption()
[all …]
H A Dswordorb-impl.cpp103 (*retVal)[count++] = CORBA::string_dup(it->c_str()); in getGlobalOptions()
141 return CORBA::string_dup((char *)buf.c_str()); in filterText()
157 return CORBA::string_dup((char *)type.c_str()); in getCategory()
179 (*retVal)[0] = CORBA::string_dup(keyText); in parseKeyList()
331 (*retVal)[0] = CORBA::string_dup(num.c_str()); in getKeyChildren()
334 (*retVal)[1] = CORBA::string_dup(num.c_str()); in getKeyChildren()
337 (*retVal)[2] = CORBA::string_dup(num.c_str()); in getKeyChildren()
340 (*retVal)[3] = CORBA::string_dup(num.c_str()); in getKeyChildren()
343 (*retVal)[4] = CORBA::string_dup(num.c_str()); in getKeyChildren()
346 (*retVal)[5] = CORBA::string_dup(num.c_str()); in getKeyChildren()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dfilter/
H A Dsttype-string.c19 string_dup(gconstpointer string) in string_dup() function
45 string_dup, in sttype_register_string()
54 string_dup, in sttype_register_string()
63 string_dup, in sttype_register_string()
/dports/net/wireshark/wireshark-3.6.1/epan/dfilter/
H A Dsttype-string.c19 string_dup(gconstpointer string) in string_dup() function
45 string_dup, in sttype_register_string()
54 string_dup, in sttype_register_string()
63 string_dup, in sttype_register_string()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dfilter/
H A Dsttype-string.c19 string_dup(gconstpointer string)
45 string_dup,
54 string_dup,
63 string_dup,
/dports/net/tshark/wireshark-3.6.1/epan/dfilter/
H A Dsttype-string.c19 string_dup(gconstpointer string) in string_dup() function
45 string_dup, in sttype_register_string()
54 string_dup, in sttype_register_string()
63 string_dup, in sttype_register_string()
/dports/devel/omniORB/omniORB-4.2.4/src/appl/utils/genior/
H A Dgenior.cc165 IRTypeId = CORBA::string_dup(argv[2]); in main()
166 hostname = CORBA::string_dup(argv[3]); in main()
168 objKey = CORBA::string_dup(argv[5]); in main()
175 IRTypeId = CORBA::string_dup(argv[1]); in main()
176 hostname = CORBA::string_dup(argv[2]); in main()
180 objKey = CORBA::string_dup(argv[4]); in main()
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/sslTP/
H A DpysslTP.cc67 sslContext::certificate_authority_file = CORBA::string_dup(name); in pysslTP_certificate_authority_file()
93 sslContext::certificate_authority_path = CORBA::string_dup(name); in pysslTP_certificate_authority_path()
119 sslContext::key_file = CORBA::string_dup(name); in pysslTP_key_file()
145 sslContext::key_file_password = CORBA::string_dup(pw); in pysslTP_key_file_password()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmkindex.c160 char *string_dup(const char *zSrc, int n){ in string_dup() function
208 aEntry[nUsed].zPath = string_dup(&zLine[i-1], j+1); in scan_for_label()
211 aEntry[nUsed].zPath = string_dup(&zLine[i], j); in scan_for_label()
260 aEntry[nUsed].zDflt = string_dup(&zLine[i+8], j-8); in scan_for_label()
262 aEntry[nUsed].zVar = string_dup(&zLine[i+9], j-9); in scan_for_label()
310 aEntry[nUsed-1].zDflt = string_dup(z,len); in scan_for_default()
360 z = string_dup(&zHelp[k], nHelp-k); in scan_for_func()
365 aEntry[k].zIf = zIf[0] ? string_dup(zIf, -1) : 0; in scan_for_func()
366 aEntry[k].zFunc = isSetting ? "0" : string_dup(&zLine[i], j); in scan_for_func()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/cloud/
H A Daws.c464 self -> access_key_id = string_dup ( value . addr, value . size ); in aws_parse_file()
469 self -> secret_access_key = string_dup ( value . addr, value . size ); in aws_parse_file()
477 self -> region = string_dup ( value . addr, value . size ); in aws_parse_file()
481 self -> output = string_dup ( value . addr, value . size ); in aws_parse_file()
611 self -> access_key_id = string_dup( aws_access_key_id, string_size( aws_access_key_id ) ); in PopulateCredentials()
612 …self -> secret_access_key = string_dup( aws_secret_access_key, string_size( aws_secret_access_key … in PopulateCredentials()
619 self -> profile = string_dup ( profile, string_size ( profile ) ); in PopulateCredentials()
633 self -> profile = string_dup ( buffer, string_size ( buffer ) ); in PopulateCredentials()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/cloud/
H A Daws.c464 self -> access_key_id = string_dup ( value . addr, value . size ); in aws_parse_file()
469 self -> secret_access_key = string_dup ( value . addr, value . size ); in aws_parse_file()
477 self -> region = string_dup ( value . addr, value . size ); in aws_parse_file()
481 self -> output = string_dup ( value . addr, value . size ); in aws_parse_file()
611 self -> access_key_id = string_dup( aws_access_key_id, string_size( aws_access_key_id ) ); in PopulateCredentials()
612 …self -> secret_access_key = string_dup( aws_secret_access_key, string_size( aws_secret_access_key … in PopulateCredentials()
619 self -> profile = string_dup ( profile, string_size ( profile ) ); in PopulateCredentials()
633 self -> profile = string_dup ( buffer, string_size ( buffer ) ); in PopulateCredentials()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/orbcore/
H A DtcpSocket.cc394 bound_host = CORBA::string_dup(*i); in Bind()
405 bound_host = CORBA::string_dup(loopback4); in Bind()
414 bound_host = CORBA::string_dup(loopback6); in Bind()
467 bound_host = CORBA::string_dup(host); in Bind()
940 return CORBA::string_dup(addrstr); in addrToString()
962 return CORBA::string_dup("**invalid**"); in addrToString()
964 return CORBA::string_dup(dest); in addrToString()
1011 return CORBA::string_dup("**invalid**"); in addrToURI()
1040 return CORBA::string_dup("**invalid**"); in addrToURI()
1048 return CORBA::string_dup("**invalid**"); in addrToURI()
[all …]
H A DlibcWrapper.cc380 return CORBA::string_dup(host); in asString()
390 return CORBA::string_dup("**invalid**"); in asString()
406 return CORBA::string_dup(host); in name()
468 pd_name = CORBA::string_dup(name); in IP4AddrInfo()
519 return CORBA::string_dup(pd_name); in name()
527 return CORBA::string_dup(ent->h_name); in name()
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dmkindex.c78 static char *string_dup(const char *zSrc, int n){ in string_dup() function
106 aEntry[nUsed].zPath = string_dup(&zLine[i], j); in scan_for_url()
129 aEntry[k].zFunc = string_dup(&zLine[i], j); in scan_for_func()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts1/
H A Dsimple_tokenizer.c25 static char *string_dup(const char *s){ in string_dup() function
62 t->zDelim = string_dup(argv[1]); in simpleCreate()
74 t->zDelim = string_dup(zDelim); in simpleCreate()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts1/
H A Dsimple_tokenizer.c25 static char *string_dup(const char *s){ in string_dup() function
62 t->zDelim = string_dup(argv[1]); in simpleCreate()
74 t->zDelim = string_dup(zDelim); in simpleCreate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts1/
H A Dsimple_tokenizer.c25 static char *string_dup(const char *s){ in string_dup() function
62 t->zDelim = string_dup(argv[1]); in simpleCreate()
74 t->zDelim = string_dup(zDelim); in simpleCreate()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts1/
H A Dsimple_tokenizer.c25 static char *string_dup(const char *s){ in string_dup() function
62 t->zDelim = string_dup(argv[1]); in simpleCreate()
74 t->zDelim = string_dup(zDelim); in simpleCreate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts1/
H A Dsimple_tokenizer.c25 static char *string_dup(const char *s){ in string_dup() function
62 t->zDelim = string_dup(argv[1]); in simpleCreate()
74 t->zDelim = string_dup(zDelim); in simpleCreate()
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dmkindex.c78 static char *string_dup(const char *zSrc, int n){ in string_dup() function
106 aEntry[nUsed].zPath = string_dup(&zLine[i], j); in scan_for_url()
129 aEntry[k].zFunc = string_dup(&zLine[i], j); in scan_for_func()
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dmkindex.c78 static char *string_dup(const char *zSrc, int n){ in string_dup() function
106 aEntry[nUsed].zPath = string_dup(&zLine[i], j); in scan_for_url()
129 aEntry[k].zFunc = string_dup(&zLine[i], j); in scan_for_func()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A DnamedValue.cc43 pd_name = CORBA::string_dup(""); in OMNI_NAMESPACE_BEGIN()
55 pd_name = CORBA::string_dup(name); in NamedValueImpl()
68 pd_name = CORBA::string_dup(name); in NamedValueImpl()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/orbcore/ssl/
H A DsslTransportImpl.cc153 sslContext::certificate_authority_file = CORBA::string_dup(value); in visit()
181 sslContext::certificate_authority_path = CORBA::string_dup(value); in visit()
209 sslContext::key_file = CORBA::string_dup(value); in visit()
237 sslContext::key_file_password = CORBA::string_dup(value); in visit()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ascp/
H A Dascp.c186 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
193 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
200 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
207 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
214 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
220 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
227 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
234 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
241 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()
250 if ((state->msg = string_dup(s->addr, s->len)) == NULL) { in parseAscpLine()

12345678910