Searched refs:a_off (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/tests/string/ |
H A D | strcmp_test.c | 56 size_t a_off, size_t b_off, size_t len, size_t pos) in check_strcmp_alignments() argument 60 a[a_off] = '\0'; in check_strcmp_alignments() 63 a_str = a + a_off + 1; in check_strcmp_alignments() 92 a[a_off] = '-'; in check_strcmp_alignments() 102 size_t a_off, b_off, len, pos; in ATF_TC_BODY() local 112 for (a_off = 0; a_off < 16; a_off++) in ATF_TC_BODY() 117 check_strcmp_alignments(a, b, a_off, b_off, len, pos); in ATF_TC_BODY()
|
H A D | strncmp_test.c | 50 size_t a_off, size_t b_off, size_t len, size_t pos) in check_strncmp_alignments() argument 54 a[a_off] = '\0'; in check_strncmp_alignments() 57 a_str = a + a_off + 1; in check_strncmp_alignments() 110 a[a_off] = '-'; in check_strncmp_alignments() 126 size_t a_off, b_off, len, pos; in ATF_TC_BODY() local 134 for (a_off = 0; a_off < 16; a_off++) in ATF_TC_BODY() 138 check_strncmp_alignments(a, b, a_off, b_off, len, pos); in ATF_TC_BODY()
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 127 int a_off; member 1438 memcpy(p + afd->a_off, addr, (size_t)afd->a_addrlen); in get_ai()
|