Home
last modified time | relevance | path

Searched refs:strreplace (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/mail/ecartis/ecartis-1.0.0/src/modules/lsg2/
H A Dlsg2-func.c300 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%p",""); in display_user()
304 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%d", in display_user()
308 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%D", in display_user()
313 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%a", in display_user()
317 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%A", in display_user()
322 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%h", in display_user()
326 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%H", in display_user()
331 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%m", in display_user()
335 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%M", in display_user()
340 LMAPI->strreplace(output, sizeof(output) - 1,output2,"%v", in display_user()
[all …]
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsactstring.c46 static GSList *strreplace; variable
101 strreplace = g_slist_append(strreplace, ex); in sstr_regist_replace()
151 if (strreplace == NULL) return msg; in sstr_replacestr()
158 g_slist_foreach(strreplace, replacestr_cb, NULL); in sstr_replacestr()
/dports/emulators/mess/mame-mame0226/src/frontend/mame/
H A Dcheat.cpp1285 strreplace(str, " &&", " and "); in quote_expression()
1286 strreplace(str, "&& ", " and "); in quote_expression()
1287 strreplace(str, "&&", " and "); in quote_expression()
1292 strreplace(str, "&", " band "); in quote_expression()
1295 strreplace(str, " <=", " le "); in quote_expression()
1296 strreplace(str, "<= ", " le "); in quote_expression()
1297 strreplace(str, "<=", " le "); in quote_expression()
1299 strreplace(str, " < ", " lt "); in quote_expression()
1300 strreplace(str, " <", " lt "); in quote_expression()
1301 strreplace(str, "< ", " lt "); in quote_expression()
[all …]
H A Dlanguage.cpp67 strreplace(name, " ", "_"); in load_translation()
68 strreplace(name, "(", ""); in load_translation()
69 strreplace(name, ")", ""); in load_translation()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/
H A Dcheat.cpp1285 strreplace(str, " &&", " and "); in quote_expression()
1286 strreplace(str, "&& ", " and "); in quote_expression()
1287 strreplace(str, "&&", " and "); in quote_expression()
1292 strreplace(str, "&", " band "); in quote_expression()
1295 strreplace(str, " <=", " le "); in quote_expression()
1296 strreplace(str, "<= ", " le "); in quote_expression()
1297 strreplace(str, "<=", " le "); in quote_expression()
1299 strreplace(str, " < ", " lt "); in quote_expression()
1300 strreplace(str, " <", " lt "); in quote_expression()
1301 strreplace(str, "< ", " lt "); in quote_expression()
[all …]
H A Dlanguage.cpp67 strreplace(name, " ", "_"); in load_translation()
68 strreplace(name, "(", ""); in load_translation()
69 strreplace(name, ")", ""); in load_translation()
/dports/emulators/mess/mame-mame0226/tests/lib/util/
H A Dcorestr.cpp20 REQUIRE(strreplace(value,"str","aaa") == 1);
22 REQUIRE(strreplace(value,"a","b") == 4);
28 REQUIRE(strreplace(value,"a","b") == 4);
/dports/emulators/mame/mame-mame0226/tests/lib/util/
H A Dcorestr.cpp20 REQUIRE(strreplace(value,"str","aaa") == 1);
22 REQUIRE(strreplace(value,"a","b") == 4);
28 REQUIRE(strreplace(value,"a","b") == 4);
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dhyperlink.c64 strreplace(file,"@T",tutorialDir,1); in expandSpecialDirs()
65 strreplace(file,"@E",exampleDir,1); in expandSpecialDirs()
66 strreplace(file,"@H",home,1); in expandSpecialDirs()
67 strreplace(file,"@C",curFileDir,1); in expandSpecialDirs()
68 strreplace(file,"@L",TkGate.locale->l_code,1); in expandSpecialDirs()
69 strreplace(file,"@",home,1); in expandSpecialDirs()
/dports/editors/jed/jed-0.99-19/src/test/
H A Dtest_replace.sl24 (new_s,) = strreplace (str, s, t, strlen (str));
28 (s,) = strreplace (s, "\n", "\\n", strlen(s));
29 (t,) = strreplace (t, "\n", "\\n", strlen(t));
/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Dcvar.qh23 input = strreplace("\n", "", input);
24 input = strreplace("\\", "\\\\", input);
25 input = strreplace("$", "$$", input);
26 input = strreplace("\"", "\\\"", input);
H A Dstring.qh94 input = strreplace("^F1", strcat("^", autocvar_hud_colorset_foreground_1), input);
95 input = strreplace("^F2", strcat("^", autocvar_hud_colorset_foreground_2), input);
96 input = strreplace("^F3", strcat("^", autocvar_hud_colorset_foreground_3), input);
97 input = strreplace("^F4", strcat("^", autocvar_hud_colorset_foreground_4), input);
100 input = strreplace("^K1", strcat("^", autocvar_hud_colorset_kill_1), input);
101 input = strreplace("^K2", strcat("^", autocvar_hud_colorset_kill_2), input);
102 input = strreplace("^K3", strcat("^", autocvar_hud_colorset_kill_3), input);
105 input = strreplace("^BG", strcat("^", autocvar_hud_colorset_background), input);
106 input = strreplace("^N", "^7", input); // "none"-- reset to white...
H A Djson.qc223 part = strreplace(" ", "", part);
224 part = strreplace("\n", "", part);
229 part = strreplace(" ", "", part);
230 part = strreplace("\n", "", part);
/dports/devel/cpptest/cpptest-2.0.0/src/
H A Dhtmloutput.cpp46 strreplace(string &value, char search, const string &replace) in strreplace() function
59 strreplace(value, '&', "&amp;"); in escape()
60 strreplace(value, '<', "&lt;"); in escape()
61 strreplace(value, '>', "&gt;"); in escape()
62 strreplace(value, '"', "&quot;"); in escape()
63 strreplace(value, '\'', "&#39;"); in escape()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsactstring.c89 sact.strreplace = g_slist_append(sact.strreplace, ex); in sstr_regist_replace()
/dports/devel/silentbob/silentbob-3.0/src/
H A Dreplace.cxx10 char * strreplace (char * where, const char * from, const char * to) in strreplace() function
62 strreplace (m_buf, from, to); in replace_file()
/dports/mail/ecartis/ecartis-1.0.0/src/modules/digest/
H A Ddigest.c42 LMAPI->strreplace(newbuf,len,format,"%v", buf); in digest_format_name()
46 LMAPI->strreplace(newbuf,len,tbuf,"%V", buf); in digest_format_name()
50 LMAPI->strreplace(newbuf,len,tbuf,"%i", buf); in digest_format_name()
54 LMAPI->strreplace(newbuf,len,tbuf,"%n", buf); in digest_format_name()
58 LMAPI->strreplace(newbuf,len,tbuf,"%M", buf); in digest_format_name()
62 LMAPI->strreplace(newbuf,len,tbuf,"%W", buf); in digest_format_name()
66 LMAPI->strreplace(newbuf,len,tbuf,"%I", buf); in digest_format_name()
70 LMAPI->strreplace(newbuf,len,tbuf,"%l", buf); in digest_format_name()
74 LMAPI->strreplace(newbuf,len,tbuf,"%m", buf); in digest_format_name()
78 LMAPI->strreplace(newbuf,len,tbuf,"%d", buf); in digest_format_name()
[all …]
/dports/editors/jed/jed-0.99-19/lib/
H A Dcompat.sl78 (t,) = strreplace(t, char(path_get_delimiter()), ",", strlen(t));
85 (t,) = strreplace(path, ",", char(path_get_delimiter()), strlen(path));
/dports/emulators/mess/mame-mame0226/src/osd/modules/font/
H A Dfont_windows.cpp68 bool bold = (strreplace(name, "[B]", "") + strreplace(name, "[b]", "") > 0); in open()
69 bool italic = (strreplace(name, "[I]", "") + strreplace(name, "[i]", "") > 0); in open()
H A Dfont_sdl.cpp79 bool const underline = (strreplace(name, "[U]", "") + strreplace(name, "[u]", "") > 0); in open()
80 bool const strike = (strreplace(name, "[S]", "") + strreplace(name, "[s]", "") > 0); in open()
/dports/emulators/mame/mame-mame0226/src/osd/modules/font/
H A Dfont_windows.cpp68 bool bold = (strreplace(name, "[B]", "") + strreplace(name, "[b]", "") > 0); in open()
69 bool italic = (strreplace(name, "[I]", "") + strreplace(name, "[i]", "") > 0); in open()
H A Dfont_sdl.cpp79 bool const underline = (strreplace(name, "[U]", "") + strreplace(name, "[u]", "") > 0); in open()
80 bool const strike = (strreplace(name, "[S]", "") + strreplace(name, "[s]", "") > 0); in open()
/dports/mail/ecartis/ecartis-1.0.0/src/inc/
H A Dmystring.h10 extern void strreplace(char *, int, const char *, const char *, const char *);
/dports/textproc/source-highlight/source-highlight-3.1.9/tests/
H A Dtest.sl79 (str,) = strreplace (str, "\n", "\x01", strbytelen (str));
92 (str,) = strreplace (str, "\x01", "\n", strbytelen (str));
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Ddotqmail2valias.c61 void strreplace (char *s, char c1, char c2) in strreplace() function
174 strreplace (username, ':', '.'); in conv_domain()

12345678910>>...15