n_to_copy 67 maint/gnulib/tests/unistr/test-stpncpy.h size_t n_to_copy = (n <= length ? n : length + 1); n_to_copy 71 maint/gnulib/tests/unistr/test-stpncpy.h copy = (UNIT *) page_boundary - n_to_copy; n_to_copy 72 maint/gnulib/tests/unistr/test-stpncpy.h for (i = 0; i < n_to_copy; i++) n_to_copy 78 maint/gnulib/tests/unistr/test-strncat.h size_t n_to_copy = (n <= length ? n : length + 1); n_to_copy 82 maint/gnulib/tests/unistr/test-strncat.h copy = (UNIT *) page_boundary - n_to_copy; n_to_copy 83 maint/gnulib/tests/unistr/test-strncat.h for (i = 0; i < n_to_copy; i++) n_to_copy 67 maint/gnulib/tests/unistr/test-strncpy.h size_t n_to_copy = (n <= length ? n : length + 1); n_to_copy 71 maint/gnulib/tests/unistr/test-strncpy.h copy = (UNIT *) page_boundary - n_to_copy; n_to_copy 72 maint/gnulib/tests/unistr/test-strncpy.h for (i = 0; i < n_to_copy; i++) n_to_copy 48 maint/gnulib/tests/unistr/test-strnlen.h size_t n_to_copy = (n <= length ? n : length + 1); n_to_copy 52 maint/gnulib/tests/unistr/test-strnlen.h copy = (UNIT *) page_boundary - n_to_copy; n_to_copy 53 maint/gnulib/tests/unistr/test-strnlen.h for (i = 0; i < n_to_copy; i++)