HomeSort by: relevance | last modified time | path
    Searched defs:BUFSIZ (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_key.c 17 #ifndef BUFSIZ
18 #define BUFSIZ 256
56 char buff[BUFSIZ];
65 (len >= BUFSIZ) ? BUFSIZ - 1 : len)
69 (len >= BUFSIZ) ? BUFSIZ - 1 : len,
74 OPENSSL_cleanse(buff, BUFSIZ);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_key.c 17 #ifndef BUFSIZ
18 # define BUFSIZ 256
56 char buff[BUFSIZ];
65 (len >= BUFSIZ) ? BUFSIZ - 1 : len) < 0
68 (len >= BUFSIZ) ? BUFSIZ - 1 : len,
72 OPENSSL_cleanse(buff, BUFSIZ);
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_util.c 15 #ifndef BUFSIZ
16 #define BUFSIZ 256
22 char buff[BUFSIZ];
25 ret = UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
27 OPENSSL_cleanse(buff, BUFSIZ);
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_util.c 15 #ifndef BUFSIZ
16 #define BUFSIZ 256
22 char buff[BUFSIZ];
26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
28 OPENSSL_cleanse(buff, BUFSIZ);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_util.c 15 #ifndef BUFSIZ
16 #define BUFSIZ 256
22 char buff[BUFSIZ];
26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
28 OPENSSL_cleanse(buff, BUFSIZ);
  /src/usr.sbin/rtadvd/
advcap.c 57 #ifndef BUFSIZ
58 #define BUFSIZ 1024
126 char ibuf[BUFSIZ];
149 cnt = read(tf, ibuf, BUFSIZ);
164 if (cp >= bp + BUFSIZ) {
194 char tcbuf[BUFSIZ];
223 if (l > BUFSIZ) {
225 q[BUFSIZ - (p-holdtbuf)] = 0;
  /src/sbin/fsck_lfs/
fsck.h 73 #ifndef BUFSIZ
74 #define BUFSIZ 1024
  /src/sbin/fsck_ext2fs/
fsck.h 65 #ifndef BUFSIZ
66 #define BUFSIZ 1024
  /src/sys/kern/
tty_pty.c 70 #define BUFSIZ 100 /* Chunk size iomoved to/from user */
649 u_char bf[BUFSIZ];
717 cc = q_to_b(&tp->t_outq, bf, uimin(uio->uio_resid, BUFSIZ));
740 u_char locbuf[BUFSIZ];
753 cc = uimin(uio->uio_resid, BUFSIZ);
786 cc = uimin(uio->uio_resid, BUFSIZ);
  /src/include/
stdio.h 183 #define BUFSIZ 1024 /* size of buffer used by setbuf */
  /src/sbin/fsck_ffs/
fsck.h 68 #ifndef BUFSIZ
69 #define BUFSIZ 1024

Completed in 20 milliseconds