Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/inet/
Dgetnetgrent_r.c219 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 …]
Dnetgroup.h46 triple; member
/glibc-2.36/scripts/
Dgen-libc-abis2 triple="$1"
13 case "$triple" in
/glibc-2.36/nss/nss_files/
Dfiles-netgrp.c261 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()
/glibc-2.36/iconvdata/
Dgconv-modules22 # fromset: either a name triple or a regular expression triple.
23 # toset: a name triple or an expression with \N to get regular
/glibc-2.36/nscd/
Dnetgroupcache.c204 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()
/glibc-2.36/manual/
Dusers.texi2562 Any of the fields in the triple can be empty which means anything
2739 This function tests whether the triple specified by the parameters
2757 The return value is @code{1} if an entry matching the given triple is
2759 itself is not found, the netgroup does not contain the triple or
/glibc-2.36/ChangeLog.old/
DChangeLog.1865484 values in the triple.