Searched refs:visbuf (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbstowcs.c146 char visbuf[SIZE]; local
160 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
161 (void)printf("Checking string: \"%s\"\n", visbuf);
170 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
172 "\"%s\"\n", visbuf);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c68 char *srcbuf, *dstbuf, *visbuf; local
73 ATF_REQUIRE((visbuf = malloc(SIZE * 4 + 1)) != NULL);
79 ATF_REQUIRE(strsvisx(visbuf, srcbuf, SIZE, styles[i], "") > 0);
81 ATF_REQUIRE(strunvisx(dstbuf, visbuf,
90 free(visbuf);
/freebsd-10-stable/usr.sbin/ofwdump/
H A Dofwdump.c147 static char *visbuf = NULL; local
184 if (visbuf != NULL)
185 free(visbuf);
187 if ((visbuf = malloc(vblen)) == NULL)
191 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL);
195 strlcpy(printbuf, &visbuf[i],
/freebsd-10-stable/usr.sbin/extattr/
H A Drmextattr.c114 char *visbuf = NULL; local
291 mkbuf(&visbuf, &visbuflen, ret * 4 + 1);
292 strvisx(visbuf, buf, ret,
294 printf("\"%s\"", visbuf);
/freebsd-10-stable/crypto/openssh/
H A Dscp.c935 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048], visbuf[2048]; local
974 (void) snmprintf(visbuf, sizeof(visbuf),
977 visbuf, strlen(visbuf));
1222 char ch, *cp, resp, rbuf[2048], visbuf[2048]; local
1244 (void) snmprintf(visbuf, sizeof(visbuf),
1247 visbuf, strlen(visbuf));
[all...]
/freebsd-10-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c584 char visbuf[2 * MAX_LOGLINE]; local
589 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL);
591 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
593 fprintf(stderr, "%s\n", visbuf);
/freebsd-10-stable/usr.bin/kdump/
H A Dkdump.c1366 char visbuf[5]; local
1371 vis(visbuf, *dp, VIS_CSTYLE, *(dp+1));
1372 cp = visbuf;
/freebsd-10-stable/lib/ncurses/ncurses/
H A DMakefile259 visbuf.c
/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c230 char visbuf[5]; local
261 (void) vis(visbuf, str[i], VIS_CSTYLE, 0);
262 (void) fprintf(fp, "%s", visbuf);

Completed in 128 milliseconds