Searched refs:BUF (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/crypto/heimdal/appl/rcp/
H A Dextern.h40 } BUF; typedef in typeref:struct:__anon6646
44 BUF *allocbuf (BUF *, int, int);
H A Dutil.c145 BUF *
147 BUF *bp;
H A Drcp.c280 static BUF buffer;
281 BUF *bp;
415 static BUF buffer;
419 BUF *bp;
/freebsd-current/lib/libc/tests/stdio/
H A Dprintbasic_test.c69 #define BUF 100 macro
70 wchar_t ws[BUF], wfmt[BUF], wresult[BUF];
71 char s[BUF];
83 mbstowcs(ws, s, BUF - 1);
84 mbstowcs(wfmt, fmt, BUF - 1);
85 mbstowcs(wresult, result, BUF - 1);
H A Dprintfloat_test.c61 #define BUF 100 macro
62 wchar_t ws[BUF], wfmt[BUF], wresult[BUF];
63 char s[BUF];
75 mbstowcs(ws, s, BUF - 1);
76 mbstowcs(wfmt, fmt, BUF - 1);
77 mbstowcs(wresult, result, BUF - 1);
/freebsd-current/crypto/openssl/crypto/err/
H A Derr_all_legacy.c64 IMPLEMENT_LEGACY_ERR_LOAD(BUF)
/freebsd-current/lib/libc/stdio/
H A Dvfwprintf.c375 #define BUF 32 macro
377 #error "BUF must be large enough to format a uintmax_t"
434 wchar_t buf[BUF]; /* buffer with space for digits of uintmax_t */
1012 cp = buf + BUF;
1024 size = buf + BUF - cp;
1025 if (size > BUF) /* should never happen */
1093 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0)
H A Dvfprintf.c295 #define BUF 32 macro
297 #error "BUF must be large enough to format a uintmax_t"
359 char buf[BUF]; /* buffer with space for digits of uintmax_t */
957 cp = buf + BUF;
969 size = buf + BUF - cp;
970 if (size > BUF) /* should never happen */
1038 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0)
H A Dxprintf_int.c78 #define BUF 64 macro
259 char buf[BUF];
404 if (l < BUF) {
H A Dxprintf_float.c60 #define BUF 100 macro
175 char buf[BUF]; /* buffer with space for digits of uintmax_t */
H A Dvfscanf.c63 #define BUF 513 /* Maximum length of numeric string. */ macro
500 char buf[BUF]; /* buffer for numeric conversions */
H A Dvfwscanf.c59 #define BUF 513 /* Maximum length of numeric string. */ macro
478 wchar_t buf[BUF]; /* buffer for numeric conversions */
/freebsd-current/usr.bin/tsort/
H A Dtsort.c86 } BUF; typedef in typeref:struct:_buf
104 BUF *b;
108 BUF bufs[2];
/freebsd-current/tests/sys/fs/fusefs/
H A Dlast_local_modify.cc173 const char BUF[] = "abcdefghijklmn"; local
181 r = write(fd, BUF, sizeof(BUF));
/freebsd-current/contrib/sendmail/libsm/
H A Dvfprintf.c138 #define BUF 40 macro
199 char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */
667 cp = buf + BUF;
713 size = buf + BUF - cp;
H A Dvfscanf.c31 #define BUF 513 /* Maximum length of numeric string. */ macro
129 char buf[BUF]; /* buffer for numeric conversions */
/freebsd-current/sys/kern/
H A Dsubr_scanf.c49 #define BUF 32 /* Maximum length of numeric string. */ macro
119 char buf[BUF]; /* buffer for numeric conversions */
H A Dvfs_subr.c533 PCTRIE_DEFINE_SMR(BUF, buf, b_lblkno, buf_trie_alloc, buf_trie_free,
770 buf_trie_zone = uma_zcreate("BUF TRIE", pctrie_node_size(),
/freebsd-current/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh116 BUF=`expr $EPOCH + 5`
119 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
120 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
164 BUF=`expr $EPOCH + 5`
167 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
168 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
/freebsd-current/crypto/openssh/
H A Dscp.c431 } BUF; typedef in typeref:struct:__anon13
433 BUF *allocbuf(BUF *, int, int);
1392 static BUF buffer;
1393 BUF *bp;
1661 static BUF buffer;
1663 BUF *bp;
2224 BUF *
2225 allocbuf(BUF *bp, int fd, int blksize)

Completed in 246 milliseconds