Home
last modified time | relevance | path

Searched refs:ss2 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-signal5.c35 sigset_t ss2; in tf() local
36 if (pthread_sigmask (SIG_SETMASK, NULL, &ss2) != 0) in tf()
44 if (sigismember (&ss, i) && ! sigismember (&ss2, i)) in tf()
49 else if (! sigismember (&ss, i) && sigismember (&ss2, i)) in tf()
/glibc-2.36/benchtests/
Dbench-strstr.c169 char *ss2 = s2; in do_test() local
174 ss2 = mempcpy (ss2, input + pos, t); in do_test()
177 ss2 = mempcpy (ss2, input + pos, size - pos); in do_test()
178 ss2 = mempcpy (ss2, input, t - (size - pos)); in do_test()
Dbench-strcasestr.c64 char *ss2 = s2; in do_test() local
68 ss2 = mempcpy (ss2, d, t); in do_test()
Dbench-strsep.c133 char *ss2 = s2; in do_test() local
137 ss2 = mempcpy (ss2, d, t); in do_test()
Dbench-strtok.c87 char *ss2 = s2; in do_test() local
91 ss2 = mempcpy (ss2, d, t); in do_test()
/glibc-2.36/string/
Dtest-strcasestr.c93 char *ss2 = s2; in do_test() local
97 ss2 = mempcpy (ss2, d, t); in do_test()
Dtest-strstr.c93 char *ss2 = s2; in do_test() local
97 ss2 = mempcpy (ss2, d, t); in do_test()