Home
last modified time | relevance | path

Searched refs:to_len (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c115 size_t to_len = strlen (to); in buffer_and_nest() local
120 if (to_len == 4 && strcasecmp (to, "ENDR") == 0) in buffer_and_nest()
201 if (strncasecmp (ptr->ptr + i, to, to_len) == 0 in buffer_and_nest()
202 && (ptr->len == (i + to_len) in buffer_and_nest()
203 || ! (is_part_of_name (ptr->ptr[i + to_len]) in buffer_and_nest()
204 || is_name_ender (ptr->ptr[i + to_len])))) in buffer_and_nest()
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c115 size_t to_len = strlen (to); in buffer_and_nest() local
120 if (to_len == 4 && strcasecmp (to, "ENDR") == 0) in buffer_and_nest()
201 if (strncasecmp (ptr->ptr + i, to, to_len) == 0 in buffer_and_nest()
202 && (ptr->len == (i + to_len) in buffer_and_nest()
203 || ! (is_part_of_name (ptr->ptr[i + to_len]) in buffer_and_nest()
204 || is_name_ender (ptr->ptr[i + to_len])))) in buffer_and_nest()
/dragonfly/contrib/gdb-7/gdb/
H A Dutils.c3645 const size_t to_len = strlen (to); in substitute_path_component() local
3660 string_new = xrealloc (string, (strlen (string) + to_len + 1)); in substitute_path_component()
3667 memmove (&s[to_len], &s[from_len], strlen (&s[from_len]) + 1); in substitute_path_component()
3668 memcpy (s, to, to_len); in substitute_path_component()
3670 s += to_len; in substitute_path_component()
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c875 int to_fd, const char *to_name __unused, size_t to_len) in compare() argument
882 if (from_len != to_len) in compare()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldelf.c1477 size_t to_len = strlen (*to); in ldelf_append_to_separated_string() local
1500 buf = xmalloc (to_len + op_arg_len + 2); in ldelf_append_to_separated_string()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1427 size_t to_len = strlen (*to);
1450 buf = xmalloc (to_len + op_arg_len + 2);