Lines Matching refs:utf
1 utf: do not define decode() to be inline
3 Currently, decode() is prototyped in utf.h, its body is in utf.c and it
10 Furthermore, decode() uses a utf8d, which is a static defined in utf.c .
16 …E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c utf.c -fPIC -DPIC -o .libs/libwebsock_la-ut…
17 utf.c:36:12: warning: ‘utf8d’ is static but used in inline function ‘decode’ which is not static
20 utf.c:30:19: warning: ‘utf8d’ is static but used in inline function ‘decode’ which is not static
26 utf.h:25:17: warning: inline function ‘decode’ declared but never defined
43 diff -durN a/src/utf.c b/src/utf.c
44 --- a/src/utf.c 2014-07-15 01:43:20.000000000 +0200
45 +++ b/src/utf.c 2015-08-22 22:29:38.667393786 +0200
55 diff -durN a/src/utf.h b/src/utf.h
56 --- a/src/utf.h 2014-07-15 01:43:20.000000000 +0200
57 +++ b/src/utf.h 2015-08-22 22:29:10.439227396 +0200