Home
last modified time | relevance | path

Searched refs:strtmp (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/macro/
H A DFeature_field.cpp56 string strtmp in GetFeatSubtype() local
58 if (strtmp == "cds") { in GetFeatSubtype()
68 strtmp = "Imp-CDS"; in GetFeatSubtype()
71 strtmp = "D-" + strtmp.substr(2); in GetFeatSubtype()
80 strtmp = "LTR"; in GetFeatSubtype()
86 strtmp = "preRNA"; in GetFeatSubtype()
89 strtmp = "RBS"; in GetFeatSubtype()
95 strtmp = "STS"; in GetFeatSubtype()
101 strtmp = "V-" + strtmp.substr(2); in GetFeatSubtype()
111 strtmp = strtmp.substr(1); in GetFeatSubtype()
[all …]
H A DSearch_func.cpp109 string strtmp(str); in x_StringMayContainPlural() local
116 strtmp = CTempString(strtmp).substr(pos+len); in x_StringMayContainPlural()
117 strtmp = NStr::TruncateSpaces(strtmp, NStr::eTrunc_Begin); in x_StringMayContainPlural()
122 next_letter = (len == strtmp.size()) ? ',' : strtmp[pos+len]; in x_StringMayContainPlural()
129 strtmp = CTempString(strtmp).substr(strtmp.find(*jt)); in x_StringMayContainPlural()
345 string strtmp; in x_StringContainsUnderscore() local
349 strtmp = arr[i+1]; in x_StringContainsUnderscore()
359 …if ( (strtmp == "MFS" || strtmp == "TPR" || strtmp == "AAA") && (isdigit(arr[i+1][0]) && !isdigit(… in x_StringContainsUnderscore()
418 strtmp = strtmp.substr(0, strtmp.size()-1); in x_StringContainsUnbalancedParentheses()
426 strtmp = strtmp.substr(0, strtmp.size()-1); in x_StringContainsUnbalancedParentheses()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/macro/
H A DFeature_field.cpp56 string strtmp in GetFeatSubtype() local
58 if (strtmp == "cds") { in GetFeatSubtype()
68 strtmp = "Imp-CDS"; in GetFeatSubtype()
71 strtmp = "D-" + strtmp.substr(2); in GetFeatSubtype()
80 strtmp = "LTR"; in GetFeatSubtype()
86 strtmp = "preRNA"; in GetFeatSubtype()
89 strtmp = "RBS"; in GetFeatSubtype()
95 strtmp = "STS"; in GetFeatSubtype()
101 strtmp = "V-" + strtmp.substr(2); in GetFeatSubtype()
111 strtmp = strtmp.substr(1); in GetFeatSubtype()
[all …]
H A DSearch_func.cpp109 string strtmp(str); in x_StringMayContainPlural() local
116 strtmp = CTempString(strtmp).substr(pos+len); in x_StringMayContainPlural()
117 strtmp = NStr::TruncateSpaces(strtmp, NStr::eTrunc_Begin); in x_StringMayContainPlural()
122 next_letter = (len == strtmp.size()) ? ',' : strtmp[pos+len]; in x_StringMayContainPlural()
129 strtmp = CTempString(strtmp).substr(strtmp.find(*jt)); in x_StringMayContainPlural()
345 string strtmp; in x_StringContainsUnderscore() local
349 strtmp = arr[i+1]; in x_StringContainsUnderscore()
359 …if ( (strtmp == "MFS" || strtmp == "TPR" || strtmp == "AAA") && (isdigit(arr[i+1][0]) && !isdigit(… in x_StringContainsUnderscore()
418 strtmp = strtmp.substr(0, strtmp.size()-1); in x_StringContainsUnbalancedParentheses()
426 strtmp = strtmp.substr(0, strtmp.size()-1); in x_StringContainsUnbalancedParentheses()
[all …]
/dports/misc/sword/sword-1.8.1/utilities/
H A Dxml2gbs.cpp85 char* strtmp; in processXML() local
217 if (strtmp) { in processXML()
218 strtmp += 8; in processXML()
219 for (;*strtmp != '\"'; strtmp++) { in processXML()
235 if (strtmp) { in processXML()
237 for (;*strtmp != '\"'; strtmp++) { in processXML()
248 if (strtmp) { in processXML()
250 for (;*strtmp != '\"'; strtmp++) { in processXML()
255 n += *strtmp; in processXML()
264 for (;*strtmp != '\"'; strtmp++) { in processXML()
[all …]
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/detok/
H A Dprintformats.c89 char *strtmp; /* Temporary pointer to current substring */
104 strtmp = str;
117 while (strtmp < strend) {
118 substrend = strchr(strtmp, '\n');
119 substrlen = (substrend ? (substrend - strtmp) : strlen(strtmp));
121 strncpy(strbfr, strtmp, substrlen);
132 strtmp = &strtmp[substrlen + (substrend ? 1 : 0)];
/dports/biology/ncbi-toolkit/ncbi/biostruc/newVSch/
H A Dqmuti.cpp51 static string strtmp; in ChkReqId() local
68 strtmp = "Invalid ReqId = " + ReqId2Str(reqId) + ".<br>" in ChkReqId()
72 PrtMes::PrintMsgWithTail(&response, strtmp); in ChkReqId()
74 ERR_POST(strtmp); in ChkReqId()
87 string strtmp; in ChkGrpId() local
91 if (!new_gid) strtmp = "Group Id = 0"; in ChkGrpId()
93 strtmp = (string)"Got wrong group id when associating with a new reqid.\n" in ChkGrpId()
100 ERR_POST(strtmp); in ChkGrpId()
H A DcVSMmdbcmd.cpp165 string strtmp = data_line; in ReadReqAndPDBSubmission() local
166 unsigned siz = strtmp.size(); in ReadReqAndPDBSubmission()
169 for (unsigned i= siz; i < 59; i++) strtmp += ' '; in ReadReqAndPDBSubmission()
170 strtmp.replace(50, 9, date); in ReadReqAndPDBSubmission()
171 Dinfo.PDB_ios << strtmp << "\n" in ReadReqAndPDBSubmission()
336 string strtmp; in Execute() local
602 string strtmp = "Missing Biostruc data for reqid = " in SendStructureMIME() local
606 PrtMes::PrintMsgWithTail(&resp, strtmp); in SendStructureMIME()
618 string strtmp = "Missing SeqEntry data for reqid = " in SendStructureMIME() local
623 PrtMes::PrintMsgWithTail(&resp, strtmp); in SendStructureMIME()
[all …]
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A Ds3objlist.cpp244 std::string strtmp = (*liter); in MakeHierarchizedList() local
245 if(1 < strtmp.length() && '/' == *strtmp.rbegin()){ in MakeHierarchizedList()
246 strtmp.erase(strtmp.length() - 1); in MakeHierarchizedList()
248 h_map[strtmp] = true; in MakeHierarchizedList()
251 …for(std::string::size_type pos = strtmp.find_last_of('/'); std::string::npos != pos; pos = strtmp.… in MakeHierarchizedList()
252 strtmp.erase(pos); in MakeHierarchizedList()
253 if(strtmp.empty() || "/" == strtmp){ in MakeHierarchizedList()
258 h_map[strtmp] = false; in MakeHierarchizedList()
267 std::string strtmp = (*hiter).first; in MakeHierarchizedList() local
269 strtmp += "/"; in MakeHierarchizedList()
[all …]
/dports/www/larbin/larbin-2.6.3/src/
H A Dglobal.cc144 LarbinString strtmp; in global() local
146 strtmp.addString(userAgent); in global()
147 strtmp.addString(" "); in global()
148 strtmp.addString(sender); in global()
153 strtmp.addString(", "); in global()
160 strtmp.addString("\r\n\r\n"); in global()
161 headers = strtmp.giveString(); in global()
163 strtmp.recycle(); in global()
165 strtmp.addString(userAgent); in global()
166 strtmp.addString(" ("); in global()
[all …]
/dports/japanese/edict/ja-edict-19990714_5/
H A Dxjdserver.c156 unsigned char *dicenv,strtmp[50]; local
204 strcpy(strtmp,xap+2);
210 strcpy (strtmp,xap);
212 strcpy (cl_rcfile,strtmp);
228 strcpy(strtmp,xap+2);
234 strcpy (strtmp,xap);
236 strcpy (Dnamet[thisdic],strtmp);
266 strcpy(strtmp,xap+2);
272 strcpy (strtmp,xap);
274 strcpy (Dnamet[0],strtmp);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_GUID.cxx49 Standard_Character strtmp[Standard_GUID_SIZE_ALLOC]; in Standard_GUID_GetValue32() local
54 strncpy(strtmp,tmpBuffer,pos); in Standard_GUID_GetValue32()
55 strtmp[pos] = '\0'; in Standard_GUID_GetValue32()
56 my32b = (Standard_Integer) strtoul(strtmp, (char **)NULL, 16); in Standard_GUID_GetValue32()
68 Standard_Character strtmp[Standard_GUID_SIZE_ALLOC]; in Standard_GUID_GetValue16() local
73 strncpy(strtmp,tmpBuffer,pos); in Standard_GUID_GetValue16()
74 strtmp[pos] = '\0'; in Standard_GUID_GetValue16()
88 Standard_Character strtmp[Standard_GUID_SIZE_ALLOC]; in Standard_GUID_GetValue8() local
90 strncpy(strtmp,tmpBuffer,2); in Standard_GUID_GetValue8()
91 strtmp[2] = '\0'; in Standard_GUID_GetValue8()
[all …]
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dmain-ctl-unix.c299 char *strtmp; in append_user_info() local
331 strtmp = in append_user_info()
335 strtmp = ""; in append_user_info()
342 strtmp = in append_user_info()
346 strtmp = ""; in append_user_info()
357 strtmp = in append_user_info()
361 strtmp = ""; in append_user_info()
370 strtmp = in append_user_info()
374 strtmp = ""; in append_user_info()
385 strtmp = in append_user_info()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dacdrelations.c380 AjPStr strtmp = NULL; in acdrelations_readdatfile() local
428 strtmp = ajStrNew(); in acdrelations_readdatfile()
429 ajStrAssignS(&strtmp, subtok); in acdrelations_readdatfile()
430 ajStrRemoveWhite(&strtmp); in acdrelations_readdatfile()
435 strtmp = ajStrNew(); in acdrelations_readdatfile()
436 ajStrAssignS(&strtmp, subtok); in acdrelations_readdatfile()
437 ajStrRemoveWhite(&strtmp); in acdrelations_readdatfile()
648 AjPStr strtmp = NULL; in acdrelations_procacdfile2() local
700 strtmp = ajStrNew(); in acdrelations_procacdfile2()
701 ajStrAssignS(&strtmp, line); in acdrelations_procacdfile2()
[all …]
/dports/games/freedroid/freedroid-1.0.2/src/
H A DBFont.c331 char *strtmp; in JustifiedPutStringFont() local
359 strtmp = NULL; in JustifiedPutStringFont()
360 strtmp = in JustifiedPutStringFont()
362 if (strtmp != NULL) in JustifiedPutStringFont()
365 PutStringFont (Surface, Font, xpos, y, strtmp); in JustifiedPutStringFont()
368 strtmp) + single_gap + in JustifiedPutStringFont()
377 free (strtmp); in JustifiedPutStringFont()
380 strtmp = NULL; in JustifiedPutStringFont()
381 strtmp = in JustifiedPutStringFont()
384 if (strtmp != NULL) in JustifiedPutStringFont()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Ddebug.c124 static char strtmp[512]; in DebugPrintf() local
155 i = sprintf(strtmp, "%s (%s:%ld): ", d->name, file, (long)line); in DebugPrintf()
156 i += vsprintf(strtmp + i, format, l); in DebugPrintf()
157 for ( ; i>0 ; i-- ) strnewhash += (int)(strtmp[i]); in DebugPrintf()
158 if ( strnewhash != strhash ) d->output.callback( strtmp ); in DebugPrintf()
/dports/games/openbubbles/openbubbles-1.2/src/
H A DBFont.cpp341 char *strtmp; in BFont_JustifiedPutStringFont() local
363 strtmp = NULL; in BFont_JustifiedPutStringFont()
365 if (strtmp != NULL) in BFont_JustifiedPutStringFont()
367 strncpy (strtmp, &text[pos+1], (p - &text[pos+1])); in BFont_JustifiedPutStringFont()
368 BFont_PutStringFont(Surface, Font, xpos, y, strtmp); in BFont_JustifiedPutStringFont()
376 free(strtmp); in BFont_JustifiedPutStringFont()
379 strtmp = NULL; in BFont_JustifiedPutStringFont()
382 if (strtmp != NULL) { in BFont_JustifiedPutStringFont()
383 strncpy (strtmp, &text[pos+1], strlen( &text[pos+1])); in BFont_JustifiedPutStringFont()
384 BFont_PutStringFont(Surface, Font,xpos, y, strtmp); in BFont_JustifiedPutStringFont()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/pkcs12/
H A Dp12_sbag.c130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/pkcs12/
H A Dp12_sbag.c130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/pkcs12/
H A Dp12_sbag.c130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/pkcs12/
H A Dp12_sbag.c130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/pkcs12/
H A Dp12_sbag.c130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/dports/security/openssl-devel/openssl-3.0.2/crypto/pkcs12/
H A Dp12_sbag.c130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()
138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dtopology_xyz.F57 CHARACTER(LEN=default_string_length) :: my_default_index, strtmp local
110 READ (parser%input_line, *) strtmp, &
115 CALL read_integer_object(strtmp, ian, error_message)
120 error_message = "Invalid atomic number <"//TRIM(strtmp)// &
127 atom_info%id_atmname(j) = str2id(s2s(strtmp))
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dtopology_xyz.F57 CHARACTER(LEN=default_string_length) :: my_default_index, strtmp local
110 READ (parser%input_line, *) strtmp, &
115 CALL read_integer_object(strtmp, ian, error_message)
120 error_message = "Invalid atomic number <"//TRIM(strtmp)// &
127 atom_info%id_atmname(j) = str2id(s2s(strtmp))

12345678910>>...20