Searched refs:btowc (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dbtowc.c27 btowc (int c) function
H A Dwchar.in.h113 # undef btowc
114 # define btowc rpl_btowc
116 _GL_FUNCDECL_RPL (btowc, wint_t, (int c));
117 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
120 _GL_FUNCDECL_SYS (btowc, wint_t, (int c));
122 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
124 _GL_CXXALIASWARN (btowc);
126 # undef btowc
128 _GL_WARN_ON_USE (btowc, "btowc i
[all...]
H A Dfnmatch.c158 # define BTOWC(C) btowc (C)
H A Dregex_internal.h116 # define __btowc btowc
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwchar.h85 static inline wint_t btowc (int c) function
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.c426 return c == (wchar_t) btowc(' ');
/osnet-11/usr/src/grub/grub2/build-bios/docs/
H A DMakefile43 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/
H A DMakefile41 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/
H A DMakefile43 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/
H A DMakefile41 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile55 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
778 $(top_srcdir)/build-aux/arg-nonnull.h btowc.c \
846 EXTRA_libgnu_a_SOURCES = alloca.c btowc.c basename-lgpl.c \
901 #include ./$(DEPDIR)/btowc.Po
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile55 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
778 $(top_srcdir)/build-aux/arg-nonnull.h btowc.c \
846 EXTRA_libgnu_a_SOURCES = alloca.c btowc.c basename-lgpl.c \
901 #include ./$(DEPDIR)/btowc.Po
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile273 ../.././grub-core/gnulib/btowc.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile273 ../.././grub-core/gnulib/btowc.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile5680 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile5680 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/
H A DMakefile22962 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/
H A DMakefile22962 $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2438 ac_func_list="$ac_func_list btowc"
6903 # Code from module btowc:
21096 # Code from module btowc:
21115 { $as_echo "$as_me:$LINENO: checking whether btowc(0) is correct" >&5
21116 $as_echo_n "checking whether btowc(0) is correct... " >&6; }
21143 if (btowc ('\0') != 0)
21189 { $as_echo "$as_me:$LINENO: checking whether btowc(EOF) is correct" >&5
21190 $as_echo_n "checking whether btowc(EOF) is correct... " >&6; }
21220 if (btowc (EOF) != WEOF)
21289 gl_LIBOBJS="$gl_LIBOBJS btowc
[all...]

Completed in 498 milliseconds