Home
last modified time | relevance | path

Searched refs:sa (Results 1 – 5 of 5) sorted by relevance

/posix/
A Dspawn_faction_destroy.c30 struct __spawn_action *sa = &file_actions->__actions[i]; in __posix_spawn_file_actions_destroy() local
31 switch (sa->tag) in __posix_spawn_file_actions_destroy()
34 free (sa->action.open_action.path); in __posix_spawn_file_actions_destroy()
37 free (sa->action.chdir_action.path); in __posix_spawn_file_actions_destroy()
A Dtst-vfork2.c49 struct sigaction sa; in do_test() local
50 sa.sa_handler = alrm; in do_test()
51 sigemptyset (&sa.sa_mask); in do_test()
52 sa.sa_flags = 0; in do_test()
53 if (sigaction (SIGALRM, &sa, NULL) < 0) in do_test()
A Dtest-errno.c95 struct sockaddr sa; in do_test() local
109 fails |= test_wrp (EBADF, accept, -1, &sa, &sl); in do_test()
133 fails |= test_wrp (EBADF, getpeername, -1, &sa, &sl); in do_test()
134 fails |= test_wrp (EBADF, getsockname, -1, &sa, &sl); in do_test()
150 fails |= test_wrp (EBADF, recvfrom, -1, buf, 1, 0, &sa, &sl); in do_test()
155 fails |= test_wrp (EBADF, sendto, -1, buf, 1, 0, &sa, sl); in do_test()
A Dtst-wait-skeleton.c179 struct sigaction sa; in do_test() local
180 sa.sa_flags = SA_SIGINFO | SA_RESTART; in do_test()
181 sa.sa_sigaction = sigchld; in do_test()
182 sigemptyset (&sa.sa_mask); in do_test()
183 xsigaction (SIGCHLD, &sa, NULL); in do_test()
A Dtst-waitid.c234 struct sigaction sa; in do_test_waitid() local
235 sa.sa_flags = SA_SIGINFO | SA_RESTART; in do_test_waitid()
236 sa.sa_sigaction = sigchld; in do_test_waitid()
237 sigemptyset (&sa.sa_mask); in do_test_waitid()
238 xsigaction (SIGCHLD, &sa, NULL); in do_test_waitid()

Completed in 9 milliseconds