Searched refs:wcwidth (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dwchar.in.h26 * the declaration of wcwidth().
67 # undef wcwidth macro
68 # define wcwidth rpl_wcwidth macro
69 extern int wcwidth (wchar_t);
71 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
72 /* wcwidth exists but is not declared. */
73 extern int wcwidth (int /* actually wchar_t */);
77 # undef wcwidth macro
78 # define wcwidth(w) \ macro
79 (GL_LINK_WARNING ("wcwidth i
[all...]
H A Dwcwidth.c29 #undef wcwidth macro
44 /* Otherwise, fall back to the system's wcwidth function. */
46 return wcwidth (wc);
H A Dmbchar.h241 int w = wcwidth (wc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dwchar.in.h26 * the declaration of wcwidth().
67 # undef wcwidth macro
68 # define wcwidth rpl_wcwidth macro
69 extern int wcwidth (wchar_t);
71 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
72 /* wcwidth exists but is not declared. */
73 extern int wcwidth (int /* actually wchar_t */);
77 # undef wcwidth macro
78 # define wcwidth(w) \ macro
79 (GL_LINK_WARNING ("wcwidth i
[all...]
H A Dwcwidth.c29 #undef wcwidth macro
44 /* Otherwise, fall back to the system's wcwidth function. */
46 return wcwidth (wc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwchar.in.h26 * the declaration of wcwidth().
67 # undef wcwidth macro
68 # define wcwidth rpl_wcwidth macro
69 extern int wcwidth (wchar_t);
71 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
72 /* wcwidth exists but is not declared. */
73 extern int wcwidth (int /* actually wchar_t */);
77 # undef wcwidth macro
78 # define wcwidth(w) \ macro
79 (GL_LINK_WARNING ("wcwidth i
[all...]
H A Dwcwidth.c29 #undef wcwidth macro
44 /* Otherwise, fall back to the system's wcwidth function. */
46 return wcwidth (wc);
H A Dmbchar.h241 int w = wcwidth (wc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-wcwidth.c1 /* Test of wcwidth() function.
45 ASSERT (wcwidth (wc) == 1);
52 ASSERT (wcwidth (wc) == 1);
55 ASSERT (wcwidth (0x0301) == 0);
56 ASSERT (wcwidth (0x05B0) == 0);
59 ASSERT (wcwidth (0x200E) <= 0);
60 ASSERT (wcwidth (0x2060) == 0);
62 ASSERT (wcwidth (0xE0001) <= 0);
63 ASSERT (wcwidth (0xE0044) <= 0);
67 ASSERT (wcwidth (
[all...]
H A DMakefile.gnulib478 ## begin gnulib module wcwidth-tests
480 TESTS += test-wcwidth
481 check_PROGRAMS += test-wcwidth
483 EXTRA_DIST += test-wcwidth.c
485 ## end gnulib module wcwidth-tests
H A DMakefile68 test-wchar$(EXEEXT) test-wctype$(EXEEXT) test-wcwidth$(EXEEXT) \
92 test-wchar$(EXEEXT) test-wctype$(EXEEXT) test-wcwidth$(EXEEXT) \
218 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
443 test_wcwidth_SOURCES = test-wcwidth.c
444 test_wcwidth_OBJECTS = test-wcwidth.$(OBJEXT)
475 test-vsnprintf.c test-wchar.c test-wctype.c test-wcwidth.c \
490 test-vsnprintf.c test-wchar.c test-wctype.c test-wcwidth.c \
930 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
931 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
932 gtpo_LIBOBJS = strnlen.o wcwidth
[all...]
H A DMakefile.in68 test-wchar$(EXEEXT) test-wctype$(EXEEXT) test-wcwidth$(EXEEXT) \
92 test-wchar$(EXEEXT) test-wctype$(EXEEXT) test-wcwidth$(EXEEXT) \
218 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
443 test_wcwidth_SOURCES = test-wcwidth.c
444 test_wcwidth_OBJECTS = test-wcwidth.$(OBJEXT)
475 test-vsnprintf.c test-wchar.c test-wctype.c test-wcwidth.c \
490 test-vsnprintf.c test-wchar.c test-wctype.c test-wcwidth.c \
1009 test-vsnprintf.c test-wchar.c test-wctype.c test-wcwidth.c \
1231 test-wcwidth$(EXEEXT): $(test_wcwidth_OBJECTS) $(test_wcwidth_DEPENDENCIES)
1232 @rm -f test-wcwidth
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dwchar.in.h26 * the declaration of wcwidth().
286 # undef wcwidth
287 # define wcwidth rpl_wcwidth
288 extern int wcwidth (wchar_t);
290 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
291 /* wcwidth exists but is not declared. */
292 extern int wcwidth (int /* actually wchar_t */);
296 # undef wcwidth
297 # define wcwidth(w) \
298 (GL_LINK_WARNING ("wcwidth i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/md5/
H A Dwchar.in.h26 * the declaration of wcwidth().
286 # undef wcwidth
287 # define wcwidth rpl_wcwidth
288 extern int wcwidth (wchar_t);
290 # if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
291 /* wcwidth exists but is not declared. */
292 extern int wcwidth (int /* actually wchar_t */);
296 # undef wcwidth
297 # define wcwidth(w) \
298 (GL_LINK_WARNING ("wcwidth i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/doc/
H A DMakefile83 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
404 gl_LIBOBJS = canonicalize-lgpl.o strnlen.o wcwidth.o
405 gl_LTLIBOBJS = canonicalize-lgpl.lo strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A DMakefile83 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
404 gl_LIBOBJS = canonicalize-lgpl.o strnlen.o wcwidth.o
405 gl_LTLIBOBJS = canonicalize-lgpl.lo strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-java/
H A DMakefile83 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
404 gl_LIBOBJS = canonicalize-lgpl.o strnlen.o wcwidth.o
405 gl_LTLIBOBJS = canonicalize-lgpl.lo strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/m4/
H A DMakefile84 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
405 gl_LIBOBJS = canonicalize-lgpl.o strnlen.o wcwidth.o
406 gl_LTLIBOBJS = canonicalize-lgpl.lo strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A DMakefile160 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
651 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
652 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
653 gtpo_LIBOBJS = strnlen.o wcwidth.o
654 gtpo_LTLIBOBJS = strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile163 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
644 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
645 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
646 gtpo_LIBOBJS = strnlen.o wcwidth.o
647 gtpo_LTLIBOBJS = strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A DMakefile160 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
634 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
635 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
636 gtpo_LIBOBJS = strnlen.o wcwidth.o
637 gtpo_LTLIBOBJS = strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile163 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
651 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
652 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
653 gtpo_LIBOBJS = strnlen.o wcwidth.o
654 gtpo_LTLIBOBJS = strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile158 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
629 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
630 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
631 gtpo_LIBOBJS = strnlen.o wcwidth.o
632 gtpo_LTLIBOBJS = strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/styles/
H A DMakefile159 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
639 gl_LIBOBJS = acl.o argmatch.o asnprintf.o canonicalize-lgpl.o file-has-acl.o fnmatch.o gettimeofday.o printf-args.o printf-parse.o safe-read.o safe-write.o strnlen.o tempname.o tparm.o tputs.o vasnprintf.o wcwidth.o
640 gl_LTLIBOBJS = acl.lo argmatch.lo asnprintf.lo canonicalize-lgpl.lo file-has-acl.lo fnmatch.lo gettimeofday.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo strnlen.lo tempname.lo tparm.lo tputs.lo vasnprintf.lo wcwidth.lo
641 gtpo_LIBOBJS = strnlen.o wcwidth.o
642 gtpo_LTLIBOBJS = strnlen.lo wcwidth.lo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A DMakefile84 $(top_srcdir)/gnulib-m4/wcwidth.m4 \
410 gl_LIBOBJS = canonicalize-lgpl.o strnlen.o wcwidth.o
411 gl_LTLIBOBJS = canonicalize-lgpl.lo strnlen.lo wcwidth.lo

Completed in 336 milliseconds

123