Home
last modified time | relevance | path

Searched refs:remove_spaces (Results 1 – 25 of 109) sorted by relevance

12345

/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-menu-disk.c108 snprintf(buffer, sizeof buffer, "Size : %s", remove_spaces(size)); in compute_partition_information()
109 snprintf(statbuffer, sizeof statbuffer, "Size : %s", remove_spaces(size)); in compute_partition_information()
176 remove_spaces(size_iec), remove_spaces(size_dec), previous_size, in compute_disk_module()
179 remove_spaces(size_iec), remove_spaces(size_dec), previous_size, in compute_disk_module()
187 remove_spaces((char *)d[disk_number].edd_params.host_bus_type), in compute_disk_module()
190 remove_spaces((char *)d[disk_number].edd_params.host_bus_type), in compute_disk_module()
218 remove_spaces(mbr_name), hardware->mbr_ids[disk_number]); in compute_disk_module()
220 remove_spaces(mbr_name), hardware->mbr_ids[disk_number]); in compute_disk_module()
H A Dhdt-cli-disk.c139 remove_spaces((char *)d->edd_params.host_bus_type), in main_show_disk()
140 remove_spaces((char *)d->edd_params.interface_type), mbr_name, in main_show_disk()
216 remove_spaces((char *)d->edd_params.host_bus_type), in disks_summary()
217 remove_spaces((char *)d->edd_params.interface_type)); in disks_summary()
H A Dhdt-cli-memory.c52 remove_spaces(type)); in show_memory_e820()
65 remove_spaces(type)); in show_memory_e820()
H A Dhdt-dump-disks.c105 add_as("disk->host_bus",remove_spaces((char *)d->edd_params.host_bus_type)) in show_disk()
106 add_as("disk->interface_type",remove_spaces((char *)d->edd_params.interface_type)) in show_disk()
H A Dhdt-dump-memory.c101 add_s("memory.segment.type ",remove_spaces(type)); in dump_e820()
118 add_s("sanitized_memory.segment.type ",remove_spaces(type)); in dump_e820()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Doptions.c31 static char *remove_spaces(const char *str) { in remove_spaces() function
47 group->name = remove_spaces(name); in option_group_create()
56 option->name = remove_spaces(name); in option_group_add_option()
68 option->name = remove_spaces(name); in option_group_add_int()
77 option->name = remove_spaces(name); in option_group_add_string()
246 char *namews = remove_spaces(name); in option_group_find_option()
/dports/security/hlfl/hlfl-0.60.1/src/
H A Dhlfl.c170 char *remove_spaces(t) in remove_spaces() function
299 if (check_proto(remove_spaces(t))) {
313 if (check_proto(remove_spaces(t))) {
391 t = remove_spaces(t);
504 t = remove_spaces(t);
748 file = remove_spaces(file);
1008 n = translate(remove_spaces(proto),
1009 remove_spaces(src),
1010 remove_spaces(op),
1011 remove_spaces(dst),
[all …]
/dports/www/py-django-crispy-forms/django-crispy-forms-1.13.0/crispy_forms/templatetags/
H A Dcrispy_forms_utils.py11 def remove_spaces(value): function
21 return remove_spaces(self.nodelist.render(context).strip())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/remoting/
H A Dremoting_version.gni84 host_name_nospace = exec_script("//remoting/tools/remove_spaces.py",
87 host_service_name_nospace = exec_script("//remoting/tools/remove_spaces.py",
91 exec_script("//remoting/tools/remove_spaces.py",
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/
H A Dremoting_version.gni84 host_name_nospace = exec_script("//remoting/tools/remove_spaces.py",
87 host_service_name_nospace = exec_script("//remoting/tools/remove_spaces.py",
91 exec_script("//remoting/tools/remove_spaces.py",
/dports/misc/urh/urh-2.9.2/src/urh/util/
H A DFormatter.py11 …def science_time(time_in_seconds: float, decimals=2, append_seconds=True, remove_spaces=False) -> … argument
28 if remove_spaces:
/dports/net/dictd/dictd-1.13.1/
H A Dplugins_common.c119 static void remove_spaces (char *s) in remove_spaces() function
164 remove_spaces (p); in process_lines()
/dports/textproc/dict/dictd-1.13.1/
H A Dplugins_common.c119 static void remove_spaces (char *s) in remove_spaces() function
164 remove_spaces (p); in process_lines()
/dports/textproc/dictfmt/dictd-1.13.1/
H A Dplugins_common.c119 static void remove_spaces (char *s) in remove_spaces() function
164 remove_spaces (p); in process_lines()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dlibstr.c205 char *remove_spaces(char *str) { in remove_spaces() function
253 return remove_spaces(str); in uncomment()
287 *key = remove_spaces(*key); in split_string()
288 *value = remove_spaces(*value); in split_string()
300 *key = remove_spaces((char*)str); in split_configline()
H A Dip.c188 s_ip = remove_spaces(s_ip + 1); in parse_ip_port()
189 s_port = remove_spaces(s_port + 1); in parse_ip_port()
200 s_ip = remove_spaces(line); in parse_ip_port()
201 s_port = remove_spaces(s_port + 1); in parse_ip_port()
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/
H A DUpload.php26 public static $remove_spaces = TRUE; variable in Kohana_Upload
66 if (Upload::$remove_spaces === TRUE)
/dports/net/kamailio/kamailio-5.4.5/src/modules/utils/
H A Dconf.c77 static void remove_spaces(char *s) in remove_spaces() function
314 remove_spaces(strc); in conf_parse_switch()
417 remove_spaces(strc); in conf_parse_filter()
462 remove_spaces(strc); in conf_parse_proxy()
/dports/multimedia/libgav1/libgav1-0.17.0/third_party/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/dports/archivers/draco/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/dports/devel/googletest/googletest-release-1.11.0/googlemock/test/
H A Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()

12345