Lines Matching refs:triple
236 split_triple(char *triple, char **hostname, char **username, char **domain)
240 char *p = triple;
246 if (triple == NULL)
305 * Test membership in triple
320 char triple[MAX_TRIPLE_LEN];
461 if (strlcpy(triple, *attr,
462 sizeof (triple)) >= sizeof (triple))
466 "triple is: %s", triple);
468 if (split_triple(triple, &thost, &tuser, &tdomain) != 0)
891 "getnetgr_ldap_getent: found triple "