Home
last modified time | relevance | path

Searched refs:len_suffix (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/R-cran-rlang/rlang/src/internal/
H A Dvec-raw.c22 r_ssize len_suffix = 0; in rlang_raw_deparse_str() local
28 len_suffix = strlen(s_suffix); in rlang_raw_deparse_str()
31 r_ssize len = len_prefix + (2 * len_data) + len_suffix; in rlang_raw_deparse_str()
47 memcpy(p_buf, s_suffix, len_suffix); in rlang_raw_deparse_str()
48 p_buf += len_suffix; in rlang_raw_deparse_str()
/dports/security/pev/pev/src/
H A Dutils.c51 size_t len_suffix = strlen(suffix); in utils_str_ends_with() local
52 if (len_suffix > len_str) in utils_str_ends_with()
55 return strncmp(str + len_str - len_suffix, suffix, len_suffix) == 0; in utils_str_ends_with()
/dports/emulators/darcnes/darcnes/
H A Dtool.c210 int len_suffix; in guess_system() local
216 len_suffix = strlen(system_detect[i].file_suffix); in guess_system()
217 string_offset = len_filename - len_suffix; in guess_system()
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dmatch.c987 size_t len, len_suffix; in match_datestamp() local
1031 len_suffix = strlen(dash) - 1; /* length of ZZZZ */ in match_datestamp()
1032 if (len_suffix > len) goto illegal; in match_datestamp()
1033 if (len < len_suffix) { in match_datestamp()
1036 len_prefix = len - len_suffix; /* length of XXX */ in match_datestamp()
1043 strncpy(&(lastdate[len_prefix]), dash, len_suffix); in match_datestamp()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dmatch.c987 size_t len, len_suffix; in match_datestamp() local
1031 len_suffix = strlen(dash) - 1; /* length of ZZZZ */ in match_datestamp()
1032 if (len_suffix > len) goto illegal; in match_datestamp()
1033 if (len < len_suffix) { in match_datestamp()
1036 len_prefix = len - len_suffix; /* length of XXX */ in match_datestamp()
1043 strncpy(&(lastdate[len_prefix]), dash, len_suffix); in match_datestamp()
/dports/dns/opendnssec2/opendnssec-2.1.10/common/
H A Dfile.c107 size_t len_suffix = 0; in ods_build_path() local
114 len_suffix = strlen(suffix); in ods_build_path()
116 len_total = len_suffix + len_file; in ods_build_path()
146 strncat(openf, suffix, len_suffix); in ods_build_path()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcamera.c1014 const int len_suffix = strlen(srv->suffix); in camera_multiview_advanced() local
1016 if ((len_suffix < len_suffix_max) || (len_name < len_suffix)) { in camera_multiview_advanced()
1020 if (STREQ(camera_name + (len_name - len_suffix), srv->suffix)) { in camera_multiview_advanced()
1021 BLI_snprintf(name, sizeof(name), "%.*s%s", (len_name - len_suffix), camera_name, suffix); in camera_multiview_advanced()
1022 len_suffix_max = len_suffix; in camera_multiview_advanced()
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dints.c146 mlsize_t len, len_suffix; in parse_format() local
151 len_suffix = strlen(suffix); in parse_format()
152 if (len + len_suffix + 1 >= FORMAT_BUFFER_SIZE) in parse_format()
159 memmove(p, suffix, len_suffix); p += len_suffix; in parse_format()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dints.c146 mlsize_t len, len_suffix; in parse_format() local
151 len_suffix = strlen(suffix); in parse_format()
152 if (len + len_suffix + 1 >= FORMAT_BUFFER_SIZE) in parse_format()
159 memmove(p, suffix, len_suffix); p += len_suffix; in parse_format()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dmisc.c2154 int len_suffix = strlen(suffix_list[j].token); in getFileListFromConfigList() local
2156 if (len_suffix < len_config_token && in getFileListFromConfigList()
2157 strEqual(&config_list[i].token[len_config_token - len_suffix], in getFileListFromConfigList()
2225 int len_suffix = strlen(suffix); in token_suffix_match() local
2230 if (start_pos < 0 || start_pos + len_suffix > len_token) in token_suffix_match()
2233 if (strncmp(&token[start_pos], suffix, len_suffix) != 0) in token_suffix_match()
2236 if (token[start_pos + len_suffix] == '\0') in token_suffix_match()
2239 if (token[start_pos + len_suffix] == '.') in token_suffix_match()
2453 int len_suffix = strlen(suffix_list[i].token); in LoadArtworkConfigFromFilename() local
2455 if (token_suffix_match(token, suffix_list[i].token, -len_suffix)) in LoadArtworkConfigFromFilename()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dmisc.c2154 int len_suffix = strlen(suffix_list[j].token); in getFileListFromConfigList() local
2156 if (len_suffix < len_config_token && in getFileListFromConfigList()
2157 strEqual(&config_list[i].token[len_config_token - len_suffix], in getFileListFromConfigList()
2225 int len_suffix = strlen(suffix); in token_suffix_match() local
2230 if (start_pos < 0 || start_pos + len_suffix > len_token) in token_suffix_match()
2233 if (strncmp(&token[start_pos], suffix, len_suffix) != 0) in token_suffix_match()
2236 if (token[start_pos + len_suffix] == '\0') in token_suffix_match()
2239 if (token[start_pos + len_suffix] == '.') in token_suffix_match()
2453 int len_suffix = strlen(suffix_list[i].token); in LoadArtworkConfigFromFilename() local
2455 if (token_suffix_match(token, suffix_list[i].token, -len_suffix)) in LoadArtworkConfigFromFilename()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dmisc.c2208 int len_suffix = strlen(suffix_list[j].token); in getFileListFromConfigList() local
2210 if (len_suffix < len_config_token && in getFileListFromConfigList()
2211 strEqual(&config_list[i].token[len_config_token - len_suffix], in getFileListFromConfigList()
2279 int len_suffix = strlen(suffix); in token_suffix_match() local
2284 if (start_pos < 0 || start_pos + len_suffix > len_token) in token_suffix_match()
2287 if (strncmp(&token[start_pos], suffix, len_suffix) != 0) in token_suffix_match()
2290 if (token[start_pos + len_suffix] == '\0') in token_suffix_match()
2293 if (token[start_pos + len_suffix] == '.') in token_suffix_match()
2507 int len_suffix = strlen(suffix_list[i].token); in LoadArtworkConfigFromFilename() local
2509 if (token_suffix_match(token, suffix_list[i].token, -len_suffix)) in LoadArtworkConfigFromFilename()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dmisc.c2155 int len_suffix = strlen(suffix_list[j].token); in getFileListFromConfigList() local
2157 if (len_suffix < len_config_token && in getFileListFromConfigList()
2158 strEqual(&config_list[i].token[len_config_token - len_suffix], in getFileListFromConfigList()
2226 int len_suffix = strlen(suffix); in token_suffix_match() local
2231 if (start_pos < 0 || start_pos + len_suffix > len_token) in token_suffix_match()
2234 if (strncmp(&token[start_pos], suffix, len_suffix) != 0) in token_suffix_match()
2237 if (token[start_pos + len_suffix] == '\0') in token_suffix_match()
2240 if (token[start_pos + len_suffix] == '.') in token_suffix_match()
2454 int len_suffix = strlen(suffix_list[i].token); in LoadArtworkConfigFromFilename() local
2456 if (token_suffix_match(token, suffix_list[i].token, -len_suffix)) in LoadArtworkConfigFromFilename()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dx_fileselect.c157 const gsize len_suffix = 3; in basename_switch_suffix() local
158 g_utf8_strncpy (name, bname, len_bname - len_suffix); in basename_switch_suffix()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dedit-context.c788 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
792 suffix, len_suffix); in apply_fixit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dedit-context.c787 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
791 suffix, len_suffix); in apply_fixit()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dedit-context.c788 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
792 suffix, len_suffix); in apply_fixit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dedit-context.c781 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
785 suffix, len_suffix); in apply_fixit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dedit-context.c787 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
791 suffix, len_suffix); in apply_fixit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dedit-context.c781 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
785 suffix, len_suffix); in apply_fixit()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dedit-context.c788 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
792 suffix, len_suffix); in apply_fixit()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dedit-context.c787 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
791 suffix, len_suffix); in apply_fixit()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dedit-context.c788 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
792 suffix, len_suffix); in apply_fixit()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dedit-context.c788 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
792 suffix, len_suffix); in apply_fixit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dedit-context.c787 size_t len_suffix = (m_content + m_len) - suffix; in apply_fixit() local
791 suffix, len_suffix); in apply_fixit()

12