Home
last modified time | relevance | path

Searched refs:base_len (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmake-temp-file.c189 int base_len, suffix_len; in make_temp_file() local
195 base_len = strlen (base); in make_temp_file()
198 temp_filename = XNEWVEC (char, base_len in make_temp_file()
202 strcpy (temp_filename + base_len, TEMP_FILE); in make_temp_file()
203 strcpy (temp_filename + base_len + TEMP_FILE_LEN, suffix); in make_temp_file()
/toolchain/binutils/binutils-2.25/intl/
Dlocalcharset.c126 size_t base_len = strlen (base); in get_charset_aliases() local
128 file_name = (char *) malloc (dir_len + add_slash + base_len + 1); in get_charset_aliases()
134 memcpy (file_name + dir_len + add_slash, base, base_len + 1); in get_charset_aliases()
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc5196 size_t base_len = strlen(base_name); in match_file_name() local
5197 if (base_len != match_len + 2 && base_len != match_len + 3) in match_file_name()
5199 return memcmp(base_name + base_len - 2, ".o", 2) == 0; in match_file_name()