Searched refs:BUFSIZ (Results 1 - 25 of 426) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Doread2pwd.c64 char buf[BUFSIZ],buff[BUFSIZ];
66 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
68 OPENSSL_cleanse(buf,BUFSIZ);
69 OPENSSL_cleanse(buff,BUFSIZ);
77 char buf[BUFSIZ],buff[BUFSIZ];
79 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
81 OPENSSL_cleanse(buf,BUFSIZ);
82 OPENSSL_cleanse(buff,BUFSIZ);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread2pwd.c64 char buf[BUFSIZ],buff[BUFSIZ];
66 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
68 OPENSSL_cleanse(buf,BUFSIZ);
69 OPENSSL_cleanse(buff,BUFSIZ);
77 char buf[BUFSIZ],buff[BUFSIZ];
79 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
81 OPENSSL_cleanse(buf,BUFSIZ);
82 OPENSSL_cleanse(buff,BUFSIZ);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dset_unbuffered_mode.c26 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
27 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
H A Dunbuffer_output.c36 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
37 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dset_unbuffered_mode.c26 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
27 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
H A Dunbuffer_output.c36 setvbuf (stdout, NULL, _IONBF, BUFSIZ);
37 setvbuf (stderr, NULL, _IONBF, BUFSIZ);
/netbsd-current/games/hangman/
H A Dextern.c45 char Word[BUFSIZ], Known[BUFSIZ];
H A Dgetword.c58 if (fgets(Word, BUFSIZ, inf) == NULL)
60 if (fgets(Word, BUFSIZ, inf) == NULL)
/netbsd-current/libexec/telnetd/
H A Dglobal.c83 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
84 char netibuf[BUFSIZ], *netip;
85 char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
H A Dext.h68 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
69 extern char netibuf[BUFSIZ], *netip;
70 extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
H A Dauthenc.c48 if (nfrontp + len < netobuf + BUFSIZ) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_key.c17 #ifndef BUFSIZ
18 # define BUFSIZ 256 macro
56 char buff[BUFSIZ];
65 (len >= BUFSIZ) ? BUFSIZ - 1 : len) < 0
68 (len >= BUFSIZ) ? BUFSIZ - 1 : len,
72 OPENSSL_cleanse(buff, BUFSIZ);
/netbsd-current/lib/libc/stdio/
H A Dsetbuf.c57 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-mtread.c111 char thrstr[BUFSIZ];
113 snprintf(thrstr, BUFSIZ, "error on tidx: %d: %s", idx, string);
120 char thrstr[BUFSIZ];
122 snprintf(thrstr, BUFSIZ, "tidx: %d says: %s", idx, string);
129 char thrstr[BUFSIZ];
133 snprintf(thrstr, BUFSIZ, "tidx: %d says: %s", idx, string);
169 char outstr[BUFSIZ];
273 snprintf(outstr, BUFSIZ, "MT Test Start: conns: %d (%s)", noconns, uri);
275 snprintf(outstr, BUFSIZ, "Threads: RO: %d RW: %d", threads, rwthreads);
281 snprintf(outstr, BUFSIZ, "Create
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Devp_key.c52 char buff[BUFSIZ];
61 (len >= BUFSIZ) ? BUFSIZ - 1 : len) < 0
64 (len >= BUFSIZ) ? BUFSIZ - 1 : len,
68 OPENSSL_cleanse(buff, BUFSIZ);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_util.c15 #ifndef BUFSIZ
16 #define BUFSIZ 256 macro
22 char buff[BUFSIZ];
26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
28 OPENSSL_cleanse(buff, BUFSIZ);
/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dfile_io.h13 // Some systems have suboptimal BUFSIZ. Use a bit bigger value on them.
15 #if BUFSIZ <= 1024
18 # define IO_BUFFER_SIZE (BUFSIZ & ~7U)
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirs_p.h35 char line[BUFSIZ+1];
/netbsd-current/regress/sys/fs/lfs/ckckp/
H A Dckckp.c44 char cmd[BUFSIZ], s[BUFSIZ];
77 while(fgets(s, BUFSIZ, pp) != NULL)
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dfindconfig.c21 static char result[BUFSIZ];
22 char hostname[BUFSIZ], *cp;
32 if (gethostname(hostname, BUFSIZ) >= 0) {
/netbsd-current/external/bsd/blocklist/port/
H A Dfgetln.c55 bufsiz = BUFSIZ;
65 size_t nbufsiz = bufsiz + BUFSIZ;
77 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/netbsd-current/external/ibm-public/postfix/dist/src/fsstone/
H A Dfsstone.c69 char new_path[BUFSIZ];
70 char old_path[BUFSIZ];
82 char path[BUFSIZ];
110 char path[BUFSIZ];
137 char path[BUFSIZ];
148 char path[BUFSIZ];
/netbsd-current/external/public-domain/xz/dist/src/xzdec/
H A Dxzdec.c164 uint8_t in_buf[BUFSIZ];
165 uint8_t out_buf[BUFSIZ];
169 strm->avail_out = BUFSIZ;
176 strm->avail_in = fread(in_buf, 1, BUFSIZ, file);
201 const size_t write_size = BUFSIZ - strm->avail_out;
214 strm->avail_out = BUFSIZ;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_util.c15 #ifndef BUFSIZ
16 #define BUFSIZ 256 macro
22 char buff[BUFSIZ];
26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
28 OPENSSL_cleanse(buff, BUFSIZ);
/netbsd-current/usr.sbin/tcpdchk/
H A Dfakelog.c40 char buf[BUFSIZ];

Completed in 253 milliseconds

1234567891011>>