/glibc-2.36/nscd/ |
D | aicache.c | 106 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 …]
|
D | nscd_getai.c | 132 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()
|
D | nscd-client.h | 148 char *canon; member
|
/glibc-2.36/elf/ |
D | ldconfig.c | 1208 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/ |
D | test-canon2.c | 59 char *canon; in do_test() local 70 canon = canonicalize_file_name (name1); in do_test() 72 return canon != NULL || errno != ELOOP; in do_test()
|
D | Makefile | 175 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/ |
D | getaddrinfo.c | 122 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/ |
D | tst-nss-gai-actions.c | 67 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/ |
D | dns-host.c | 1090 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/ |
D | Makefile | 34 dns-canon \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 3335 * 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.
|
D | ChangeLog.25 | 6308 * 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.
|
D | ChangeLog.17 | 6112 * 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
|
D | ChangeLog.6 | 3456 * 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
|
D | ChangeLog.11 | 6830 * 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
|
D | ChangeLog.7 | 274 * stdlib/test-canon.c: Fix typo. 516 * stdlib/test-canon.c: Test "" and NULL argument handling. 13868 * stdlib/test-canon.c: Likewise.
|
D | ChangeLog.24 | 8037 …stdlib: Fix tst-canon-bz26341 when the glibc build current working directory is itself using symli… 8039 * stdlib/tst-canon-bz26341.c: Modified.
|
D | ChangeLog.5 | 14 * stdlib/test-canon.c: New test program contributed by David Mosberger. 15 * stdlib/Makefile (tests): Add test-canon.
|
D | ChangeLog.9 | 1591 * stdlib/test-canon.c: Define PATH_MAX if the system does not.
|
D | ChangeLog.23 | 1762 * 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.
|
D | ChangeLog.16 | 823 'name' for 'canon'. The final allocation will happen later. 10449 * stdlib/test-canon.c: Make doesExist a directory and add more tests
|
D | ChangeLog.12 | 9166 * stdlib/test-canon.c (check_path): Mark as static to avoid warning.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 269 test-canon.c 9343 dns-canon.c
|
D | filelist#en_US.UTF-8 | 269 test-canon.c 9343 dns-canon.c
|
/glibc-2.36/ |
D | CONTRIBUTED-BY | 4182 resolv/nss_dns/dns-canon.c: 4842 stdlib/test-canon.c:
|