Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/posix_spawn/
H A Dposix_spawn_priv.c472 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local
475 for (size_t h = 0; h < ARRAY_SIZE(helpers); h++) { in main()
477 sizeof (posix_spawn_child_path), helpers[h]); in main()
478 (void) printf("--- child helper: %s ---\n", helpers[h]); in main()
H A Dposix_spawn_chdir.c591 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local
619 for (size_t h = 0; h < ARRAY_SIZE(helpers); h++) { in main()
621 helpers[h]); in main()
622 (void) printf("--- child helper: %s ---\n", helpers[h]); in main()
H A Dposix_spawn_fileactions.c625 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local
628 for (size_t h = 0; h < ARRAY_SIZE(helpers); h++) { in main()
630 sizeof (posix_spawn_child_path), helpers[h]); in main()
631 (void) printf("--- child helper: %s ---\n", helpers[h]); in main()
H A Dposix_spawn_attr.c833 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local
836 for (size_t h = 0; h < ARRAY_SIZE(helpers); h++) { in main()
838 sizeof (posix_spawn_child_path), helpers[h]); in main()
839 (void) printf("--- child helper: %s ---\n", helpers[h]); in main()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr173 \ ** SEARCH+EXT words and ficl helpers
/illumos-gate/usr/src/boot/forth/
H A Dmenu-commands.4th42 also menu-namespace also menu-command-helpers
H A Dmenu.4th35 vocabulary menu-command-helpers
694 also menu-command-helpers definitions
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dkstat.shlib29 # This file provides the following helpers to read kstats from tests.
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c14899 dtrace_helpers_t *helpers = curproc->p_dtrace_helpers; in dtrace_helper() local
14907 if (helpers == NULL) in dtrace_helper()
14910 if ((helper = helpers->dthps_actions[which]) == NULL) in dtrace_helper()
14913 vstate = &helpers->dthps_vstate; in dtrace_helper()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c762 #pragma mark - external helpers