Searched refs:nls (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/release/picobsd/build/
H A Dmfs.mtree54 nls
/freebsd-9.3-release/lib/libsmb/
H A DMakefile11 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_mount.h64 struct ncp_nlstables nls; member in struct:nwfs_args
H A Dnwfs_vfsops.c103 nmp->m.nls.opt |= NWHP_NLS | NWHP_DOS;
105 nmp->m.nls.to_lower = ncp_defnls.to_lower;
106 nmp->m.nls.to_upper = ncp_defnls.to_upper;
107 nmp->m.nls.n2u = ncp_defnls.n2u;
108 nmp->m.nls.u2n = ncp_defnls.u2n;
114 COPY_TABLE(nmp->m.nls.to_lower, ncp_defnls.to_lower);
115 COPY_TABLE(nmp->m.nls.to_upper, ncp_defnls.to_upper);
116 COPY_TABLE(nmp->m.nls.n2u, ncp_defnls.n2u);
117 COPY_TABLE(nmp->m.nls.u2n, ncp_defnls.u2n);
264 free(nmp->m.nls
[all...]
H A Dnwfs_subr.c65 ncp_path2unix(target->entryName, target->entryName, name_len, &nmp->m.nls);
157 ncp_rq_dbase_path(rqp, volnum, dirent, namelen, path, &nmp->m.nls);
248 ncp_rq_dbase_path(rqp, volnum, dirent, namelen, name, &nmp->m.nls);
297 ncp_rq_dbase_path(rqp, nmp->n_volume, dirent, namelen, name, &nmp->m.nls);
/freebsd-9.3-release/share/mk/
H A Dbsd.nls.mk3 # This include file <bsd.nls.mk> handles building and installing Native
14 # installation. [${SHAREDIR}/nls]
23 .error bsd.nls.mk cannot be included directly.
59 NLSDIR?= ${SHAREDIR}/nls
H A DMakefile11 FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk bsd.nls.mk
/freebsd-9.3-release/usr.bin/ee/
H A DMakefile29 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
30 NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
/freebsd-9.3-release/contrib/tcsh/
H A Ded.refresh.c562 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
630 nls = n;
636 nsb = nls;
638 nse = nls;
641 * case 1: insert: scan from nfd to nls looking for *ofd
644 for (c = *ofd, n = nfd; n < nls; n++) {
646 for (o = ofd, p = n; p < nls && o < ols && *o == *p; o++, p++)
668 for (n = nfd, p = o; p < ols && n < nls && *p == *n; p++, n++)
689 if (nls < nse)
690 nls
[all...]
/freebsd-9.3-release/lib/libedit/
H A Drefresh.c484 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
539 nls = ++n;
545 nsb = nls;
547 nse = nls;
550 * case 1: insert: scan from nfd to nls looking for *ofd
553 for (c = *ofd, n = nfd; n < nls; n++) {
556 p < nls && o < ols && *o == *p;
580 p < ols && n < nls && *p == *n;
603 nls = ne;
619 sx = (int)((nls
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dnls.mk1 # $NetBSD: bsd.nls.mk,v 1.3 1996/10/18 02:34:45 thorpej Exp $
H A Down.mk175 NLSDIR?= ${prefix}/share/nls
H A Dprog.mk220 .include <nls.mk>
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A DMakefile12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-9.3-release/gnu/lib/libreadline/readline/
H A DMakefile13 text.c nls.c misc.c compat.c xmalloc.c $(HISTSRC) $(TILDESRC)
/freebsd-9.3-release/contrib/libreadline/
H A Ddisplay.c1207 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1357 nls = new + _rl_find_prev_mbchar (new, ne - new, MB_FIND_ANY);
1358 while ((ols > ofd) && (nls > nfd))
1366 _rl_adjust_point (new, nls - new, &ps_new);
1369 if (_rl_compare_chars (old, ols - old, &ps_old, new, nls - new, &ps_new) == 0)
1376 nls = new + _rl_find_prev_mbchar (new, nls - new, MB_FIND_ANY);
1383 nls = ne - 1;
1384 while ((ols > ofd) && (nls > nfd) && (*ols == *nls))
[all...]
H A DMakefile.in110 $(srcdir)/histfile.c $(srcdir)/nls.c $(srcdir)/search.c \
126 text.o nls.o misc.o compat.o xmalloc.o $(HISTOBJ) $(TILDEOBJ)
357 nls.o: ansi_stdlib.h
358 nls.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
359 nls.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
360 nls.o: history.h rlstdc.h
404 nls.o: rlshell.h
420 nls.o: rlprivate.h
483 nls.o: $(srcdir)/nls
[all...]
/freebsd-9.3-release/contrib/dialog/package/debian/
H A Drules35 --enable-nls \
/freebsd-9.3-release/contrib/libreadline/shlib/
H A DMakefile.in132 $(topdir)/histfile.c $(topdir)/nls.c $(topdir)/search.c \
148 text.so nls.so misc.so xmalloc.so $(SHARED_HISTOBJ) $(SHARED_TILDEOBJ) \
273 nls.so: $(topdir)/ansi_stdlib.h
274 nls.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
275 nls.o: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
276 nls.o: $(topdir)/rltypedefs.h
277 nls.o: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rlstdc.h
322 nls.so: $(topdir)/rlshell.h
338 nls.so: $(topdir)/rlprivate.h
401 nls
[all...]
/freebsd-9.3-release/contrib/dialog/package/
H A Ddialog.spec44 --enable-nls \
/freebsd-9.3-release/usr.sbin/ntp/libntp/
H A DMakefile5 ${.CURDIR}/../../../contrib/ntp/lib/isc/nls \
/freebsd-9.3-release/bin/csh/
H A DMakefile32 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
105 NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
/freebsd-9.3-release/usr.sbin/mount_nwfs/
H A Dmount_nwfs.c313 mdata.nls = ncp_nls;
315 mdata.nls.opt = nlsopt;
/freebsd-9.3-release/lib/libncp/
H A Dncpl_nls.c286 struct ncp_nlstables nls; member in struct:ncp_nlsdesc
339 ncp_nls.u2n = nd->nls.u2n;
340 ncp_nls.n2u = nd->nls.n2u;
353 ncp_nls.u2n = nd->nls.u2n;
354 ncp_nls.n2u = nd->nls.n2u;
/freebsd-9.3-release/contrib/ntp/libntp/
H A DMakefile.am24 $(srcdir)/../lib/isc/nls/msgcat.c \

Completed in 468 milliseconds

12