Home
last modified time | relevance | path

Searched refs:add_string (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/dports/textproc/bibtex2html/bibtex2html-1.99/
H A Dlatex_accents.mll23 let add_string s = Buffer.add_string string_buf s
45 | '�' { add_string "ä"; next_char lexbuf }
103 | eof { add_string "\\" }
119 | eof { add_string "\\\"" }
136 | eof { add_string "\\'" }
153 | eof { add_string "\\`" }
169 | eof { add_string "\\^" }
180 | eof { add_string "\\~" }
192 | eof { add_string "\\^" }
208 | eof { add_string "\\u" }
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/symbol/
H A Dsymbol_demangle.cc88 add_string(result, &result_len, "::"); in symbol_demangle_cplusplus_nested()
103 add_string(result, &result_len, "{"); in symbol_demangle_cplusplus_nested()
112 add_string(result, &result_len, "char"); in symbol_demangle_cplusplus_nested()
124 add_string(result, &result_len, "int"); in symbol_demangle_cplusplus_nested()
136 add_string(result, &result_len, "bool"); in symbol_demangle_cplusplus_nested()
148 add_string(result, &result_len, "long"); in symbol_demangle_cplusplus_nested()
188 add_string(result, &result_len, "..."); in symbol_demangle_cplusplus_nested()
204 add_string(result, &result_len, "*"); in symbol_demangle_cplusplus_nested()
206 add_string(result, &result_len, "&"); in symbol_demangle_cplusplus_nested()
208 add_string(result, &result_len, ","); in symbol_demangle_cplusplus_nested()
[all …]
/dports/sysutils/userinfo/userinfo-2.5/src/modules/
H A Dpasswd.c172 add_string(&strings, name); in gecos_strings()
184 add_string(&strings, name); in gecos_strings()
211 add_string(&strings, tmp); in groups()
302 add_string(&strings, tmp); in ui_module_exec()
311 add_string(&strings, tmp); in ui_module_exec()
317 add_string(&strings, tmp); in ui_module_exec()
319 add_string(&strings, "!"); in ui_module_exec()
325 add_string(&strings, tmp); in ui_module_exec()
327 add_string(&strings, "!"); in ui_module_exec()
357 add_string(&strings, tmp); in ui_module_exec()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dmask.c241 add_string(CHARS_LOWER_CP437 in plhdr2string()
246 add_string(CHARS_LOWER_CP720 in plhdr2string()
251 add_string(CHARS_LOWER_CP737 in plhdr2string()
256 add_string(CHARS_LOWER_CP850 in plhdr2string()
261 add_string(CHARS_LOWER_CP852 in plhdr2string()
266 add_string(CHARS_LOWER_CP858 in plhdr2string()
271 add_string(CHARS_LOWER_CP866 in plhdr2string()
276 add_string(CHARS_LOWER_CP868 in plhdr2string()
351 add_string(CHARS_UPPER_CP437 in plhdr2string()
455 add_string("1023985467"); in plhdr2string()
[all …]
/dports/games/widelands/widelands-build21/src/website/
H A Dmap_object_info.cc80 json_builcost->add_string("name", ware.name()); in write_buildings()
86 json_building->add_string( in write_buildings()
91 json_building->add_string( in write_buildings()
117 json_input->add_string("name", ware.name()); in write_buildings()
127 json_input->add_string("name", worker.name()); in write_buildings()
143 json_building->add_string("size", "mine"); in write_buildings()
145 json_building->add_string("size", "port"); in write_buildings()
184 json_ware->add_string("name", ware.name()); in write_wares()
198 json_ware->add_string("helptext", help_text); in write_wares()
200 json_ware->add_string("helptext", err.what()); in write_wares()
[all …]
/dports/security/py-ssh/ssh-1.8.0/ssh/
H A Dauth_handler.py131 m.add_string('en')
140 m.add_string('en')
148 m.add_string(username)
149 m.add_string(service)
150 m.add_string('publickey')
153 m.add_string(str(key))
212 m.add_string('')
248 m.add_string(q.name)
250 m.add_string('')
253 m.add_string(p[0])
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Dauth_hdr.c306 #define add_string( _p, _s, _l) \ macro
358 add_string( p, crd->user.s, crd->user.len); in build_authorization_hdr()
360 add_string( p, FIELD_SEPARATOR_S REALM_FIELD_S, in build_authorization_hdr()
362 add_string( p, crd->realm.s, crd->realm.len); in build_authorization_hdr()
366 add_string( p, auth->nonce.s, auth->nonce.len); in build_authorization_hdr()
368 add_string( p, FIELD_SEPARATOR_S URI_FIELD_S, in build_authorization_hdr()
370 add_string( p, uri->s, uri->len); in build_authorization_hdr()
380 add_string( p, FIELD_SEPARATOR_S QOP_FIELD_S, in build_authorization_hdr()
382 add_string( p, "auth", 4); in build_authorization_hdr()
385 add_string( p, auth->nc->s, auth->nc->len); in build_authorization_hdr()
[all …]
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dauth_handler.py196 m.add_string("en")
205 m.add_string("en")
213 m.add_string(username)
214 m.add_string(service)
223 m.add_string(key)
301 m.add_string("")
416 m.add_string(
434 m.add_string(q.name)
436 m.add_string(bytes())
439 m.add_string(p[0])
[all …]
H A Dkex_curve25519.py52 m.add_string(
86 hm.add_string(server_key_bytes)
87 hm.add_string(peer_key_bytes)
88 hm.add_string(exchange_key_bytes)
96 m.add_string(server_key_bytes)
97 m.add_string(exchange_key_bytes)
98 m.add_string(sig)
119 hm.add_string(peer_host_key_bytes)
120 hm.add_string(
125 hm.add_string(peer_key_bytes)
H A Dkex_ecdh_nist.py40 m.add_string(
81 hm.add_string(K_S)
82 hm.add_string(Q_C_bytes)
84 hm.add_string(
97 m.add_string(K_S)
98 m.add_string(
104 m.add_string(sig)
125 hm.add_string(K_S)
127 hm.add_string(
133 hm.add_string(Q_S_bytes)
/dports/net/py-ldap/python-ldap-3.4.0/Modules/
H A Dconstants_generated.h344 add_string(CONTROL_MANAGEDSAIT);
345 add_string(CONTROL_PROXY_AUTHZ);
346 add_string(CONTROL_SUBENTRIES);
348 add_string(CONTROL_ASSERT);
349 add_string(CONTROL_PRE_READ);
350 add_string(CONTROL_POST_READ);
354 add_string(CONTROL_SYNC);
355 add_string(CONTROL_SYNC_STATE);
356 add_string(CONTROL_SYNC_DONE);
357 add_string(SYNC_INFO);
[all …]
/dports/emulators/kcemu/KCemu-0.5.1/src/kc/
H A Dvdip_cmd.cc67 add_string("\r"); in execute_with_arg()
68 add_string(arg); in execute_with_arg()
86 add_string("\r"); in execute_without_arg()
108 add_string("\r"); in execute_without_arg()
187 add_string("\rCapacity = $"); in execute()
191 add_string(" Bytes\r\r"); in execute()
493 add_string("\r"); in execute()
494 add_string(arg); in execute()
517 add_string("\rMAIN "); in execute()
519 add_string("\rRPRG 1.00R\r"); in execute()
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dsettings.cpp38 add_string("Method", "Method used in calculation (HF or a DFT functional)", "Dummy"); in add_scf_settings()
42 add_string("Basis", "Basis set used in calculation", "aug-cc-pVTZ"); in add_scf_settings()
49 add_string("System", "System as an xyz file", "atoms.xyz"); in add_scf_settings()
53 add_string("EField", "Electric field", "0.0 0.0 0.0"); in add_scf_settings()
72 add_string("Decontract","Indices of atoms to decontract basis set for",""); in add_scf_settings()
99 add_string("Occupancies", "Orbital occupancies", ""); in add_scf_settings()
116 add_string("BasisOrth", "Method of orthonormalization of basis set", "Auto"); in add_scf_settings()
164 add_string("VV10","Use VV10 non-local correlation?","Auto"); in add_scf_settings()
166 add_string("VV10Pars","VV10 parameters: b C",""); in add_scf_settings()
183 add_string("PZloc", "Initial localization before SIC calculation?", "Auto"); in add_scf_settings()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_a_common.h715 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
718 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
720 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
722 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
734 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
736 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
738 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
741 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
743 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
746 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_a_common.h715 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
718 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
720 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
722 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
734 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
736 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
738 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
741 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
743 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
746 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_a_common.h715 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
718 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
720 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
722 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
734 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
736 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
738 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
741 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
743 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
746 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_a_common.h715 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
718 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
720 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
722 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
734 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
736 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
738 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
741 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
743 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
746 …roto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
[all …]
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dsettings.cpp42 add_string("Basis", "Basis set used in calculation", "aug-cc-pVTZ"); in add_scf_settings()
49 add_string("System", "System as an xyz file", "atoms.xyz"); in add_scf_settings()
53 add_string("EField", "Electric field", "0.0 0.0 0.0"); in add_scf_settings()
70 add_string("Decontract","Indices of atoms to decontract basis set for",""); in add_scf_settings()
97 add_string("Occupancies", "Orbital occupancies", ""); in add_scf_settings()
100 add_string("Guess","Used guess: SAD (default), SADNO, core, or GWH","SAD"); in add_scf_settings()
116 add_string("BasisOrth", "Method of orthonormalization of basis set", "Auto"); in add_scf_settings()
163 add_string("VV10","Use VV10 non-local correlation?","Auto"); in add_scf_settings()
165 add_string("VV10Pars","VV10 parameters: b C",""); in add_scf_settings()
182 add_string("PZloc", "Initial localization before SIC calculation?", "Auto"); in add_scf_settings()
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/eina/
H A Deina_test_clist.c21 static void add_string(const char *foo) in add_string() function
111 add_string("this"); in EFL_START_TEST()
113 add_string("is"); in EFL_START_TEST()
115 add_string("a"); in EFL_START_TEST()
117 add_string("test"); in EFL_START_TEST()
119 add_string("of"); in EFL_START_TEST()
121 add_string("clists"); in EFL_START_TEST()
123 add_string("-"); in EFL_START_TEST()
125 add_string("hello"); in EFL_START_TEST()
127 add_string("world"); in EFL_START_TEST()
/dports/misc/clifm/clifm-1.3/src/
H A Dprompt.c76 goto add_string; in decode_prompt()
118 goto add_string; in decode_prompt()
152 goto add_string; in decode_prompt()
157 goto add_string; in decode_prompt()
164 goto add_string; in decode_prompt()
196 goto add_string; in decode_prompt()
204 goto add_string; in decode_prompt()
214 goto add_string; in decode_prompt()
224 goto add_string; in decode_prompt()
243 goto add_string; in decode_prompt()
[all …]
/dports/databases/libnvpair/libnvpair-2.0/test-libnvpair_json/
H A Djson_05_strings.ksh48 add_string "blank" "";
49 add_string "" "blank key";
50 add_string " " "whitespace key";
51 add_string " tab " "tab key";
52 add_string "escapes" "escape \x1b newline \n cr \r backslash \\ quote \"";
/dports/multimedia/vlc/vlc-3.0.16/src/
H A Dlibvlc-module.c1717 add_string( "programs", "",
1778 add_string( "bookmarks", NULL,
1828 add_string( "socks", NULL,
2731 add_string( "bookmark1", NULL,
2733 add_string( "bookmark2", NULL,
2735 add_string( "bookmark3", NULL,
2737 add_string( "bookmark4", NULL,
2739 add_string( "bookmark5", NULL,
2741 add_string( "bookmark6", NULL,
2743 add_string( "bookmark7", NULL,
[all …]
/dports/devel/protozero/protozero-1.7.0/test/t/message/
H A Dreader_test_cases.cpp59 pbf_submessage.add_string(1, "foobar");
66 pbf_submessage.add_string(1, "foobar");
73 pbf_submessage.add_string(1, "foobar");
86 pbf_submessage.add_string(1, "foobar");
93 pbf_submessage.add_string(1, "foobar");
108 pbf_submessage.add_string(1, "foobar");
115 pbf_submessage.add_string(1, "foobar");
130 pbf_opt.add_string(1, "optional");
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/protozero/test/t/message/
H A Dreader_test_cases.cpp59 pbf_submessage.add_string(1, "foobar");
66 pbf_submessage.add_string(1, "foobar");
73 pbf_submessage.add_string(1, "foobar");
86 pbf_submessage.add_string(1, "foobar");
93 pbf_submessage.add_string(1, "foobar");
108 pbf_submessage.add_string(1, "foobar");
115 pbf_submessage.add_string(1, "foobar");
130 pbf_opt.add_string(1, "optional");
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/benchmark/
H A Dcheck_tls.cpp57 auto add_string = [&](td::Slice data) { in test_tls() local
113 add_string("\x16\x03\x01\x02\x00\x01\x00\x01\xfc\x03\x03"); in test_tls()
115 add_string("\x20"); in test_tls()
117 add_string("\x00\x20"); in test_tls()
119 add_string( in test_tls()
123 add_string("\x00\x00\x00\x00"); in test_tls()
126 add_string("\x00"); in test_tls()
128 add_string(url); in test_tls()
131 add_string( in test_tls()
136 add_string("\x00\x01\x00\x00\x1d\x00\x20"); in test_tls()
[all …]

12345678910>>...48