Home
last modified time | relevance | path

Searched refs:a_off (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/tests/string/
H A Dstrcmp_test.c56 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 Dstrncmp_test.c50 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 Dgetaddrinfo.c127 int a_off; member
1438 memcpy(p + afd->a_off, addr, (size_t)afd->a_addrlen); in get_ai()