Searched refs:helpers (Results 1 – 10 of 10) sorted by relevance
472 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local475 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()
591 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local619 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()
625 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local628 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()
833 const char *helpers[] = { POSIX_SPAWN_CHILD_HELPERS }; in main() local836 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()
173 \ ** SEARCH+EXT words and ficl helpers
42 also menu-namespace also menu-command-helpers
35 vocabulary menu-command-helpers694 also menu-command-helpers definitions
29 # This file provides the following helpers to read kstats from tests.
14899 dtrace_helpers_t *helpers = curproc->p_dtrace_helpers; in dtrace_helper() local14907 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()
762 #pragma mark - external helpers