Searched refs:to_len (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | macro.c | 98 size_t to_len = strlen (to); in buffer_and_nest() local 102 if (to_len == 4 && strcasecmp (to, "ENDR") == 0) in buffer_and_nest() 212 if (len >= to_len in buffer_and_nest() 213 && strncasecmp (ptr->ptr + i, to, to_len) == 0 in buffer_and_nest() 214 && (len == to_len in buffer_and_nest() 215 || ! (is_part_of_name (ptr->ptr[i + to_len]) in buffer_and_nest() 216 || is_name_ender (ptr->ptr[i + to_len])))) in buffer_and_nest()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | utils.c | 3350 const size_t to_len = strlen (to); in substitute_path_component() local 3366 = (char *) xrealloc (string, (strlen (string) + to_len + 1)); in substitute_path_component() 3373 memmove (&s[to_len], &s[from_len], strlen (&s[from_len]) + 1); in substitute_path_component() 3374 memcpy (s, to, to_len); in substitute_path_component() 3376 s += to_len; in substitute_path_component()
|
| /netbsd/src/sys/fs/v7fs/ |
| D | v7fs_vnops.c | 794 size_t to_len = a->a_tcnp->cn_namelen; in v7fs_rename() local 797 DPRINTF("%.*s->%.*s %p %p\n", (int)from_len, from_name, (int)to_len, in v7fs_rename() 808 &parent_to->inode, to_name, to_len); in v7fs_rename()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldelf.c | 1713 size_t to_len = strlen (*to); in ldelf_append_to_separated_string() local 1736 buf = xmalloc (to_len + op_arg_len + 2); in ldelf_append_to_separated_string()
|