Home
last modified time | relevance | path

Searched refs:canon (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/nscd/
Daicache.c106 char *canon = NULL; in addhstaiX() local
152 canon = at->name; in addhstaiX()
153 canonlen = strlen (canon) + 1; in addhstaiX()
211 &canon)); in addhstaiX()
232 canon == NULL ? &canon : NULL)); in addhstaiX()
258 if (canon == NULL) in addhstaiX()
271 canon = s; in addhstaiX()
274 canon = key; in addhstaiX()
317 canon = hstent->h_name; in addhstaiX()
319 canon = key; in addhstaiX()
[all …]
Dnscd_getai.c132 resultbuf->canon = (char *) (resultbuf->family + resultbuf->naddrs); in __nscd_getai()
134 resultbuf->canon = NULL; in __nscd_getai()
156 if (resultbuf->canon != NULL in __nscd_getai()
157 && resultbuf->canon[ai_resp.canonlen - 1] != '\0') in __nscd_getai()
Dnscd-client.h148 char *canon; member
/glibc-2.36/elf/
Dldconfig.c1208 const char *canon; in parse_conf() local
1214 canon = chroot_canon (opt_chroot, filename); in parse_conf()
1215 if (canon) in parse_conf()
1216 file = fopen (canon, "r"); in parse_conf()
1218 canon = filename; in parse_conf()
1222 canon = filename; in parse_conf()
1231 canon); in parse_conf()
1232 if (canon != filename) in parse_conf()
1233 free ((char *) canon); in parse_conf()
1240 if (canon != filename) in parse_conf()
[all …]
/glibc-2.36/stdlib/
Dtest-canon2.c59 char *canon; in do_test() local
70 canon = canonicalize_file_name (name1); in do_test()
72 return canon != NULL || errno != ELOOP; in do_test()
DMakefile175 test-canon \
195 tst-canon-bz26341 \
276 LDLIBS-tst-canon-bz26341 = $(shared-thread-library)
426 test-canon-ARGS = --test-dir=${common-objpfx}stdlib
/glibc-2.36/sysdeps/posix/
Dgetaddrinfo.c122 char *canon; member
167 free (res->canon); in gaih_result_reset()
308 if (localcanon != NULL && res->canon == NULL) in gethosts()
313 res->canon = canonbuf; in gethosts()
350 char *canon = res->canon; in process_canonname() local
358 int rc = __idna_from_dns_encoding (canon ?: orig_name, &out); in process_canonname()
361 free (canon); in process_canonname()
362 canon = out; in process_canonname()
370 if (!do_idn && canon == NULL && (canon = __strdup (orig_name)) == NULL) in process_canonname()
374 res->canon = canon; in process_canonname()
[all …]
/glibc-2.36/nss/
Dtst-nss-gai-actions.c67 do_one_test (int action, int family, bool canon) in do_one_test() argument
76 if (canon) in do_one_test()
81 canon ? "AI_CANONNAME" : ""); in do_one_test()
/glibc-2.36/resolv/nss_dns/
Ddns-host.c1090 char *canon = NULL; in gaih_getanswer_slice() local
1117 if (*firstp && canon == NULL) in gaih_getanswer_slice()
1188 canon = buffer; in gaih_getanswer_slice()
1240 (*pat)->name = canon ?: h_name; in gaih_getanswer_slice()
1268 if (canon != NULL) in gaih_getanswer_slice()
/glibc-2.36/resolv/
DMakefile34 dns-canon \
/glibc-2.36/ChangeLog.old/
DChangeLog.153335 * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
3338 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
3365 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
3467 * resolv/nss_dns/dns-canon.c: New file.
3468 * resolv/Makefile (libnss_dns-routines): Add dns-canon.
DChangeLog.256308 * resolv/nss_dns/dns-canon.c: Modified.
6821 * stdlib/test-canon.c: Modified.
7543 gaih_inet: Simplify canon name resolution
9252 * stdlib/test-canon.c: Modified.
DChangeLog.176112 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
6177 * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
6783 lookup, don't assign canon unconditionally.
7013 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
14541 * stdlib/test-canon.c (do_test): Close fd before unlinking file so
15081 * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
15133 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
DChangeLog.63456 * stdlib/test-canon.c (cwd): Change size to PATH_MAX.
5462 * stdlib/test-canon.c: Finally do the right fix.
6084 * stdlib/test-canon.c: Correct patch from Thu Sep 12 23:01:16 1996.
6415 * stdlib/test-canon.c (tests): Rename structure member from errno
DChangeLog.116830 * stdlib/Makefile (test-canon-ARGS): Fix for building in the
9778 * stdlib/test-canon.c: Rewrite to use test-skeleton.c.
9780 * stdlib/Makefile (test-canon-ARGS): New, supply argument to chdir
DChangeLog.7274 * stdlib/test-canon.c: Fix typo.
516 * stdlib/test-canon.c: Test "" and NULL argument handling.
13868 * stdlib/test-canon.c: Likewise.
DChangeLog.248037 …stdlib: Fix tst-canon-bz26341 when the glibc build current working directory is itself using symli…
8039 * stdlib/tst-canon-bz26341.c: Modified.
DChangeLog.514 * stdlib/test-canon.c: New test program contributed by David Mosberger.
15 * stdlib/Makefile (tests): Add test-canon.
DChangeLog.91591 * stdlib/test-canon.c: Define PATH_MAX if the system does not.
DChangeLog.231762 * resolv/nss_dns/dns-canon.c: Modified.
2475 * resolv/nss_dns/dns-canon.c: Modified.
2713 * resolv/nss_dns/dns-canon.c: Modified.
3611 * resolv/nss_dns/dns-canon.c: Modified.
28092 * stdlib/tst-canon-bz26341.c: Modified.
DChangeLog.16823 'name' for 'canon'. The final allocation will happen later.
10449 * stdlib/test-canon.c: Make doesExist a directory and add more tests
DChangeLog.129166 * stdlib/test-canon.c (check_path): Mark as static to avoid warning.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C269 test-canon.c
9343 dns-canon.c
Dfilelist#en_US.UTF-8269 test-canon.c
9343 dns-canon.c
/glibc-2.36/
DCONTRIBUTED-BY4182 resolv/nss_dns/dns-canon.c:
4842 stdlib/test-canon.c:

12