Searched refs:subsystem_root_path (Results 1 – 6 of 6) sorted by relevance
19 const char * subsystem_root_path = _simple_getenv(apple, SUBSYSTEM_ROOT_PATH_KEY); in main() local20 if (strcmp(subsystem_root_path, expected_subsystem_root_path)) { in main()24 const char * subsystem_root_path = _simple_getenv(apple, SUBSYSTEM_ROOT_PATH_KEY); in main() local25 if (subsystem_root_path != NULL) { in main()
12 T_DECL(subsystem_root_path,
648 subsystem_root_path: subsystem_root_path.c subsystem_root_path-entitlements.plist target649 subsystem_root_path: CODE_SIGN_ENTITLEMENTS=subsystem_root_path-entitlements.plist target754 subsystem_root_path_helper_entitled: subsystem_root_path_helper.c subsystem_root_path-entitlements.…757 …CATE) $(CODESIGN) --force --sign - --timestamp=none --entitlements subsystem_root_path-entitlement…
486 char *subsystem_root_path; member516 uint32_t subsystem_root_path; member537 user_addr_t subsystem_root_path; member
1159 char * subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np() local1166 subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np()1168 if (subsystem_root_path == NULL) { in posix_spawn_destroysubsystem_root_path_np()1173 free(subsystem_root_path); in posix_spawn_destroysubsystem_root_path_np()3011 ad.subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn()
3603 char *subsystem_root_path = NULL; in posix_spawn() local3702 px_args.subsystem_root_path = CAST_USER_ADDR_T(px_args32.subsystem_root_path); in posix_spawn()3853 subsystem_root_path = zalloc_flags(ZV_NAMEI, in posix_spawn()3856 …if ((error = copyin(px_args.subsystem_root_path, subsystem_root_path, px_args.subsystem_root_path_… in posix_spawn()3861 subsystem_root_path[px_args.subsystem_root_path_size - 1] = 0; in posix_spawn()4099 if (subsystem_root_path) { in posix_spawn()4102 p->p_subsystem_root_path = subsystem_root_path; in posix_spawn()4103 subsystem_root_path = old_subsystem_root_path; in posix_spawn()4796 if (subsystem_root_path != NULL) { in posix_spawn()4797 zfree(ZV_NAMEI, subsystem_root_path); in posix_spawn()