Home
last modified time | relevance | path

Searched refs:c (Results 1 – 6 of 6) sorted by relevance

/iconv/
A Dtst-iconv_prog.sh228 $PROG $c -f $from -t "$to" &>/dev/null
249 echo " input \"$twobyte\", flags \"$c\""
258 c="$(echo "$hangcommand" | cut -d";" -f 2)"
273 echo " input \"$twobyte\", flags \"$c\", return code $ret"
282 c="$(echo "$errorcommand" | cut -d";" -f 2)"
A DMakefile31 vpath %.c ../locale/programs ../intl
38 CFLAGS-iconv_prog.c += -I../locale/programs
39 CFLAGS-iconv_charmap.c += -I../locale/programs
40 CFLAGS-dummy-repertoire.c += -I../locale/programs
41 CFLAGS-charmap.c += -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
43 CFLAGS-linereader.c += -DNO_TRANSLITERATION
44 CFLAGS-simple-hash.c += -I../locale
64 CFLAGS-gconv_cache.c += -DGCONV_DIR='"$(gconvdir)"'
65 CFLAGS-gconv_conf.c += -DGCONV_PATH='"$(gconvdir)"'
66 CFLAGS-iconvconfig.c += -DGCONV_PATH='"$(gconvdir)"' -DGCONV_DIR='"$(gconvdir)"'
A Dgconv_parseconfdir.h26 # define __getdelim(line, len, c, fp) __getdelim (line, len, c, fp) argument
A Dgconv_int.h300 extern wint_t __gconv_btwoc_ascii (struct __gconv_step *step, unsigned char c);
A Dgconv_simple.c48 __gconv_btwoc_ascii (struct __gconv_step *step, unsigned char c) in __gconv_btwoc_ascii() argument
50 if (c < 0x80) in __gconv_btwoc_ascii()
51 return c; in __gconv_btwoc_ascii()
A Dloop.c511 gconv_btowc (struct __gconv_step *step, unsigned char c)

Completed in 14 milliseconds