Lines Matching refs:assign
365 static priv_set_t **rem, **add, **assign; variable
396 assign = calloc(pri->priv_nsets, sizeof (priv_set_t *)); in loadprivinfo()
397 if (rem == NULL || add == NULL || assign == NULL) in loadprivinfo()
433 toupd = &assign; in parsespec()
451 if (((toupd == &rem || toupd == &add) && assign[ind] != NULL) || in parsespec()
452 (toupd == &assign && (assign[ind] != NULL || in parsespec()
486 if (assign[i] != NULL) in privupdate()
487 priv_copyset(assign[i], target); in privupdate()
565 assign[set] != NULL) { in privupdate_self()
571 if (assign[set] != NULL) in privupdate_self()
572 priv_copyset(assign[set], target); in privupdate_self()
578 assign[set] != NULL) { in privupdate_self()
584 if (assign[set] != NULL) in privupdate_self()
585 priv_copyset(assign[set], target); in privupdate_self()