Home
last modified time | relevance | path

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

/hurd/
A Dhurdexec.c60 int ints[INIT_INT_MAX]; in _hurd_exec_paths() local
107 ints[i] = _hurd_umask; in _hurd_exec_paths()
117 ints[i] = _hurdsig_traced; in _hurd_exec_paths()
121 ints[i] = 0; in _hurd_exec_paths()
132 ints[INIT_SIGMASK] = ss->blocked; in _hurd_exec_paths()
133 ints[INIT_SIGPENDING] = _hurd_sigstate_pending (ss); in _hurd_exec_paths()
134 ints[INIT_SIGIGN] = 0; in _hurd_exec_paths()
137 ints[INIT_SIGIGN] |= __sigmask (i); in _hurd_exec_paths()
391 ints, INIT_INT_MAX, in _hurd_exec_paths()
402 ints, INIT_INT_MAX, in _hurd_exec_paths()

Completed in 5 milliseconds