| /src/distrib/sets/ |
| join.awk | 34 # canonicalised via unvis(word); the version from F2 is printed. 37 function unvis(s) \ function 84 f1 = unvis($1) 90 { f1 = unvis($1) }
|
| /src/lib/libc/compat/gen/ |
| compat_unvis.c | 35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; 52 __warn_references(unvis, 53 "warning: reference to compatibility unvis(); include <vis.h> for correct reference") 57 unvis(char *cp, int c, int *astate, int flag) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| sha512-sparcv9.pl | 809 sub unvis { subroutine 853 &unvis($1,$2,$3,$4)
|
| sha1-sparcv9.pl | 383 sub unvis { subroutine 427 &unvis($1,$2,$3,$4)
|
| sha1-sparcv9a.pl | 556 sub unvis { subroutine 601 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| sha512-sparcv9.pl | 809 sub unvis { subroutine 853 &unvis($1,$2,$3,$4)
|
| sha1-sparcv9.pl | 383 sub unvis { subroutine 427 &unvis($1,$2,$3,$4)
|
| sha1-sparcv9a.pl | 556 sub unvis { subroutine 601 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| sha512-sparcv9.pl | 804 sub unvis { subroutine 848 &unvis($1,$2,$3,$4)
|
| sha1-sparcv9.pl | 381 sub unvis { subroutine 425 &unvis($1,$2,$3,$4)
|
| sha1-sparcv9a.pl | 557 sub unvis { subroutine 602 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/ |
| aesfx-sparcv9.pl | 1139 sub unvis { subroutine 1264 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/apache2/openssl/dist/crypto/md5/asm/ |
| md5-sparcv9.pl | 389 sub unvis { subroutine 433 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| aesfx-sparcv9.pl | 1139 sub unvis { subroutine 1264 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl/dist/crypto/md5/asm/ |
| md5-sparcv9.pl | 389 sub unvis { subroutine 433 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| aesfx-sparcv9.pl | 1137 sub unvis { subroutine 1262 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/md5/asm/ |
| md5-sparcv9.pl | 384 sub unvis { subroutine 428 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| sparcv9_modes.pl | 1404 sub unvis { subroutine 1692 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| sparcv9_modes.pl | 1404 sub unvis { subroutine 1692 &unvis($1,$2,$3,$4)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| sparcv9_modes.pl | 1404 sub unvis { subroutine 1692 &unvis($1,$2,$3,$4)
|
| /src/lib/libc/gen/ |
| unvis.c | 1 /* $NetBSD: unvis.c,v 1.45 2022/04/19 20:32:15 rillig Exp $ */ 35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: unvis.c,v 1.45 2022/04/19 20:32:15 rillig Exp $"); 190 * unvis - decode characters previously encoded by vis 193 unvis(char *cp, int c, int *astate, int flag) function 512 switch (unvis(&t, c, &state, flag)) { 533 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
|