Home
last modified time | relevance | path

Searched refs:unvis (Results 1 – 13 of 13) sorted by relevance

/openbsd/lib/libc/gen/
H A Dunvis.c52 unvis(char *cp, char c, int *astate, int flag) in unvis() function
207 DEF_WEAK(unvis);
225 switch (unvis(dst, c, &state, 0)) { in strunvis()
240 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID) in strunvis()
257 switch (unvis(&p, c, &state, 0)) { in strnunvis()
277 if (unvis(&p, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvis()
H A DMakefile.inc26 ttyslot.c toupper_.c ualarm.c uname.c unvis.c usleep.c \
57 ttyname.3 ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3
/openbsd/usr.bin/unvis/
H A Dunvis.c86 switch(ret = unvis(&outc, (char)c, &state, 0)) { in process()
105 if (unvis(&outc, (char)0, &state, UNVIS_END) == UNVIS_VALID) in process()
H A DMakefile3 PROG= unvis
/openbsd/lib/libc/hidden/
H A Dvis.h29 PROTO_NORMAL(unvis);
/openbsd/include/
H A Dvis.h87 int unvis(char *, char, int *, int);
/openbsd/usr.bin/
H A DMakefile31 unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
/openbsd/lib/libc/
H A DSymbols.list819 unvis
/openbsd/regress/usr.bin/tsort/
H A Dpairs1284 unvis.o unvis.o
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc123 #define unvis __unvis50
9417 INTERCEPTOR(int, unvis, char *cp, int c, int *astate, int flag) {
9419 COMMON_INTERCEPTOR_ENTER(ctx, unvis, cp, c, astate, flag);
9422 int ret = REAL(unvis)(cp, c, astate, flag);
9485 COMMON_INTERCEPT_FUNCTION(unvis); \
/openbsd/distrib/sets/lists/comp/
H A Dmi3028 ./usr/share/man/man3/unvis.3
/openbsd/distrib/sets/lists/man/
H A Dmi511 ./usr/share/man/man1/unvis.1
/openbsd/distrib/sets/lists/base/
H A Dmi700 ./usr/bin/unvis