Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dhkpd.c53 size_t outcc; in frompercent() local
57 outcc = 0; in frompercent()
59 (void) memcpy(&out[outcc], pc, (size_t)(next - pc)); in frompercent()
60 outcc += (size_t)(next - pc); in frompercent()
61 out[outcc++] = (char)strtol(next + 1, NULL, 16); in frompercent()
63 (void) memcpy(&out[outcc], pc, insize - (int)(pc - in)); in frompercent()
64 outcc += insize - (int)(pc - in); in frompercent()
65 out[outcc] = 0x0; in frompercent()
66 return outcc; in frompercent()
/netbsd-src/usr.bin/script/
H A Dscript.c79 static size_t outcc; variable
292 outcc += cc; in dooutput()
302 if (outcc) { in scriptflush()
304 outcc = 0; in scriptflush()