Home
last modified time | relevance | path

Searched refs:name (Results 1 – 22 of 22) sorted by relevance

/inet/
A Dtst-if_index-long.c37 char name[IFNAMSIZ + 1]; in do_test() local
38 memset (name, 'A', IFNAMSIZ); in do_test()
39 name[IFNAMSIZ] = '\0'; in do_test()
40 TEST_COMPARE (strlen (name), IFNAMSIZ); in do_test()
42 TEST_COMPARE (strlen (name), sizeof (ifr.ifr_name)); in do_test()
45 TEST_COMPARE (if_nametoindex (name), 0); in do_test()
50 char *host = xasprintf ("fea0::%%%s", name); in do_test()
A Didna.c42 int (*to_unicode_lzlz) (const char *name, char **result, int flags);
103 gai_strdup (const char *name, char **result) in gai_strdup() argument
105 char *ptr = __strdup (name); in gai_strdup()
113 __idna_to_dns_encoding (const char *name, char **result) in __idna_to_dns_encoding() argument
115 switch (__idna_name_classify (name)) in __idna_to_dns_encoding()
119 return gai_strdup (name, result); in __idna_to_dns_encoding()
143 int ret = fptr (name, &ptr, 0); in __idna_to_dns_encoding()
158 __idna_from_dns_encoding (const char *name, char **result) in libc_hidden_def()
164 return gai_strdup (name, result); in libc_hidden_def()
170 int ret = fptr (name, &ptr, 0); in libc_hidden_def()
A Dgetrpcbyname_r.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgetaliasname_r.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgetsrvbynm_r.c24 #define ADD_PARAMS const char *name, const char *proto
25 #define ADD_VARIABLES name, proto
A Dgetprtname_r.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgetsrvbynm.c24 #define ADD_PARAMS const char *name, const char *proto
25 #define ADD_VARIABLES name, proto
A Dgetrpcbyname.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgetaliasname.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgethstbynm.c29 #define ADD_PARAMS const char *name
30 #define ADD_VARIABLES name
A Dgetprtname.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgetnetbynm.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgetnetbynm_r.c24 #define ADD_PARAMS const char *name
25 #define ADD_VARIABLES name
A Dgethstbynm2.c29 #define ADD_PARAMS const char *name, int af
30 #define ADD_VARIABLES name, af
A Dgethstbynm_r.c29 #define ADD_PARAMS const char *name
30 #define ADD_VARIABLES name
A Dgethstbynm2_r.c29 #define ADD_PARAMS const char *name, int af
30 #define ADD_VARIABLES name, af
A Drexec.c48 rexec_af (char **ahost, int rport, const char *name, const char *pass, in rexec_af() argument
53 const char *orig_name = name; in rexec_af()
87 ruserpass(res0->ai_canonname, &name, &pass); in rexec_af()
155 [0] = { .iov_base = (void *) name, .iov_len = strlen (name) + 1 }, in rexec_af()
164 if (name != orig_name) in rexec_af()
165 free ((char *) name); in rexec_af()
194 rexec (char **ahost, int rport, const char *name, const char *pass, in libc_hidden_def()
197 return rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET); in libc_hidden_def()
A Didna_name_classify.c26 __idna_name_classify (const char *name) in __idna_name_classify() argument
30 const char *p = name; in __idna_name_classify()
A Dnet-internal.h39 int __idna_to_dns_encoding (const char *name, char **result);
41 int __idna_from_dns_encoding (const char *name, char **result);
58 enum idna_name_classification __idna_name_classify (const char *name)
A DVersions3 # functions with required interface outside normal name space
6 # variables in normal name space
45 # variables in normal name space
A Dgetnetgrent_r.c134 memcpy (new_elem->name, group, group_len); in __internal_setnetgrent_reuse()
278 found = __internal_setnetgrent_reuse (datap->known_groups->name, in __internal_getnetgrent_r()
297 if (strcmp (datap->val.group, namep->name) == 0) in __internal_getnetgrent_r()
302 if (strcmp (datap->val.group, namep->name) == 0) in __internal_getnetgrent_r()
317 memcpy (namep->name, datap->val.group, group_len); in __internal_getnetgrent_r()
420 if (strcmp (entry.val.group, namep->name) == 0) in weak_alias()
425 if (strcmp (entry.val.group, namep->name) == 0) in weak_alias()
442 memcpy (namep->name, entry.val.group, group_len); in weak_alias()
486 current_group = tmp->name; in weak_alias()
A Dnetgroup.h29 char name[]; member

Completed in 17 milliseconds