Searched refs:ptbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c151 char ptbuf[64], ttbuf[64];
162 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty/%03d", i);
164 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1)
177 char ptbuf[64], ttbuf[64];
187 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c",
192 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) {
194 snprintf(ptbuf, sizeof(ptbuf), "/de
[all...]
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c1031 char *ptbuf; local
1034 ptbuf = buf;
1048 col = (ptbuf - buf) + *cps;
1061 *ptbuf++ = ' ';
1066 *ptbuf++ = ch;
1075 *ptbuf++ = ch;
1078 col = ptbuf - buf;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c414 ocs_textbuf_t *ptbuf = NULL; local
419 ptbuf = &ocs->ddump_saved;
458 ptbuf = &textbuf;
463 if (ptbuf != NULL) {
467 n = ocs_textbuf_ext_get_written(ptbuf, idx);
475 ocs_textbuf_ext_get_buffer(ptbuf, idx), n)) {
483 if (ptbuf == &textbuf) {

Completed in 120 milliseconds