Home
last modified time | relevance | path

Searched refs:ptbuf (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/pr/
Dpr.c1033 char *ptbuf; in inln() local
1036 ptbuf = buf; in inln()
1050 col = (ptbuf - buf) + *cps; in inln()
1063 *ptbuf++ = ' '; in inln()
1068 *ptbuf++ = ch; in inln()
1077 *ptbuf++ = ch; in inln()
1080 col = ptbuf - buf; in inln()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dthreadstest.c392 unsigned char ptbuf[256]; in thread_shared_evp_pkey() local
419 ptlen = sizeof(ptbuf); in thread_shared_evp_pkey()
421 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen), in thread_shared_evp_pkey()
423 || !TEST_mem_eq(msg, strlen(msg), ptbuf, ptlen)) in thread_shared_evp_pkey()