Lines Matching refs:export_flags
1039 int export_flags = 0; in do_name_assignments() local
1051 export_flags |= EXP_FLAG_MULTI_NAME; in do_name_assignments()
1058 export_flags |= EXP_FLAG_MULTI_GROUP; in do_name_assignments()
1060 return (export_flags); in do_name_assignments()
1209 static void export_helper_environment(INSTANCE *target, int export_flags) in export_helper_environment() argument
1256 if (export_flags & EXP_FLAG_MULTI_DIRS) { in export_helper_environment()
1271 if (export_flags & EXP_FLAG_MULTI_NAME) in export_helper_environment()
1275 if (export_flags & EXP_FLAG_MULTI_GROUP) in export_helper_environment()
1291 int *export_flags) in install_new_instance() argument
1298 *export_flags |= in install_new_instance()
1308 int export_flags; in update_instance() local
1311 export_flags = do_name_assignments(target, assignment); in update_instance()
1312 return (export_flags); in update_instance()
1319 int *export_flags) in select_existing_instance() argument
1349 if (export_flags == 0) in select_existing_instance()
1351 *export_flags |= EXP_FLAG_MULTI_DIRS; in select_existing_instance()
1364 int export_flags; in manage() local
1370 export_flags = 0; in manage()
1381 assignment, &export_flags); in manage()
1388 export_flags |= update_instance(target, assignment); in manage()
1389 if (export_flags == 0) in manage()
1396 target = select_existing_instance(selection, DO_UNLINK, &export_flags); in manage()
1412 export_helper_environment(target, export_flags); in manage()