Searched refs:ss2 (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/pthread/ |
D | tst-signal5.c | 35 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/ |
D | bench-strstr.c | 169 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()
|
D | bench-strcasestr.c | 64 char *ss2 = s2; in do_test() local 68 ss2 = mempcpy (ss2, d, t); in do_test()
|
D | bench-strsep.c | 133 char *ss2 = s2; in do_test() local 137 ss2 = mempcpy (ss2, d, t); in do_test()
|
D | bench-strtok.c | 87 char *ss2 = s2; in do_test() local 91 ss2 = mempcpy (ss2, d, t); in do_test()
|
/glibc-2.36/string/ |
D | test-strcasestr.c | 93 char *ss2 = s2; in do_test() local 97 ss2 = mempcpy (ss2, d, t); in do_test()
|
D | test-strstr.c | 93 char *ss2 = s2; in do_test() local 97 ss2 = mempcpy (ss2, d, t); in do_test()
|