HomeSort by: relevance | last modified time | path
    Searched defs:pivot (Results 1 - 2 of 2) sorted by relevancy

  /src/share/i18n/csmapper/
Makefile 11 SRCS_charset.pivot+= charset.pivot.src
32 charset.pivot: ${SRCS_charset.pivot}
35 charset.pivot.pvdb: charset.pivot
38 FILES+= charset.pivot charset.pivot.pvdb
39 CLEANFILES+= charset.pivot charset.pivot.pvd
    [all...]
  /src/lib/libc/citrus/
citrus_csmapper.c 67 #define CS_PIVOT _PATH_CSMAPPER "/charset.pivot"
103 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot,
129 /* iterate each pivot */
133 /* r1:pivot name, r2:norm among src and pivot */
140 /* buf: pivot name */
147 /* r2: norm among pivot and dst */
155 strlcpy(pivot, buf, pvlen);
246 find_best_pivot_lookup(const char *src, const char *dst, char *pivot,
262 /* find pivot code *
347 char buf1[PATH_MAX], buf2[PATH_MAX], key[PATH_MAX], pivot[PATH_MAX]; local in function:_citrus_csmapper_open
    [all...]

Completed in 43 milliseconds