Searched refs:strunvis (Results 1 – 18 of 18) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | fstab.c | 151 if (strunvis(_fs_fstab.fs_spec, _fs_fstab.fs_spec) < 0) in fstabscan() 158 if (strunvis(_fs_fstab.fs_file, _fs_fstab.fs_file) < 0) in fstabscan()
|
| H A D | Symbol.map | 287 strunvis;
|
| H A D | Makefile.inc | 562 MLINKS+=unvis.3 strunvis.3 \
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | vis.h | 91 int strunvis(char *, const char *);
|
| /freebsd/contrib/libc-vis/ |
| H A D | vis.h | 110 int strunvis(char *, const char *);
|
| H A D | unvis.c | 557 strunvis(char *dst, const char *src) in strunvis() function
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | vis.hin | 141 #undef strunvis 142 #define strunvis(a,b) rk_strunvis(a,b)
|
| H A D | unvis.c | 61 __weak_alias(strunvis,_strunvis)
|
| H A D | roken.h.in | 1047 #define strunvis rk_strunvis macro 1050 strunvis(char *, const char *);
|
| /freebsd/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | t_regex_att.c | 436 ATF_REQUIRE(strunvis(pattern, pattern) != -1); in att_test() 437 ATF_REQUIRE(strunvis(input, input) != -1); in att_test()
|
| /freebsd/contrib/mtree/ |
| H A D | spec.c | 178 if (strunvis(tname, p) == -1) in spec() 517 if (strunvis(cur->slink, new->slink) == -1) in replacenode() 635 if (strunvis(ip->slink, val) == -1) in set()
|
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_vis.c | 141 ATF_REQUIRE(strunvis(uv, ed[i].e) == ed[i].error); in ATF_TC_BODY()
|
| /freebsd/usr.sbin/makefs/ |
| H A D | mtree.c | 577 if (strunvis(node->symlink, value) < 0) { in read_mtree_keywords()
|
| /freebsd/usr.sbin/jail/ |
| H A D | command.c | 490 if (argc <= 1 && strunvis(cs, cs) < 0) { in run_command()
|
| /freebsd/contrib/libedit/ |
| H A D | history.c | 813 (void) strunvis(ptr, line); in history_load()
|
| /freebsd/crypto/heimdal/include/ |
| H A D | config.h.in | 962 /* Define to 1 if you have the `strunvis' function. */ 1383 /* define if the system is missing a prototype for strunvis() */
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 9315 INTERCEPTOR(int, strunvis, char *dst, const char *src) { 9317 COMMON_INTERCEPTOR_ENTER(ctx, strunvis, dst, src); 9320 int ret = REAL(strunvis)(dst, src); 9373 COMMON_INTERCEPT_FUNCTION(strunvis); \
|
| /freebsd/crypto/heimdal/ |
| H A D | configure | 17962 strunvis \ 20553 extern int strunvis (struct foo*); 20557 strunvis(&xx)
|