Searched refs:vis (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-11-stable/usr.bin/vis/
H A DMakefile2 # $FreeBSD: stable/11/usr.bin/vis/Makefile 319186 2017-05-30 04:27:05Z ngie $
4 PROG= vis
5 SRCS= vis.c foldit.c
7 .PATH: ${SRCTOP}/contrib/vis
8 CFLAGS+= -I${SRCTOP}/contrib/vis
/freebsd-11-stable/contrib/vis/
H A DMakefile4 PROG= vis
5 SRCS= vis.c foldit.c
H A Dfoldit.c41 #include <vis.h>
/freebsd-11-stable/lib/libc/gen/
H A Dunvis-compat.c33 #include <vis.h>
H A DMakefile.inc156 .PATH: ${SRCTOP}/contrib/libc-vis
157 CFLAGS+= -I${SRCTOP}/contrib/libc-vis
158 SRCS+= unvis.c vis.c
298 vis.3 \
512 MLINKS+=vis.3 nvis.3 \
513 vis.3 snvis.3 \
514 vis.3 strenvisx.3 \
515 vis.3 strnunvis.3 \
516 vis.3 strnunvisx.3 \
517 vis
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dinout.c115 struct vm_inout_str *vis; local
143 vis = &vmexit->u.inout_str;
144 rep = vis->inout.rep;
145 addrsize = vis->addrsize;
151 index = vis->index & vie_size2mask(addrsize);
154 count = vis->count & vie_size2mask(addrsize);
160 if (vie_calculate_gla(vis->paging.cpu_mode,
161 vis->seg_name, &vis->seg_desc, index, bytes,
167 error = vm_copy_setup(ctx, vcpu, &vis
[all...]
/freebsd-11-stable/tools/build/
H A DMakefile22 _WITH_STRSVIS!= grep -c strsvis /usr/include/vis.h || true
24 .PATH: ${.CURDIR}/../../contrib/libc-vis
25 SRCS+= vis.c
26 CFLAGS+= -I${.CURDIR}/../../contrib/libc-vis \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.c1 /* $OpenBSD: vis.c,v 1.25 2015/09/13 11:32:51 guenther Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
43 #include "vis.h"
59 * vis - visually encode characters
62 vis(char *dst, int c, int flag, int nextc) function
145 DEF_WEAK(vis); variable
167 dst = vis(dst, c, flag, *++src);
196 i = vis(tbuf, c, flag, *++src) - tbuf;
211 dst += vis(tbuf, c, flag, *++src) - tbuf;
243 dst = vis(ds
[all...]
H A Dvis.h1 /* $OpenBSD: vis.h,v 1.15 2015/07/20 01:52:27 millert Exp $ */
2 /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */
32 * @(#)vis.h 5.9 (Berkeley) 4/3/91
35 /* OPENBSD ORIGINAL: include/vis.h */
84 char *vis(char *, int, int, int);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c192 NCURSES_SP_NAME(curs_set) (NCURSES_SP_DCLx int vis) argument
195 T((T_CALLED("curs_set(%p,%d)"), (void *) SP_PARM, vis));
197 if (SP_PARM != 0 && vis >= 0 && vis <= 2) {
200 if (vis == cursor) {
204 switch (vis) {
222 SP_PARM->_cursor = vis;
230 curs_set(int vis) argument
232 return (NCURSES_SP_NAME(curs_set) (CURRENT_SCREEN, vis));
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_errno.c34 #include <vis.h>
H A Dxprintf_vis.c34 #include <vis.h>
H A Dxprintf_quote.c35 #include <vis.h>
/freebsd-11-stable/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh72 allvisbits=`echo -n "$allbits1" | unvis | vis`
73 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
82 test_dd_io "unvis | dd 2>/dev/null | vis" \
84 test_dd_io "unvis | dd ibs=1 2>/dev/null | vis" \
86 test_dd_io "unvis | dd obs=1 2>/dev/null | vis" \
88 test_dd_io "unvis | dd bs=1 2>/dev/null | vis" \
91 test_dd_io "unvis | dd conv=ebcdic 2>/dev/null | vis" \
93 test_dd_io "unvis | dd conv=ebcdic ibs=512 2>/dev/null | vis" \
95 test_dd_io "unvis | dd conv=ebcdic obs=512 2>/dev/null | vis" \
97 test_dd_io "unvis | dd conv=ebcdic bs=512 2>/dev/null | vis" \
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs.c177 pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy,
185 pn->pn_vis = vis;
199 pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy,
207 pn->pn_vis = vis;
220 pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy,
228 pn->pn_vis = vis;
176 pfs_create_dir(struct pfs_node *parent, const char *name, pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy, int flags) argument
198 pfs_create_file(struct pfs_node *parent, const char *name, pfs_fill_t fill, pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy, int flags) argument
219 pfs_create_link(struct pfs_node *parent, const char *name, pfs_fill_t fill, pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy, int flags) argument
H A Dpseudofs.h256 pfs_attr_t attr, pfs_vis_t vis,
260 pfs_vis_t vis, pfs_destroy_t destroy,
264 pfs_vis_t vis, pfs_destroy_t destroy,
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile263 ASM_V = ${LIB1ASMFUNCS:S/$/.vis/}
266 ${ASM_T}: ${LIB1ASMSRC} ${.PREFIX}.vis
268 -o ${.TARGET} -include ${.PREFIX}.vis ${.ALLSRC:N*.h:N*.vis}
269 ${ASM_P}: ${LIB1ASMSRC} ${.PREFIX}.vis
271 -o ${.TARGET} -include ${.PREFIX}.vis ${.ALLSRC:N*.h:N*.vis}
373 .SUFFIXES: .vis .vo
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h29 * Defived from FreeBSD head/lib/libc/gen/vis.c 165903, head/include/vis.h
78 * vis - visually encode characters
81 vis(dst, c, flag, nextc)
/freebsd-11-stable/contrib/unvis/
H A Dunvis.c49 #include <vis.h>
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h1 /* $NetBSD: vis.h,v 1.25 2017/04/23 01:57:36 christos Exp $ */
2 /* $FreeBSD: stable/11/contrib/libc-vis/vis.h 326320 2017-11-28 16:49:16Z brooks $ */
32 * @(#)vis.h 8.1 (Berkeley) 6/2/93
89 char *vis(char *, int, int, int);
H A Dvis.c1 /* $NetBSD: vis.c,v 1.74 2017/11/27 16:37:21 christos Exp $ */
60 __RCSID("$NetBSD: vis.c,v 1.74 2017/11/27 16:37:21 christos Exp $");
63 __FBSDID("$FreeBSD: stable/11/contrib/libc-vis/vis.c 326320 2017-11-28 16:49:16Z brooks $");
72 #include <vis.h>
90 * in vis(3), is that we use this to safe encode output of commands. This
256 case L'$': /* vis(1) -l */
296 * This is do_vis, the central code of vis.
426 * The vis conversion will be done using the wide char
682 * vis
685 vis(char *mbdst, int c, int flags, int nextc) function
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dterm.c110 size_t vis; /* current visual position on output */ local
130 vis = vend = 0;
144 vend = term_tab_next(vis);
145 vbl += vend - vis;
146 vis = vend;
178 if (vend > vis && vend < bp &&
198 if (vend > bp && jhy == 0 && vis > 0 &&
204 vend -= vis;
271 vis = vend;
283 vis
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.am117 vis.c \
129 vis.hin
170 vis_h = vis.h
175 CLEANFILES += err.h fnmatch.h glob.h ifaddrs.h search.h vis.h
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c66 #include <vis.h>
/freebsd-11-stable/bin/ps/
H A Dfmt.c50 #include <vis.h>

Completed in 155 milliseconds

12345