Home
last modified time | relevance | path

Searched refs:BUF (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/lib/libc/tests/stdio/
HDprintbasic_test.c69 #define BUF 100 in _testfmt() macro
70 wchar_t ws[BUF], wfmt[BUF], wresult[BUF]; in _testfmt()
71 char s[BUF]; in _testfmt()
83 mbstowcs(ws, s, BUF - 1); in _testfmt()
84 mbstowcs(wfmt, fmt, BUF - 1); in _testfmt()
85 mbstowcs(wresult, result, BUF - 1); in _testfmt()
HDprintfloat_test.c61 #define BUF 100 in _testfmt() macro
62 wchar_t ws[BUF], wfmt[BUF], wresult[BUF]; in _testfmt()
63 char s[BUF]; in _testfmt()
75 mbstowcs(ws, s, BUF - 1); in _testfmt()
76 mbstowcs(wfmt, fmt, BUF - 1); in _testfmt()
77 mbstowcs(wresult, result, BUF - 1); in _testfmt()
/freebsd-14-stable/crypto/heimdal/appl/rcp/
HDextern.h40 } BUF; typedef
44 BUF *allocbuf (BUF *, int, int);
HDutil.c145 BUF *
147 BUF *bp; in allocbuf()
HDrcp.c280 static BUF buffer; in source()
281 BUF *bp; in source()
415 static BUF buffer; in sink()
419 BUF *bp; in sink()
/freebsd-14-stable/usr.sbin/pw/tests/
HDpw_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-14-stable/lib/libc/stdio/
HDxprintf_int.c78 #define BUF 64 macro
259 char buf[BUF]; in __printf_render_int()
404 if (l < BUF) { in __printf_render_int()
HDvfprintf.c299 #define BUF (sizeof(uintmax_t) * CHAR_BIT) macro
359 char buf[BUF]; /* buffer with space for digits of uintmax_t */ in __vfprintf()
956 cp = buf + BUF; in __vfprintf()
968 size = buf + BUF - cp; in __vfprintf()
969 if (size > BUF) /* should never happen */ in __vfprintf()
1037 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0) in __vfprintf()
HDvfwprintf.c379 #define BUF (sizeof(uintmax_t) * CHAR_BIT) macro
435 wchar_t buf[BUF]; /* buffer with space for digits of uintmax_t */ in __vfwprintf()
1013 cp = buf + BUF; in __vfwprintf()
1025 size = buf + BUF - cp; in __vfwprintf()
1026 if (size > BUF) /* should never happen */ in __vfwprintf()
1094 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0) in __vfwprintf()
HDxprintf_float.c60 #define BUF 100 macro
175 char buf[BUF]; /* buffer with space for digits of uintmax_t */ in __printf_render_float()
HDvfscanf.c66 #define BUF 513 /* Maximum length of numeric string. */ macro
503 char buf[BUF]; /* buffer for numeric conversions */ in __svfscanf()
HDvfwscanf.c64 #define BUF 513 /* Maximum length of numeric string. */ macro
483 wchar_t buf[BUF]; /* buffer for numeric conversions */ in __vfwscanf()
/freebsd-14-stable/usr.bin/tsort/
HDtsort.c97 } BUF; typedef
115 BUF *b; in main()
119 BUF bufs[2]; in main()
/freebsd-14-stable/contrib/sendmail/libsm/
HDvfprintf.c138 #define BUF 40 macro
199 char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */
667 cp = buf + BUF;
713 size = buf + BUF - cp;
HDvfscanf.c31 #define BUF 513 /* Maximum length of numeric string. */ macro
129 char buf[BUF]; /* buffer for numeric conversions */
/freebsd-14-stable/crypto/openssl/crypto/err/
HDerr_all_legacy.c64 IMPLEMENT_LEGACY_ERR_LOAD(BUF)
HDopenssl.ec11 L BUF include/openssl/buffererr.h crypto/buffer/buf_err.c include/cry…
/freebsd-14-stable/tests/sys/fs/fusefs/
HDlast_local_modify.cc173 const char BUF[] = "abcdefghijklmn"; in write_th() local
181 r = write(fd, BUF, sizeof(BUF)); in write_th()
/freebsd-14-stable/crypto/openssh/
HDscp.c433 } BUF; typedef
435 BUF *allocbuf(BUF *, int, int);
1394 static BUF buffer; in source()
1395 BUF *bp; in source()
1663 static BUF buffer;
1665 BUF *bp;
2226 BUF *
2227 allocbuf(BUF *bp, int fd, int blksize)
/freebsd-14-stable/sys/kern/
HDsubr_scanf.c52 #define BUF 32 /* Maximum length of numeric string. */ macro
122 char buf[BUF]; /* buffer for numeric conversions */ in vsscanf()
HDvfs_subr.c540 PCTRIE_DEFINE_SMR(BUF, buf, b_lblkno, buf_trie_alloc, buf_trie_free,
/freebsd-14-stable/crypto/openssl/
HDNEWS.md1118 * New BUF functions.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDBUFInstructions.td47 // BUF class (base class for MTBUF and MUBUF pseudos)