mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
Done through
sed -e 's/memcmp \([(][^()]*[)]\) == 0/memeq \1/g' \
-e 's/memcmp \([(][^()]*[(][^()]*[)][^()]*[)]\) == 0/memeq \1/g'
* tests/**/*.[hc]: Use memeq instead of memcmp ... == 0.
* modules/*-tests (Dependencies): Add memeq.
18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
Files:
|
|
tests/test-ptsname_r.c
|
|
tests/signature.h
|
|
tests/null-ptr.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
same-inode
|
|
streq
|
|
memeq
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-ptsname_r
|
|
check_PROGRAMS += test-ptsname_r
|