Home
last modified time | relevance | path

Searched refs:temp_str (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dgstring.cc152 delete [] temp_str; in at()
198 create(temp_str); in repeatme()
200 delete [] temp_str; in repeatme()
218 for ( ; *temp_str != '\0'; temp_str++) { in ntokens()
219 if (*temp_str == *_token && strncmp(_token, temp_str, len) == 0) { in ntokens()
341 create(temp_str); in append()
362 create(temp_str); in prepend()
472 create(temp_str); in operator =()
474 delete [] temp_str; in operator =()
489 create(temp_str); in operator =()
[all …]
/dports/textproc/gdome2/gdome2-0.8.1/test/
H A Dtest-xpath.c61 gdome_str_unref(temp_str); in test_xpath()
69 gdome_str_unref(temp_str); in test_xpath()
77 gdome_str_unref(temp_str); in test_xpath()
117 gdome_str_unref(temp_str); in test_xpath()
127 gdome_str_unref(temp_str); in test_xpath()
160 gdome_str_unref(temp_str); in test_xpath()
194 gdome_str_unref(temp_str); in test_xpath()
200 gdome_str_unref(temp_str); in test_xpath()
206 gdome_str_unref(temp_str); in test_xpath()
221 gdome_str_unref(temp_str); in test_xpath()
[all …]
H A Dtest-element.c41 GdomeDOMString *temp_str; in test_el() local
51 gdome_str_unref (temp_str); in test_el()
168 !gdome_str_equal(temp_str, temp_str))) in test_el()
224 if(temp_str == NULL) in test_el()
240 gdome_str_unref (temp_str); in test_el()
250 if(temp_str == NULL) in test_el()
284 if(temp_str == NULL) in test_el()
301 if(temp_str == NULL) in test_el()
379 GdomeDOMString *temp_str; in test_xmlns() local
425 if(temp_str == NULL) in test_xmlns()
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dwrite_sensu.c233 char *temp_str; in build_json_str_list() local
251 free(temp_str); in build_json_str_list()
259 free(temp_str); in build_json_str_list()
345 char *temp_str; in sensu_value_to_json() local
393 ret_str = temp_str; in sensu_value_to_json()
403 ret_str = temp_str; in sensu_value_to_json()
462 ret_str = temp_str; in sensu_value_to_json()
575 ret_str = temp_str; in sensu_value_to_json()
672 char *temp_str; in sensu_notification_to_json() local
699 ret_str = temp_str; in sensu_notification_to_json()
[all …]
/dports/textproc/p5-XML-GDOME/XML-GDOME-0.86/t/
H A D05_element.t59 ok($temp_str, "bar3");
61 $temp_str = $el->getAttribute("");
62 ok($temp_str, "");
65 ok($temp_str,"lippo3");
68 ok($temp_str,"");
71 ok($temp_str,"");
75 ok($temp_str, "newvalue");
79 ok($temp_str, "newvalue1");
82 $temp_str = $el->getAttribute("FOO4");
83 ok($temp_str, "");
[all …]
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dlogger.cpp309 static char temp_str[256]; in print_stats_in_file() local
356 temp_str, in print_stats_in_file()
384 temp_str, in print_stats_in_file()
394 temp_str, in print_stats_in_file()
404 fprintf(f," %-37s", temp_str); in print_stats_in_file()
408 fprintf(f," %-37s", temp_str); in print_stats_in_file()
421 fprintf(f," %-38s", temp_str); in print_stats_in_file()
439 temp_str, in print_stats_in_file()
490 temp_str, in print_stats_in_file()
501 temp_str, in print_stats_in_file()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmdbd/
H A Dread_config.c252 xfree(temp_str); in read_slurmdbd_conf()
260 xfree(temp_str); in read_slurmdbd_conf()
279 xfree(temp_str); in read_slurmdbd_conf()
297 xfree(temp_str); in read_slurmdbd_conf()
303 xfree(temp_str); in read_slurmdbd_conf()
355 xfree(temp_str); in read_slurmdbd_conf()
364 xfree(temp_str); in read_slurmdbd_conf()
373 xfree(temp_str); in read_slurmdbd_conf()
382 xfree(temp_str); in read_slurmdbd_conf()
391 xfree(temp_str); in read_slurmdbd_conf()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Dcode_conversion.cpp148 std::string temp_str; in code_convert_impl() local
149 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
150 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
172 std::string temp_str; in code_convert_impl() local
173 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char32_t, char, std::mbstat… in code_convert_impl()
174 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
184 std::string temp_str; in code_convert_impl() local
185 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
186 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
192 std::string temp_str; in code_convert_impl() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Dcode_conversion.cpp148 std::string temp_str; in code_convert_impl() local
149 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
150 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
172 std::string temp_str; in code_convert_impl() local
173 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char32_t, char, std::mbstat… in code_convert_impl()
174 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
184 std::string temp_str; in code_convert_impl() local
185 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
186 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
192 std::string temp_str; in code_convert_impl() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Dcode_conversion.cpp148 std::string temp_str; in code_convert_impl() local
149 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
150 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
172 std::string temp_str; in code_convert_impl() local
173 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char32_t, char, std::mbstat… in code_convert_impl()
174 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
184 std::string temp_str; in code_convert_impl() local
185 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
186 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
192 std::string temp_str; in code_convert_impl() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Dcode_conversion.cpp148 std::string temp_str; in code_convert_impl() local
149 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
150 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
172 std::string temp_str; in code_convert_impl() local
173 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char32_t, char, std::mbstat… in code_convert_impl()
174 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
184 std::string temp_str; in code_convert_impl() local
185 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
186 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
192 std::string temp_str; in code_convert_impl() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Dcode_conversion.cpp148 std::string temp_str; in code_convert_impl() local
149 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
150 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
172 std::string temp_str; in code_convert_impl() local
173 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char32_t, char, std::mbstat… in code_convert_impl()
174 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
184 std::string temp_str; in code_convert_impl() local
185 …code_convert(str1, str1 + len, temp_str, std::use_facet< std::codecvt< char16_t, char, std::mbstat… in code_convert_impl()
186 …code_convert(temp_str.c_str(), temp_str.c_str() + temp_str.size(), str2, std::use_facet< std::code… in code_convert_impl()
192 std::string temp_str; in code_convert_impl() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c94 char *temp_str; in acpi_os_get_next_filename() local
109 temp_str = calloc(str_len, 1); in acpi_os_get_next_filename()
110 if (!temp_str) { in acpi_os_get_next_filename()
116 strcpy(temp_str, external_info->dir_pathname); in acpi_os_get_next_filename()
117 strcat(temp_str, "/"); in acpi_os_get_next_filename()
118 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
120 err = stat(temp_str, &temp_stat); in acpi_os_get_next_filename()
124 temp_str); in acpi_os_get_next_filename()
125 free(temp_str); in acpi_os_get_next_filename()
129 free(temp_str); in acpi_os_get_next_filename()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/os_specific/service_layers/
H A Dosunixdir.c247 char *temp_str; in AcpiOsGetNextFilename() local
265 temp_str = calloc (str_len, 1); in AcpiOsGetNextFilename()
266 if (!temp_str) in AcpiOsGetNextFilename()
273 strcpy (temp_str, ExternalInfo->DirPathname); in AcpiOsGetNextFilename()
274 strcat (temp_str, "/"); in AcpiOsGetNextFilename()
275 strcat (temp_str, dir_entry->d_name); in AcpiOsGetNextFilename()
277 err = stat (temp_str, &temp_stat); in AcpiOsGetNextFilename()
282 temp_str); in AcpiOsGetNextFilename()
283 free (temp_str); in AcpiOsGetNextFilename()
287 free (temp_str); in AcpiOsGetNextFilename()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c94 char *temp_str; in acpi_os_get_next_filename() local
109 temp_str = calloc(str_len, 1); in acpi_os_get_next_filename()
110 if (!temp_str) { in acpi_os_get_next_filename()
116 strcpy(temp_str, external_info->dir_pathname); in acpi_os_get_next_filename()
117 strcat(temp_str, "/"); in acpi_os_get_next_filename()
118 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
120 err = stat(temp_str, &temp_stat); in acpi_os_get_next_filename()
124 temp_str); in acpi_os_get_next_filename()
125 free(temp_str); in acpi_os_get_next_filename()
129 free(temp_str); in acpi_os_get_next_filename()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixdir.c139 char *temp_str; in AcpiOsGetNextFilename() local
157 temp_str = calloc (str_len, 1); in AcpiOsGetNextFilename()
158 if (!temp_str) in AcpiOsGetNextFilename()
165 strcpy (temp_str, ExternalInfo->DirPathname); in AcpiOsGetNextFilename()
166 strcat (temp_str, "/"); in AcpiOsGetNextFilename()
167 strcat (temp_str, dir_entry->d_name); in AcpiOsGetNextFilename()
169 err = stat (temp_str, &temp_stat); in AcpiOsGetNextFilename()
174 temp_str); in AcpiOsGetNextFilename()
175 free (temp_str); in AcpiOsGetNextFilename()
179 free (temp_str); in AcpiOsGetNextFilename()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c94 char *temp_str; in acpi_os_get_next_filename() local
109 temp_str = calloc(str_len, 1); in acpi_os_get_next_filename()
110 if (!temp_str) { in acpi_os_get_next_filename()
116 strcpy(temp_str, external_info->dir_pathname); in acpi_os_get_next_filename()
117 strcat(temp_str, "/"); in acpi_os_get_next_filename()
118 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
120 err = stat(temp_str, &temp_stat); in acpi_os_get_next_filename()
124 temp_str); in acpi_os_get_next_filename()
125 free(temp_str); in acpi_os_get_next_filename()
129 free(temp_str); in acpi_os_get_next_filename()
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Dcode_conversion.cpp171 std::string temp_str; in code_convert_impl() local
172 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
173 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
196 std::string temp_str; in code_convert_impl() local
197 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char32… in code_convert_impl()
198 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
209 std::string temp_str; in code_convert_impl() local
210 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
211 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
218 std::string temp_str; in code_convert_impl() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Dcode_conversion.cpp171 std::string temp_str; in code_convert_impl() local
172 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
173 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
196 std::string temp_str; in code_convert_impl() local
197 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char32… in code_convert_impl()
198 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
209 std::string temp_str; in code_convert_impl() local
210 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
211 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
218 std::string temp_str; in code_convert_impl() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Dcode_conversion.cpp171 std::string temp_str; in code_convert_impl() local
172 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
173 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
196 std::string temp_str; in code_convert_impl() local
197 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char32… in code_convert_impl()
198 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
209 std::string temp_str; in code_convert_impl() local
210 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
211 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
218 std::string temp_str; in code_convert_impl() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Dcode_conversion.cpp172 std::string temp_str; in code_convert_impl() local
173 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
174 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
197 std::string temp_str; in code_convert_impl() local
198 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char32… in code_convert_impl()
199 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
210 std::string temp_str; in code_convert_impl() local
211 …code_convert(str1, str1 + len, temp_str, temp_str.max_size(), std::use_facet< std::codecvt< char16… in code_convert_impl()
212 const std::size_t temp_size = temp_str.size(); in code_convert_impl()
219 std::string temp_str; in code_convert_impl() local
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/lib/
H A Dstring_enumeration-c.cpp42 ths->temp_str.clear(); in aspell_string_enumeration_next()
43 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next()
44 ths->from_internal_->append_null(ths->temp_str); in aspell_string_enumeration_next()
45 return ths->temp_str.data(); in aspell_string_enumeration_next()
59 ths->temp_str.clear(); in aspell_string_enumeration_next_wide()
60 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next_wide()
61 ths->from_internal_->append_null(ths->temp_str); in aspell_string_enumeration_next_wide()
62 return ths->temp_str.data(); in aspell_string_enumeration_next_wide()
/dports/textproc/aspell/aspell-0.60.8/lib/
H A Dstring_enumeration-c.cpp42 ths->temp_str.clear(); in aspell_string_enumeration_next()
43 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next()
44 ths->from_internal_->append_null(ths->temp_str); in aspell_string_enumeration_next()
45 return ths->temp_str.data(); in aspell_string_enumeration_next()
59 ths->temp_str.clear(); in aspell_string_enumeration_next_wide()
60 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next_wide()
61 ths->from_internal_->append_null(ths->temp_str); in aspell_string_enumeration_next_wide()
62 return ths->temp_str.data(); in aspell_string_enumeration_next_wide()
/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Dhebrev.c127 char* temp_str = NULL, *temp = NULL; in hebrew() local
132 if ((temp_str = (char*) malloc(strlen(pszStr)+1)) == NULL) in hebrew()
134 temp = temp_str; in hebrew()
136 temp_str = strhebpatch(temp_str, pszStr); in hebrew()
167 char* temp_str = NULL; in hebrev() local
175 if((temp_str = (char*)malloc(strlen(src)+1))== NULL) in hebrev()
184 memcpy(temp_str + size , temp, strlen(temp)); in hebrev()
186 temp_str[size++] = '\n'; in hebrev()
194 temp_str[--size]= '\0'; in hebrev()
195 return temp_str; in hebrev()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dhebrev.c127 char* temp_str = NULL, *temp = NULL; in hebrew() local
132 if ((temp_str = (char*) malloc(strlen(pszStr)+1)) == NULL) in hebrew()
134 temp = temp_str; in hebrew()
136 temp_str = strhebpatch(temp_str, pszStr); in hebrew()
167 char* temp_str = NULL; in hebrev() local
175 if((temp_str = (char*)malloc(strlen(src)+1))== NULL) in hebrev()
184 memcpy(temp_str + size , temp, strlen(temp)); in hebrev()
186 temp_str[size++] = '\n'; in hebrev()
194 temp_str[--size]= '\0'; in hebrev()
195 return temp_str; in hebrev()

12345678910>>...20