HomeSort by: relevance | last modified time | path
    Searched refs:strunvis (Results 1 - 11 of 11) sorted by relevancy

  /src/include/
vis.h 110 int strunvis(char *, const char *);
  /src/lib/libutil/
getfsspecname.c 118 strunvis(vname, name);
  /src/libexec/utmp_update/
utmp_update.c 107 res = strunvis((char *)utx, argv[1]);
  /src/tests/lib/libc/regex/
t_regex_att.c 441 ATF_REQUIRE(strunvis(pattern, pattern) != -1);
442 ATF_REQUIRE(strunvis(input, input) != -1);
  /src/tests/lib/libc/gen/
t_vis.c 139 atf_tc_set_md_var(tc, "descr", "Test strunvis(3) \\xXX");
158 ATF_REQUIRE(strunvis(uv, ed[i].e) == ed[i].error);
  /src/lib/libc/gen/
unvis.c 549 strunvis(char *dst, const char *src) function in typeref:typename:int
  /src/usr.bin/login/
common.c 396 if (strunvis((char *)ssp, arg) != sizeof(*ssp))
  /src/usr.sbin/mtree/
spec.c 178 if (strunvis(tname, p) == -1)
179 mtree_err("strunvis failed on `%s'", p);
520 if (strunvis(cur->slink, new->slink) == -1)
521 mtree_err("strunvis failed on `%s'", new->slink);
638 if (strunvis(ip->slink, val) == -1)
639 mtree_err("strunvis failed on `%s'", val);
  /src/lib/libedit/
history.c 813 (void) strunvis(ptr, line);
  /src/usr.bin/config/
main.c 1860 j = strunvis(uline, line);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 8806 INTERCEPTOR(int, strunvis, char *dst, const char *src) {
8808 COMMON_INTERCEPTOR_ENTER(ctx, strunvis, dst, src);
8811 int ret = REAL(strunvis)(dst, src);
8864 COMMON_INTERCEPT_FUNCTION(strunvis); \

Completed in 22 milliseconds