Searched refs:to_len (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c131 int to_len = strlen (to); local
137 if (to_len == 4 && strcasecmp(to, "ENDR") == 0)
212 if (strncasecmp (ptr->ptr + i, to, to_len) == 0
213 && (ptr->len == (i + to_len)
214 || ! (is_part_of_name (ptr->ptr[i + to_len])
215 || is_name_ender (ptr->ptr[i + to_len]))))
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu2.c1040 size_t from_len, to_len; local
1074 if ((to_str = vector_str_get_flat(&to.vec, &to_len)) == NULL)
1099 if (vector_str_push(&d->vec, to_str, to_len) == false)
H A Dlibelftc_dem_arm.c901 size_t from_len, to_len; local
935 if ((to_str = vector_str_get_flat(&to.vec, &to_len)) == NULL)
962 if (vector_str_push(&d->vec, to_str, to_len) == false)
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1044 int to_fd, const char *to_name __unused, size_t to_len,
1053 if (from_len != to_len)
1043 compare(int from_fd, const char *from_name __unused, size_t from_len, int to_fd, const char *to_name __unused, size_t to_len, char **dresp) argument

Completed in 73 milliseconds