HomeSort by relevance Sort by last modified time
    Searched defs:canon (Results 1 - 5 of 5) sorted by null

  /external/dnsmasq/src/
cache.c 825 char *canon; local
832 if ((canon = canonicalise(token, &nomem)))
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
839 strcpy(cache->name.sname, canon);
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME)))
848 strcpy(cache->name.sname, canon);
852 free(canon);
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 179 char* canon = NULL; local
194 canon = (char*) uprv_malloc(canonCapacity);
195 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
201 strnrepchr(canon, canonLen, '_', '-');
202 return canon;
    [all...]
  /external/libxml2/
encoding.c 1741 const char* canon; local
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1377 unibrow::uchar canon[unibrow::Ecma262Canonicalize::kMaxWidth]; local
1418 unibrow::uchar canon[unibrow::CanonicalizationRange::kMaxWidth]; local
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 232 char *canon, *start, *p, *q; local
239 canon = g_build_filename (cwd, filename, NULL);
243 canon = g_strdup (filename);
245 start = (char *)g_path_skip_root (canon);
252 g_free (canon);
263 (p >= canon) &&
320 return canon;
    [all...]

Completed in 115 milliseconds