Searched refs:c (Results 1 – 6 of 6) sorted by relevance
/iconv/ |
A D | tst-iconv_prog.sh | 228 $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 D | Makefile | 31 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 D | gconv_parseconfdir.h | 26 # define __getdelim(line, len, c, fp) __getdelim (line, len, c, fp) argument
|
A D | gconv_int.h | 300 extern wint_t __gconv_btwoc_ascii (struct __gconv_step *step, unsigned char c);
|
A D | gconv_simple.c | 48 __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 D | loop.c | 511 gconv_btowc (struct __gconv_step *step, unsigned char c)
|
Completed in 14 milliseconds