HomeSort by relevance Sort by last modified time
    Searched defs:item_type (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libumem/common/
envvar.c 76 } item_type; member in struct:umem_env_item
484 switch (item->item_type) {
499 switch (item->item_type) {
536 if (item_arg != NULL || item->item_type == ITEM_SPECIAL) {
542 if (item->item_type == ITEM_CLEARFLAG)
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
main.c 91 match_item_t item_type; /* Type of item being matched */ member in struct:__anon123
388 match_state.item_type = MATCH_ITEM_PT;
391 match_state.item_type = MATCH_ITEM_SHT;
452 match_item_t item_type = (match_flags & MATCH_F_PHDR) ? local
468 if (item_type != match_state.item_type)
  /onnv/onnv-gate/usr/src/lib/libnisdb/
nis_parse_ldap_map.c 54 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
56 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
58 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
60 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
65 __nis_mapping_item_type_t item_type);
612 __nis_mapping_item_type_t item_type = mit_nisplus; local
686 &item[nElements], item_type);
1144 __nis_mapping_item_type_t item_type)
1192 s = get_lhs_match(sav_s, end_s, lhs, item_type);
1197 item_type);
    [all...]

Completed in 420 milliseconds