Home
last modified time | relevance | path

Searched refs:strAppend (Results 1 – 22 of 22) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dconfigfile.l56 static void strAppend (int ch) in strAppend() function
186 strAppend (current) ;
195 strAppend(current) ;
203 strAppend (current) ;
208 strAppend ('\0') ;
227 case 'a': strAppend (007) ; break ;
228 case 'b': strAppend (010) ; break ;
229 case 'f': strAppend (014) ; break ;
230 case 'n': strAppend (012) ; break ;
238 strAppend (current) ;
[all …]
H A Dconfig_l.c539 static void strAppend (int ch) in strAppend() function
995 strAppend (current) ;
1004 strAppend(current) ;
1012 strAppend (current) ;
1017 strAppend ('\0') ;
1036 case 'a': strAppend (007) ; break ;
1037 case 'b': strAppend (010) ; break ;
1038 case 'f': strAppend (014) ; break ;
1039 case 'n': strAppend (012) ; break ;
1047 strAppend (current) ;
[all …]
/dports/news/inn/inn-2.6.4/innfeed/
H A Dconfigfile.l48 static void strAppend (int ch) in strAppend() function
177 strAppend (current) ;
186 strAppend(current) ;
194 strAppend (current) ;
199 strAppend ('\0') ;
218 case 'a': strAppend (007) ; break ;
219 case 'b': strAppend (010) ; break ;
220 case 'f': strAppend (014) ; break ;
221 case 'n': strAppend (012) ; break ;
229 strAppend (current) ;
[all …]
H A Dconfig_l.c532 static void strAppend (int ch) in strAppend() function
987 strAppend (current) ;
996 strAppend(current) ;
1004 strAppend (current) ;
1009 strAppend ('\0') ;
1028 case 'a': strAppend (007) ; break ;
1029 case 'b': strAppend (010) ; break ;
1030 case 'f': strAppend (014) ; break ;
1031 case 'n': strAppend (012) ; break ;
1039 strAppend (current) ;
[all …]
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dconfigfile.l48 static void strAppend (int ch) in strAppend() function
177 strAppend (current) ;
186 strAppend(current) ;
194 strAppend (current) ;
199 strAppend ('\0') ;
218 case 'a': strAppend (007) ; break ;
219 case 'b': strAppend (010) ; break ;
220 case 'f': strAppend (014) ; break ;
221 case 'n': strAppend (012) ; break ;
229 strAppend (current) ;
[all …]
H A Dconfig_l.c534 static void strAppend (int ch) in strAppend() function
989 strAppend (current) ;
998 strAppend(current) ;
1006 strAppend (current) ;
1011 strAppend ('\0') ;
1030 case 'a': strAppend (007) ; break ;
1031 case 'b': strAppend (010) ; break ;
1032 case 'f': strAppend (014) ; break ;
1033 case 'n': strAppend (012) ; break ;
1041 strAppend (current) ;
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Ecas/
H A DEcasUtil.cs448 string strAppend; in ParametersToString()
454 strAppend = strParam; in ParametersToString()
456 strAppend = (StrUtil.StringToBool(strParam) ? KPRes.Yes : KPRes.No); in ParametersToString()
462 if(ee != null) strAppend = ee.GetItemString(uEnumID, string.Empty); in ParametersToString()
463 else { Debug.Assert(false); strAppend = strParam; } in ParametersToString()
466 strAppend = FilterTypeI64(strParam); in ParametersToString()
468 strAppend = FilterTypeU64(strParam); in ParametersToString()
469 else { Debug.Assert(false); strAppend = strParam; } in ParametersToString()
471 else strAppend = strParam; in ParametersToString()
473 if(string.IsNullOrEmpty(strAppend)) continue; in ParametersToString()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DMessageService.cs122 string strAppend = null; in ObjectsToMessage()
133 strAppend = StrUtil.FormatException(exObj); in ObjectsToMessage()
135 strAppend = exObj.Message; in ObjectsToMessage()
146 strAppend = sb.ToString(); in ObjectsToMessage()
150 strAppend = strObj; in ObjectsToMessage()
152 strAppend = obj.ToString(); in ObjectsToMessage()
154 if(!string.IsNullOrEmpty(strAppend)) in ObjectsToMessage()
159 sbText.Append(strAppend); in ObjectsToMessage()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DKeePassCsv1x.cs175 string strAppend) in WriteCsvString() argument
186 if(!string.IsNullOrEmpty(strAppend)) sw.Write(strAppend); in WriteCsvString()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/XmlSerialization/
H A DXmlSerializerEx.cs245 private static void Append(StringBuilder sb, string strAppend, in Append() argument
251 sb.Append(strAppend); in Append()
260 private static void AppendLine(StringBuilder sb, string strAppend, in AppendLine() argument
263 AppendLine(sb, strAppend, ref iIndent, 0, 0); in AppendLine()
266 private static void AppendLine(StringBuilder sb, string strAppend, in AppendLine() argument
269 Append(sb, strAppend + MessageService.NewLine, ref iIndent, in AppendLine()
/dports/lang/seed7/seed7/src/
H A Dstr_rtl.h51 void strAppend (striType *const destination, const_striType extension);
H A Darr_rtl.c530 strAppend(&aPath, fileName); in examineSearchPath()
H A Dstr_rtl.c898 void strAppend (striType *const destination, const_striType extension) in strAppend() function
1170 void strAppend (striType *const destination, const_striType extension) in strAppend() function
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dmisc.cpp165 strAppend (char * target, const char * extra) in strAppend() function
H A Dmisc.h145 char * strAppend (char * target, const char * extra);
/dports/games/scid/scid/src/
H A Dmisc.h148 char * strAppend (char * target, const char * extra);
H A Dmisc.cpp189 strAppend (char * target, const char * extra) in strAppend() function
H A Dtkscid.cpp3303 strAppend (temp, db->game->GetVarLevel() == 0 ? in sc_game_info()
3306 strAppend (temp, ")"); in sc_game_info()
3336 strAppend (temp, db->game->GetVarLevel() == 0 ? in sc_game_info()
3339 strAppend (temp, ")"); in sc_game_info()
3343 strAppend (temp, translate (ti, "hidden")); in sc_game_info()
3344 strAppend (temp, ")"); in sc_game_info()
3746 strAppend (move, moveStrings[i - 1]); in sc_game_moves()
4258 strAppend (temp, " "); in sc_game_summary()
4260 strAppend (temp, nagstr); in sc_game_summary()
/dports/games/scid/scid/engines/scidlet/
H A Dscidlet.cpp529 strAppend (outfile, ".sbk"); in makeBook()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DPwEntryForm.cs1724 string strAppend, bool bMultiLine) in PerformStrMove()
1726 string str = strAppend; in PerformStrMove()
/dports/lang/seed7/seed7/lib/comp/
H A Dstr_act.s7i81 declareExtern(c_prog, "void strAppend (striType *const, const_striType);");
303 c_expr.expr &:= "strAppend(&(";
372 statement.expr := "strAppend(&(";
423 c_expr.expr &:= "strAppend(&(";
/dports/www/retawq/retawq-0.2.6c/
H A Dmain.c5428 static const char strAccount[] = "account", strAppend[] = "append", variable
5527 /* ccccAppend */ { strAppend, N_("append to remote file"), cccfNone, 1, 2 },