Home
last modified time | relevance | path

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

/trueos/lib/liblaunch/
HDlaunch.h68 #define LAUNCH_JOBKEY_ENVIRONMENTVARIABLES "EnvironmentVariables" macro
HDlibvproc.c618 launch_data_dict_insert(in_obj, tmp_dict, LAUNCH_JOBKEY_ENVIRONMENTVARIABLES); in _spawn_via_launchd()
/trueos/sbin/launchd/
HDcore.c1143 launch_data_dict_insert(r, tmp, LAUNCH_JOBKEY_ENVIRONMENTVARIABLES); in job_export()
2995 if (strcasecmp(key, LAUNCH_JOBKEY_ENVIRONMENTVARIABLES) == 0) { in job_import_dictionary()