Lines Matching refs:item

56 	__nis_hash_item_mt	item;		/* item.name is the attr name */
218 /* Type of an item in a mapping rule */
250 * Mapping item
252 * The mapping item is a single LDAP attribute, or a NIS+ table column, such as
262 * repeat True if item should be repeated if necessary. This is used
265 * exItem forward mapping item for supporting removespec syntax.
284 * element.item A single item
287 * numItems Number of items in the 'item' array
288 * item Array of 'numItems' items
293 * item A single item
295 * element.extract Extraction of a sub-string from an item value
297 * item A single item
299 * Examples (see __nis_mapping_element_t below for examples using the 'item'
301 * __nis_mapping_item_t's are shortened to just the item name.
315 * { item
325 * {"members"}, item
339 * {"cname"} item
344 __nis_mapping_item_t item;
348 __nis_mapping_item_t *item;
353 __nis_mapping_item_t item;
358 __nis_mapping_item_t item;
371 * element.item A single item
380 * item A single item
382 * element.match Assignment of item values by matching to a format
384 * numItems Number of items in the 'item' array
385 * item Array of 'numItems' items
386 * element.extract Extraction of a sub-string from an item value
388 * item A single item
390 * Examples; items represented by just the item name.
394 * element.item
395 * {"name"} item
398 * a printf(3C)-style format string and one or more item values.
400 * (in place of an item in a 'print' list, for example). If
415 * {"passwd"} item
434 * { item
442 __nis_mapping_item_t item;
451 __nis_mapping_item_t item;
457 __nis_mapping_item_t *item;
461 __nis_mapping_item_t item;
554 * Initially collected per-dbId (so that item.name=dbId), the
556 * item.name=objName).
558 * item Structure used by the hash_item functions
603 * { item
653 __nis_hash_item_mt item; /* item.name=dbId||objName */