Home
last modified time | relevance | path

Searched refs:nls (Results 1 – 25 of 73) sorted by relevance

123

/external/u-boot/cmd/
Decho.c17 char *nls; /* new-line suppression */ in do_echo() local
22 nls = strstr(p, "\\c"); in do_echo()
23 if (nls) { in do_echo()
31 while (nls) { in do_echo()
32 *nls = '\0'; in do_echo()
34 *nls = '\\'; in do_echo()
35 prenls = nls + 2; in do_echo()
36 nls = strstr(prenls, "\\c"); in do_echo()
/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c214 struct nls_table nls; in test_nls_base() local
219 memset(&nls, 0, sizeof(nls)); in test_nls_base()
225 printk(KERN_DEBUG "Calling register_nls(%p)\n", &nls); in test_nls_base()
226 ret = register_nls(&nls); in test_nls_base()
229 printk(KERN_DEBUG "Calling unload_nls(%p)\n", &nls); in test_nls_base()
230 unload_nls(&nls); in test_nls_base()
236 printk(KERN_DEBUG "Calling unregister_nls(%p)\n", &nls); in test_nls_base()
237 unregister_nls(&nls); in test_nls_base()
DREADME2 Native language support (nls) testsuite
5 The nls testsuite consists of a kernel space and a user space part. Currently
/external/libexif/po/
DPOTFILES.in16 test/nls/test-codeset.c
17 test/nls/test-nls.c
/external/fonttools/Tests/misc/
DxmlWriter_test.py112 for nls in (None, '\n', '\r\n', '\r', ''):
113 writer = XMLWriter(BytesIO(), newlinestr=nls)
119 linesep = tobytes(os.linesep) if nls is None else tobytes(nls)
/external/elfutils/m4/
Dnls.m41 # nls.m4 serial 3 (gettext-0.15)
26 AC_ARG_ENABLE(nls, optenable
27 [ --disable-nls do not use Native Language Support],
DChangeLog49 * nls.m4: New file.
/external/libexif/test/nls/
DMakefile.am30 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
DMakefile.in37 subdir = test/nls
53 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
263 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
279 $(AUTOMAKE) --gnu test/nls/Makefile
/external/libexif/auto-m4/
Dnls.m41 # nls.m4 serial 1 (gettext-0.12)
26 AC_ARG_ENABLE(nls, optenable
27 [ --disable-nls do not use Native Language Support],
/external/e2fsprogs/misc/
DMakefile.in719 $(top_srcdir)/lib/support/nls-enable.h
723 $(top_srcdir)/lib/support/nls-enable.h
732 $(top_srcdir)/lib/support/nls-enable.h $(top_srcdir)/lib/support/plausible.h \
748 $(top_srcdir)/lib/support/nls-enable.h $(srcdir)/mke2fs.h
752 $(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/support/nls-enable.h \
757 $(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/support/nls-enable.h \
768 $(top_srcdir)/lib/support/nls-enable.h $(top_srcdir)/lib/support/plausible.h \
777 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/support/nls-enable.h
780 $(top_srcdir)/lib/support/nls-enable.h $(srcdir)/fsck.h
788 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/support/nls-enable.h \
[all …]
/external/libexif/test/
DMakefile.am1 SUBDIRS = nls subdir
DMakefile.in58 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
319 SUBDIRS = nls
/external/libexif/
DREADME-Win32.txt25 ./configure --host=i586-mingw32msvc --disable-nls
Dconfigure.ac222 test/nls/Makefile
DABOUT-NLS66 ./configure --disable-nls
92 `--disable-nls' switch, all available translations are installed
/external/u-boot/doc/
DREADME.mpc83xxads14 --disable-nls --disable-multilib --enable-languages=c,c++,ada,f77,objc
/external/ltp/doc/
Dltp-run-files.txt87 - nls
/external/syzkaller/sys/linux/
Dfilesystem.txt261 nls fs_opt_codepage["nls"]
421 nls fs_opt_codepage["nls"]
/external/harfbuzz_ng/
Dgit.mk151 nls.m4 \
/external/eigen/unsupported/Eigen/
DNonLinearOptimization65 * on http://www.itl.nist.gov/div898/strd/nls/nls_main.shtml. Since then i've
/external/e2fsprogs/lib/support/
DMakefile.in133 $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/nls-enable.h
/external/e2fsprogs/
DABOUT-NLS66 ./configure --disable-nls
92 `--disable-nls' switch, all available translations are installed
/external/libexif/m4m/
DMakefile.in52 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
/external/libexif/binary/
DMakefile.in52 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \

123