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

12

/freebsd-11-stable/bin/rcp/
H A Dextern.h36 } BUF; typedef in typeref:struct:__anon14
40 BUF *allocbuf(BUF *, int, int);
H A Dutil.c129 BUF *
130 allocbuf(BUF *bp, int fd, int blksize)
H A Drcp.c355 static BUF buffer;
356 BUF *bp;
492 static BUF buffer;
496 BUF *bp;
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Dextern.h40 } BUF; typedef in typeref:struct:__anon5918
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-11-stable/contrib/gcc/config/i386/
H A Di386-coff.h54 /* This is how to store into the string BUF
60 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
61 sprintf ((BUF), ".%s%ld", (PREFIX), (long)(NUMBER))
H A Dbsd.h79 /* This is how to store into the string BUF
84 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
85 sprintf ((BUF), "*%s%ld", (PREFIX), (long)(NUMBER))
H A Datt.h75 /* This is how to store into the string BUF
81 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
82 sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUMBER))
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dprintbasic_test.c72 #define BUF 100 macro
73 wchar_t ws[BUF], wfmt[BUF], wresult[BUF];
74 char s[BUF];
86 mbstowcs(ws, s, BUF - 1);
87 mbstowcs(wfmt, fmt, BUF - 1);
88 mbstowcs(wresult, result, BUF - 1);
H A Dprintfloat_test.c64 #define BUF 100 macro
65 wchar_t ws[BUF], wfmt[BUF], wresult[BUF];
66 char s[BUF];
78 mbstowcs(ws, s, BUF - 1);
79 mbstowcs(wfmt, fmt, BUF - 1);
80 mbstowcs(wresult, result, BUF - 1);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvsnprintf.c87 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0)
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.h523 #define OBJC_GEN_METHOD_LABEL(BUF,IS_INST,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \
525 sprintf (BUF, "%c[%s(%s) %s]", (IS_INST) ? '-' : '+', \
528 sprintf (BUF, "%c[%s %s]", (IS_INST) ? '-' : '+', \
776 #define GEN_BINDER_NAME_FOR_STUB(BUF,STUB,STUB_LENGTH) \
779 char *buffer_ = (BUF); \
791 #define GEN_SYMBOL_NAME_FOR_SYMBOL(BUF,SYMBOL,SYMBOL_LENGTH) \
794 char *buffer_ = (BUF); \
808 #define GEN_LAZY_PTR_NAME_FOR_SYMBOL(BUF,SYMBOL,SYMBOL_LENGTH) \
811 char *buffer_ = (BUF); \
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h520 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
522 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
523 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
525 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
527 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
529 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
530 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
532 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h64 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base)
65 #define CPP_BUF_COL(BUF) CPP_BUF_COLUMN(BUF, (BUF)->cur)
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c299 #define BUF 32 macro
301 #error "BUF must be large enough to format a uintmax_t"
361 char buf[BUF]; /* buffer with space for digits of uintmax_t */
901 cp = buf + BUF;
913 size = buf + BUF - cp;
914 if (size > BUF) /* should never happen */
981 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0)
H A Dvfwprintf.c381 #define BUF 32 macro
383 #error "BUF must be large enough to format a uintmax_t"
440 wchar_t buf[BUF]; /* buffer with space for digits of uintmax_t */
962 cp = buf + BUF;
974 size = buf + BUF - cp;
975 if (size > BUF) /* should never happen */
1042 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 */
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh117 BUF=`expr $EPOCH + 5`
120 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
121 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
165 BUF=`expr $EPOCH + 5`
168 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
169 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
/freebsd-11-stable/usr.bin/tsort/
H A Dtsort.c97 } BUF; typedef in typeref:struct:_buf
115 BUF *b;
119 BUF bufs[2];
/freebsd-11-stable/crypto/openssh/
H A Dscp.c346 } BUF; typedef in typeref:struct:__anon3790
348 BUF *allocbuf(BUF *, int, int);
761 static BUF buffer;
762 BUF *bp;
921 static BUF buffer;
926 BUF *bp;
1335 BUF *
1336 allocbuf(BUF *bp, int fd, int blksize)
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE))
/freebsd-11-stable/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;
/freebsd-11-stable/sys/kern/
H A Dsubr_scanf.c52 #define BUF 32 /* Maximum length of numeric string. */ macro
122 char buf[BUF]; /* buffer for numeric conversions */

Completed in 285 milliseconds

12