Searched refs:ps (Results 1 – 4 of 4) sorted by relevance
/posix/ |
A D | tst-mmap.c | 18 size_t ps = sysconf (_SC_PAGESIZE); in do_test() local 33 for (c = 0; c < (ps * 4) / sizeof (buf); ++c) in do_test() 40 assert (ps + 1000 < c * sizeof (buf)); in do_test() 44 ptr = mmap (NULL, 1000, PROT_READ, MAP_SHARED, fd, ps - 1); in do_test() 96 mem = malloc (2 * ps); in do_test() 156 ptr = mmap (NULL, 1000, PROT_READ, MAP_SHARED, fd, ps); in do_test() 167 for (c = ps; c < ps + 1000; ++c) in do_test() 168 if (ptr[c - ps] != '0' + (c % 10)) in do_test() 176 ptr = mmap64 (NULL, 1000, PROT_READ, MAP_SHARED, fd, ps); in do_test() 187 for (c = ps; c < ps + 1000; ++c) in do_test() [all …]
|
A D | fnmatch.c | 220 mbstate_t ps; in fnmatch_convert_to_wide() local 221 memset (&ps, '\0', sizeof (ps)); in fnmatch_convert_to_wide() 228 *n = mbsrtowcs (buf->data, &p, *n + 1, &ps); in fnmatch_convert_to_wide() 236 memset (&ps, '\0', sizeof (ps)); in fnmatch_convert_to_wide() 239 *n = mbsrtowcs (NULL, &str, 0, &ps); in fnmatch_convert_to_wide() 247 assert (mbsinit (&ps)); in fnmatch_convert_to_wide() 248 mbsrtowcs (buf->data, &str, *n + 1, &ps); in fnmatch_convert_to_wide()
|
A D | tst-regcomp-truncated.c | 112 mbstate_t ps = { }; in do_test() local 113 size_t ret = wcrtomb (buffer, wc, &ps); in do_test()
|
A D | tst-regex.input | 6790 Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
|
Completed in 20 milliseconds