/third_party/musl/src/network/ |
H A D | lookup_name.c | 83 static int name_from_hosts(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family) in name_from_hosts() 121 memcpy(canon, p, z-p+1); in name_from_hosts() 132 char *canon; member 155 strcpy(ctx->canon, tmp); in dns_parse_callback() 214 static int name_from_dns(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, const struct resolvconf *conf, int netid) in name_from_dns() 221 struct dpc_ctx ctx = { .addrs = buf, .canon = canon }; in name_from_dns() 290 queryName = ctx.canon; in name_from_dns() 299 static int name_from_dns_search(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, int netid) in name_from_dns_search() 324 /* Strip final dot for canon, fai in name_from_dns_search() [all...] |
H A D | gethostbyname2_r.c | 16 char canon[256]; in gethostbyname2_r() local 21 cnt = __lookup_name(addrs, canon, name, af, AI_CANONNAME); in gethostbyname2_r() 48 need += strlen(canon)+1; in gethostbyname2_r() 67 strcpy(h->h_name, canon); in gethostbyname2_r()
|
H A D | getaddrinfo.c | 23 char canon[256], *outcanon; in getaddrinfo() local 100 naddrs = __lookup_name(addrs, canon, host, family, flags); in getaddrinfo() 104 canon_len = strlen(canon); in getaddrinfo() 110 memcpy(outcanon, canon, canon_len+1); in getaddrinfo()
|
H A D | lookup.h | 63 hidden int lookup_name_ext(struct address buf[static MAXADDRS], char canon[static 256], const char *name, 65 hidden int __lookup_name(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, int flags); 76 char canon[static 256], const char *name, int family);
|
/third_party/libexif/contrib/watcom/ |
H A D | Makefile | 79 $(LIBEXIFDIR)\exif-mnote-data-canon.obj & 80 $(LIBEXIFDIR)\mnote-canon-entry.obj & 81 $(LIBEXIFDIR)\mnote-canon-tag.obj & 150 $(LIBEXIFDIR)\exif-mnote-data-canon.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\exif-mnote-data-canon.c 153 $(LIBEXIFDIR)\mnote-canon-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-entry.c 156 $(LIBEXIFDIR)\mnote-canon [all...] |
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 83 static int name_from_hosts(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family) in name_from_hosts() 121 memcpy(canon, p, z-p+1); in name_from_hosts() 132 char *canon; member 161 strcpy(ctx->canon, tmp); in dns_parse_callback() 193 static int name_from_dns(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, const struct resolvconf *conf, int netid) in name_from_dns() 201 struct dpc_ctx ctx = { .addrs = buf, .canon = canon }; in name_from_dns() 248 static int name_from_dns_search(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, int netid) in name_from_dns_search() 270 /* Strip final dot for canon, fail if multiple trailing dots. */ in name_from_dns_search() 277 /* Name with search domain appended is setup in canon[] in name_from_dns_search() [all...] |
H A D | lookup.h | 60 hidden int lookup_name_ext(struct address buf[static MAXADDRS], char canon[static 256], const char *name, 62 hidden int __lookup_name(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, int flags); 73 char canon[static 256], const char *name, int family);
|
H A D | getaddrinfo.c | 110 char canon[256], *outcanon; in getaddrinfo_ext() local 184 naddrs = lookup_name_ext(addrs, canon, host, family, flags, netid); in getaddrinfo_ext() 192 canon_len = strlen(canon); in getaddrinfo_ext() 198 memcpy(outcanon, canon, canon_len+1); in getaddrinfo_ext()
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | unicode.rs | 202 let canon = match canonical_gencat(&property_value)? { in canonicalize() 204 Some(canon) => canon, in canonicalize() 206 CanonicalClassQuery::GeneralCategory(canon) in canonicalize() 209 let canon = match canonical_script(&property_value)? { in canonicalize() 211 Some(canon) => canon, in canonicalize() 213 CanonicalClassQuery::Script(canon) in canonicalize() 247 if let Some(canon) = canonical_prop(&norm)? { in canonical_binary() 248 return Ok(CanonicalClassQuery::Binary(canon)); in canonical_binary() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | locutil.cpp | 129 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen); in canonicalLocaleString() 130 if (buf != 0 && canon != 0) { in canonicalLocaleString() 133 uloc_canonicalize(buf, canon, buflen, &ec); in canonicalLocaleString() 135 result = UnicodeString(canon); in canonicalLocaleString() 139 uprv_free(canon); in canonicalLocaleString()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locutil.cpp | 129 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen); in canonicalLocaleString() 130 if (buf != 0 && canon != 0) { in canonicalLocaleString() 133 uloc_canonicalize(buf, canon, buflen, &ec); in canonicalLocaleString() 135 result = UnicodeString(canon); in canonicalLocaleString() 139 uprv_free(canon); in canonicalLocaleString()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locutil.cpp | 129 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen); in canonicalLocaleString() 130 if (buf != 0 && canon != 0) { in canonicalLocaleString() 133 uloc_canonicalize(buf, canon, buflen, &ec); in canonicalLocaleString() 135 result = UnicodeString(canon); in canonicalLocaleString() 139 uprv_free(canon); in canonicalLocaleString()
|
/third_party/libexif/libexif/canon/ |
H A D | mnote-canon-entry.h | 1 /* mnote-canon-entry.h 26 #include <libexif/canon/mnote-canon-tag.h>
|
H A D | exif-mnote-data-canon.h | 1 /* exif-mnote-data-canon.h 32 #include <libexif/canon/mnote-canon-entry.h>
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uconv.cpp | 193 be printed, otherwise all converters will be printed. If canon is non 198 UBool canon) in printConverters() 208 if (!canon) { in printConverters() 216 in non-canon mode). But since we do not know at this in printConverters() 232 single converter to print but in canon mode, hence we need to in printConverters() 253 if (canon) { in printConverters() 258 if (canon) { in printConverters() 266 if (canon) { in printConverters() 313 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") , in printConverters() 315 (canon in printConverters() 197 printConverters(const char *pname, const char *lookfor, UBool canon) printConverters() argument 375 printTransliterators(UBool canon) printTransliterators() argument [all...] |
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uconv.cpp | 193 be printed, otherwise all converters will be printed. If canon is non 198 UBool canon) in printConverters() 208 if (!canon) { in printConverters() 216 in non-canon mode). But since we do not know at this in printConverters() 232 single converter to print but in canon mode, hence we need to in printConverters() 253 if (canon) { in printConverters() 258 if (canon) { in printConverters() 266 if (canon) { in printConverters() 313 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") , in printConverters() 315 (canon in printConverters() 197 printConverters(const char *pname, const char *lookfor, UBool canon) printConverters() argument 375 printTransliterators(UBool canon) printTransliterators() argument [all...] |
/third_party/elfutils/libdwfl/ |
H A D | find-debuginfo.c | 395 char *canon = realpath (file_name, NULL); in dwfl_standard_find_debuginfo() local 396 if (canon != NULL && strcmp (file_name, canon)) in dwfl_standard_find_debuginfo() 397 fd = find_debuginfo_in_path (mod, canon, in dwfl_standard_find_debuginfo() 400 free (canon); in dwfl_standard_find_debuginfo()
|
/third_party/musl/src/network/linux/ |
H A D | getaddrinfo.c | 125 char canon[256], *outcanon; in getaddrinfo_ext() local 223 naddrs = lookup_name_ext(addrs, canon, host, family, flags, netid); in getaddrinfo_ext() 240 canon_len = strlen(canon); in getaddrinfo_ext() 246 memcpy(outcanon, canon, canon_len + 1); in getaddrinfo_ext()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 107 SkPDFDocument* canon) { in GetMetrics() 110 if (std::unique_ptr<SkAdvancedTypefaceMetrics>* ptr = canon->fTypefaceMetrics.find(id)) { in GetMetrics() 111 return ptr->get(); // canon retains ownership. in GetMetrics() 116 canon->fTypefaceMetrics.set(id, nullptr); in GetMetrics() 153 return canon->fTypefaceMetrics.set(id, std::move(metrics))->get(); in GetMetrics() 157 SkPDFDocument* canon) { in GetUnicodeMap() 159 SkASSERT(canon); in GetUnicodeMap() 161 if (std::vector<SkUnichar>* ptr = canon->fToUnicodeMap.find(id)) { in GetUnicodeMap() 166 return *canon->fToUnicodeMap.set(id, std::move(buffer)); in GetUnicodeMap() 106 GetMetrics(const SkTypeface* typeface, SkPDFDocument* canon) GetMetrics() argument 156 GetUnicodeMap(const SkTypeface* typeface, SkPDFDocument* canon) GetUnicodeMap() argument
|
H A D | SkPDFFont.h | 98 SkPDFDocument* canon); 101 SkPDFDocument* canon);
|
H A D | SkPDFType1Font.cpp | 257 static const std::vector<SkString>& type_1_glyphnames(SkPDFDocument* canon, in type_1_glyphnames() argument 260 const std::vector<SkString>* glyphNames = canon->fType1GlyphNames.find(fontID); in type_1_glyphnames() 264 glyphNames = canon->fType1GlyphNames.set(fontID, std::move(names)); in type_1_glyphnames()
|
H A D | SkPDFDocument.cpp | 537 static std::vector<const SkPDFFont*> get_fonts(const SkPDFDocument& canon) { in get_fonts() argument 539 fonts.reserve(canon.fFontMap.count()); in get_fonts() 541 for (const auto& [unused, font] : canon.fFontMap) { in get_fonts()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 193 char* canon = nullptr; in parseFilename() local 208 canon = (char*) uprv_malloc(canonCapacity); in parseFilename() 209 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status); in parseFilename() 215 strnrepchr(canon, canonLen, '_', '-'); in parseFilename() 216 return canon; in parseFilename()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 193 char* canon = NULL; in parseFilename() local 208 canon = (char*) uprv_malloc(canonCapacity); in parseFilename() 209 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status); in parseFilename() 215 strnrepchr(canon, canonLen, '_', '-'); in parseFilename() 216 return canon; in parseFilename()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 193 char* canon = NULL; in parseFilename() local 208 canon = (char*) uprv_malloc(canonCapacity); in parseFilename() 209 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status); in parseFilename() 215 strnrepchr(canon, canonLen, '_', '-'); in parseFilename() 216 return canon; in parseFilename()
|