nextc 156 source4/heimdal/lib/roken/vis.c do_hvis(char *dst, int c, int flag, int nextc, const char *extra) nextc 163 source4/heimdal/lib/roken/vis.c dst = do_svis(dst, c, flag, nextc, extra); nextc 178 source4/heimdal/lib/roken/vis.c do_svis(char *dst, int c, int flag, int nextc, const char *extra) nextc 215 source4/heimdal/lib/roken/vis.c if (isoctal(nextc)) { nextc 256 source4/heimdal/lib/roken/vis.c rk_svis(char *dst, int c, int flag, int nextc, const char *extra) nextc 268 source4/heimdal/lib/roken/vis.c dst = do_hvis(dst, c, flag, nextc, nextra); nextc 270 source4/heimdal/lib/roken/vis.c dst = do_svis(dst, c, flag, nextc, nextra); nextc 360 source4/heimdal/lib/roken/vis.c rk_vis(char *dst, int c, int flag, int nextc) nextc 373 source4/heimdal/lib/roken/vis.c dst = do_hvis(dst, uc, flag, nextc, extra); nextc 375 source4/heimdal/lib/roken/vis.c dst = do_svis(dst, uc, flag, nextc, extra);