Home
last modified time | relevance | path

Searched refs:b_off (Results 1 – 2 of 2) 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
61 b[b_off] = '\0'; in check_strcmp_alignments()
64 b_str = b + b_off + 1; in check_strcmp_alignments()
93 b[b_off] = '-'; in check_strcmp_alignments()
102 size_t a_off, b_off, len, pos; in ATF_TC_BODY() local
113 for (b_off = 0; b_off < 16; b_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
55 b[b_off] = '\0'; in check_strncmp_alignments()
58 b_str = b + b_off + 1; in check_strncmp_alignments()
111 b[b_off] = '-'; in check_strncmp_alignments()
126 size_t a_off, b_off, len, pos; in ATF_TC_BODY() local
135 for (b_off = 0; b_off < 16; b_off++) in ATF_TC_BODY()
138 check_strncmp_alignments(a, b, a_off, b_off, len, pos); in ATF_TC_BODY()