Searched refs:pivot (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/share/i18n/csmapper/
H A DMakefile21 charset.pivot: ${SUBDIR}
23 cat $$i/charset.pivot.$$i; \
27 charset.pivot.pvdb: charset.pivot
30 FILES+= charset.pivot charset.pivot.pvdb
31 CLEANFILES+= charset.pivot charset.pivot.pvdb
/freebsd-10.0-release/share/i18n/csmapper/CP/
H A DMakefile22 charset.pivot.CP: CP.part charset.pivot.CP.src
29 cat ${.CURDIR}/charset.pivot.CP.src;\
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_csmapper.c64 #define CS_PIVOT _PATH_CSMAPPER "/charset.pivot"
101 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot, argument
127 /* iterate each pivot */
131 /* r1:pivot name, r2:norm among src and pivot */
138 /* buf: pivot name */
144 /* r2: norm among pivot and dst */
152 strlcpy(pivot, buf, pvlen);
243 find_best_pivot_lookup(const char *src, const char *dst, char *pivot, argument
259 /* find pivot cod
288 find_best_pivot(const char *src, const char *dst, char *pivot, size_t pvlen, unsigned long *rnorm) argument
301 open_serial_mapper(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char *src, const char *pivot, const char *dst) argument
344 char buf1[PATH_MAX], buf2[PATH_MAX], key[PATH_MAX], pivot[PATH_MAX]; local
[all...]
/freebsd-10.0-release/share/i18n/csmapper/KOI/
H A DMakefile32 charset.pivot.KOI: KOI8.part charset.pivot.KOI.src
34 cat ${.CURDIR}/charset.pivot.KOI.src; \
/freebsd-10.0-release/share/i18n/csmapper/ISO-8859/
H A DMakefile28 charset.pivot.ISO-8859: ISO-8859.part
/freebsd-10.0-release/contrib/xz/src/liblzma/common/
H A Dindex.c270 index_tree_node *pivot = node->right; local
273 tree->root = pivot;
276 node->parent->right = pivot;
279 pivot->parent = node->parent;
281 node->right = pivot->left;
285 pivot->left = node;
286 node->parent = pivot;

Completed in 123 milliseconds