Searched defs:triplet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h415 char **triplet; member in struct:_ns_netgroups
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2556 * Parses properties string, fills in triplet structure with first
2557 * type, name, val triplet and returns pointer to next property.
2558 * Returns NULL if no valid triplet found
2563 parse_props_string(char *props, asr_prop_triplet_t *triplet) argument
2577 triplet->proptype = props;
2578 triplet->propname = prop_name;
2579 triplet->propval = prop_val;

Completed in 69 milliseconds