Home
last modified time | relevance | path

Searched refs:tempbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_egd.c65 unsigned char tempbuf[255];
67 if (bytes > (int)sizeof(tempbuf))
112 tempbuf[0] = 1;
113 tempbuf[1] = bytes;
114 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF)
116 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0)
118 numbytes = tempbuf[0];
123 buf = tempbuf;
131 RAND_add(tempbuf, i, i);
/freebsd-13.1/contrib/libpcap/
H A Dsockutils.h140 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
H A Dsockutils.c910 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check… in sock_bufferize() argument
920 memcpy(tempbuf + (*offset), buffer, size); in sock_bufferize()
/freebsd-13.1/
H A DObsoleteFiles.inc2660 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
10841 OLD_FILES+=usr/include/c++/3.4/backward/tempbuf.h
11521 OLD_FILES+=usr/include/c++/3.3/backward/tempbuf.h
12473 OLD_FILES+=usr/include/g++/tempbuf.h