Searched refs:triple (Results 1 – 8 of 8) sorted by relevance
219 datap->val.triple.host = get_nonempty_val (datap->cursor); in nscd_getnetgrent()221 datap->val.triple.user = get_nonempty_val (datap->cursor); in nscd_getnetgrent()223 datap->val.triple.domain = get_nonempty_val (datap->cursor); in nscd_getnetgrent()329 *hostp = (char *) datap->val.triple.host; in __internal_getnetgrent_r()330 *userp = (char *) datap->val.triple.user; in __internal_getnetgrent_r()331 *domainp = (char *) datap->val.triple.domain; in __internal_getnetgrent_r()448 if ((entry.val.triple.host == NULL || host == NULL in weak_alias()449 || __strcasecmp (entry.val.triple.host, host) == 0) in weak_alias()450 && (entry.val.triple.user == NULL || user == NULL in weak_alias()451 || strcmp (entry.val.triple.user, user) == 0) in weak_alias()[all …]
46 triple; member
2 triple="$1"13 case "$triple" in
261 result->val.triple.host = strip_whitespace (buffer); in _nss_netgroup_parseline()264 result->val.triple.user = strip_whitespace (buffer + (user - host)); in _nss_netgroup_parseline()267 result->val.triple.domain = strip_whitespace (buffer + (domain - host)); in _nss_netgroup_parseline()
22 # fromset: either a name triple or a regular expression triple.23 # toset: a name triple or an expression with \N to get regular
204 const char *nhost = data.val.triple.host; in addgetnetgrentX()205 const char *nuser = data.val.triple.user; in addgetnetgrentX()206 const char *ndomain = data.val.triple.domain; in addgetnetgrentX()
2562 Any of the fields in the triple can be empty which means anything2739 This function tests whether the triple specified by the parameters2757 The return value is @code{1} if an entry matching the given triple is2759 itself is not found, the netgroup does not contain the triple or
65484 values in the triple.