Searched defs:triple (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c236 split_triple(char *triple, char **hostname, char **username, char **domain) argument
240 char *p = triple;
246 if (triple == NULL)
305 * Test membership in triple
320 char triple[MAX_TRIPLE_LEN]; local
461 if (strlcpy(triple, *attr,
462 sizeof (triple)) >= sizeof (triple))
466 "triple is: %s", triple);
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c75 char *triple[NSS_NETGR_N]; member in struct:grouplist
116 if ((str = mem->triple[i]) == 0) {
148 if (gl->triple[i] != 0) {
149 free(gl->triple[i]);
337 int (*func)(ccp triple[3], void *iter_args, nss_status_t *return_val),
403 ccp triple[NSS_NETGR_N]; local
415 /* Doesn't look like the start of a triple, */
427 /* Main case: a (machine, user, domain) triple */
462 triple[i] = 0;
465 triple[
336 top_down(struct nis_netgr_be *be, const char **groups, int ngroups, int (*func)(ccp triple[3], void *iter_args, nss_status_t *return_val), void *iter_args) argument
589 match_triple(ccp triple[NSS_NETGR_N], void *ia_arg, nss_status_t *return_val) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.h148 * LDAP search triple
150 * Used to represent a search triple like
245 __nis_search_triple_t triple; member in union:__anon3603
261 * searchSpec LDAP search triple, or NIS+ indexed object name
506 * read base/scope/filter triple used to read data from LDAP;
508 * write base/scope/attrlist triple used to write data to LDAP;
H A Dldap_val.c563 /* Do we have a valid triple ? */
564 if (item->searchSpec.triple.scope == LDAP_SCOPE_UNKNOWN) {
566 * No valid triple. If we have a rule-value, use it.
574 } else if (item->searchSpec.triple.base == 0 &&
575 item->searchSpec.triple.scope ==
577 item->searchSpec.triple.attrs == 0 &&
578 item->searchSpec.triple.element == 0) {
580 * We have a valid triple, but it points to the
592 * Valid triple, and it's not the current container
653 __nis_search_triple_t triple; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2616 asr_prop_triplet_t triple; local
2666 while ((next = parse_props_string(next, &triple)) != NULL) {
2667 err = ptree_get_prop_by_name(chdh, triple.propname,
2678 if (strcmp(triple.proptype, "I") != 0)
2684 if (val != atoi(triple.propval))
2688 if (strcmp(triple.proptype, "S") != 0)
2700 if (strcmp(prop_string, triple.propval) != 0)
2774 while ((next = parse_props_string(next, &triple)) != NULL) {
2779 if (strcmp(triple.proptype, "I") == 0) {
2783 sizeof (int), triple
[all...]

Completed in 68 milliseconds