Lines Matching refs:rvIn
360 * or NULL in case of failure. If not returning 'rvIn', the latter
364 addObjAttr2RuleValue(nis_object *obj, __nis_rule_value_t *rvIn) {
372 if (rvIn != 0) {
373 rv = rvIn;
602 __nis_rule_value_t *rvIn, __nis_rule_value_t **rvOutP,
663 if (rvIn != 0) {
664 rv = initRuleValue(1, rvIn);
705 * want the owner, group, etc., from 'rvIn'.
709 if (rvIn != 0) {
710 rv = initRuleValue(1, rvIn);
779 * 'nq' is the number of elements in the 'old', 'new', and 'rvIn'
802 * If 'rvIn' is non-NULL, it is expected to contain the object attributes
803 * (zo_owner, etc.) to be written to LDAP. 'rvIn' is an array with 'nq'
810 * map to one and the same LDAP entry. Note that 'rvIn' must still be
812 * OK to leave all but 'rvIn[0]' empty.
819 __nis_rule_value_t *rvIn, int firstOnly, char *dbId) {
926 (rvIn != 0) ? &rvIn[iq] : 0,