Home
last modified time | relevance | path

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

/glibc-2.36/hurd/
Dhurdexec.c75 mach_msg_type_number_t nportnames = 0; in _hurd_exec_paths() local
371 &portnames, &nportnames, in _hurd_exec_paths()
374 if (nportnames != nporttypes) in _hurd_exec_paths()
389 for (j = 0; j < nportnames; j++) in _hurd_exec_paths()
397 for (j = 0; j < nportnames; j++) in _hurd_exec_paths()
403 for (i = 0, j = 0; i < nportnames; i++) in _hurd_exec_paths()
411 nportnames = j; in _hurd_exec_paths()
432 portnames, nportnames); in _hurd_exec_paths()
442 portnames, nportnames); in _hurd_exec_paths()
/glibc-2.36/sysdeps/mach/hurd/
Ddl-sysdep.c574 mach_msg_type_number_t nportnames = 0; in __rtld_execve() local
598 &portnames, &nportnames, in __rtld_execve()
602 if (nportnames != nporttypes) in __rtld_execve()
612 for (j = 0; j < nportnames; j++) in __rtld_execve()
620 for (j = 0; j < nportnames; j++) in __rtld_execve()
626 for (i = 0, j = 0; i < nportnames; i++) in __rtld_execve()
634 nportnames = j; in __rtld_execve()
650 portnames, nportnames); in __rtld_execve()
D_Fork.c85 mach_msg_type_number_t nportnames = 0; in _Fork() local
183 &portnames, &nportnames, in _Fork()
186 if (nportnames != nporttypes) in _Fork()
206 for (i = 0; i < nportnames; ++i) in _Fork()
574 nportnames * sizeof (*portnames)); in _Fork()