Searched refs:to_len (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_arm.c | 901 size_t from_len, to_len; in read_op_user() local 935 if ((to_str = vector_str_get_flat(&to.vec, &to_len)) == NULL) in read_op_user() 962 if (vector_str_push(&d->vec, to_str, to_len) == false) in read_op_user()
|
H A D | libelftc_dem_gnu2.c | 1040 size_t from_len, to_len; in read_op_user() local 1074 if ((to_str = vector_str_get_flat(&to.vec, &to_len)) == NULL) in read_op_user() 1099 if (vector_str_push(&d->vec, to_str, to_len) == false) in read_op_user()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 1083 int to_fd, const char *to_name __unused, size_t to_len, in compare() argument 1090 if (from_len != to_len) in compare()
|