Searched refs:unvis (Results 1 – 13 of 13) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | unvis.c | 52 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 D | Makefile.inc | 26 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 D | unvis.c | 86 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 D | Makefile | 3 PROG= unvis
|
/openbsd/lib/libc/hidden/ |
H A D | vis.h | 29 PROTO_NORMAL(unvis);
|
/openbsd/include/ |
H A D | vis.h | 87 int unvis(char *, char, int *, int);
|
/openbsd/usr.bin/ |
H A D | Makefile | 31 unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 819 unvis
|
/openbsd/regress/usr.bin/tsort/ |
H A D | pairs1 | 284 unvis.o unvis.o
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 123 #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 D | mi | 3028 ./usr/share/man/man3/unvis.3
|
/openbsd/distrib/sets/lists/man/ |
H A D | mi | 511 ./usr/share/man/man1/unvis.1
|
/openbsd/distrib/sets/lists/base/ |
H A D | mi | 700 ./usr/bin/unvis
|