Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Datt.h86 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument
87 sprintf ((BUF), LOCAL_LABEL_PREFIX "%s%ld", (PREFIX), (long)(NUMBER))
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Datt.h85 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument
86 sprintf ((BUF), LOCAL_LABEL_PREFIX "%s%ld", (PREFIX), (long)(NUMBER))
/dragonfly/contrib/gdb-7/bfd/
H A Dbfd-in.h471 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
473 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
474 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
476 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
478 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
480 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
481 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
483 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
H A Dbfd-in2.h478 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
480 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
481 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
483 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
485 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
487 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
488 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
490 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dinternal.h65 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base) argument
66 #define CPP_BUF_COL(BUF) CPP_BUF_COLUMN(BUF, (BUF)->cur) argument
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dinternal.h66 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base) argument
67 #define CPP_BUF_COL(BUF) CPP_BUF_COLUMN(BUF, (BUF)->cur) argument
/dragonfly/lib/libc/stdio/
H A Dvfprintf.c294 #define BUF 32 macro
355 char buf[BUF]; /* buffer with space for digits of uintmax_t */ in __vfprintf()
885 cp = buf + BUF; in __vfprintf()
897 size = buf + BUF - cp; in __vfprintf()
898 if (size > BUF) /* should never happen */ in __vfprintf()
965 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0) in __vfprintf()
H A Dxprintf_int.c77 #define BUF 64 macro
261 char buf[BUF]; in __printf_render_int()
410 if (l < BUF) { in __printf_render_int()
H A Dvfwprintf.c373 #define BUF 32 macro
432 wchar_t buf[BUF]; /* buffer with space for digits of uintmax_t */ in __vfwprintf()
948 cp = buf + BUF; in __vfwprintf()
960 size = buf + BUF - cp; in __vfwprintf()
961 if (size > BUF) /* should never happen */ in __vfwprintf()
1028 if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0) in __vfwprintf()
H A Dxprintf_float.c60 #define BUF 100 macro
175 char buf[BUF]; /* buffer with space for digits of uintmax_t */ in __printf_render_float()
H A Dvfwscanf.c58 #define BUF 513 /* Maximum length of numeric string. */ macro
460 wchar_t buf[BUF]; /* buffer for numeric conversions */ in __vfwscanf()
H A Dvfscanf.c63 #define BUF 513 /* Maximum length of numeric string. */ macro
484 char buf[BUF]; /* buffer for numeric conversions */ in __svfscanf()
/dragonfly/usr.bin/tsort/
H A Dtsort.c90 } BUF; typedef
108 BUF *b; in main()
112 BUF bufs[2]; in main()
/dragonfly/crypto/openssh/
H A Dscp.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)
/dragonfly/sys/kern/
H A Dsubr_scanf.c50 #define BUF 32 /* Maximum length of numeric string. */ macro
117 char buf[BUF]; /* buffer for numeric conversions */ in kvsscanf()
/dragonfly/contrib/cvs-1.12/contrib/
H A Drcs-5.7-commitid.patch329 +/* Divide BUF by D, returning the remainder. Replace BUF by the
330 + quotient. BUF[0] is the most significant part of BUF.
/dragonfly/doc/
H A Dporting_drivers.txt117 Strategy calls - we pass BIO's and a lot of BUF fields are in the BIO
118 in FreeBSD, but left in the BUF in DragonFly. FreeBSD for some reason
/dragonfly/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h465 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
467 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
468 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
470 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
472 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
474 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
475 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
477 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
/dragonfly/contrib/binutils-2.27/bfd/
H A Dbfd-in2.h486 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
488 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
489 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
491 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
493 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument
495 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
496 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument
498 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
/dragonfly/contrib/gdb-7/gdb/
H A Dada-lex.c860 #define YY_INPUT(BUF, RESULT, MAX_SIZE) \ argument
865 *(BUF) = *lexptr; \
/dragonfly/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c860 #define YY_INPUT(BUF, RESULT, MAX_SIZE) \ argument
865 *(BUF) = *lexptr; \
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info1987 nothing is written in the stream (resp. to `stdout', to BUF, to STR),
2004 -- Function: int mpfr_sprintf (char *BUF, const char *TEMPLATE, ...)
2005 -- Function: int mpfr_vsprintf (char *BUF, const char *TEMPLATE,
2009 print it in BUF. No overlap is permitted between BUF and the other
2011 BUF _not counting_ the terminating null character or a negative
2014 -- Function: int mpfr_snprintf (char *BUF, size_t N, const char
2016 -- Function: int mpfr_vsnprintf (char *BUF, size_t N, const char
2020 print it in BUF. If N is zero, nothing is written and BUF may be a
2022 BUF and the N-th is a null character. Return the number of
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c90 #define OBJC_GEN_METHOD_LABEL(BUF, IS_INST, CLASS_NAME, CAT_NAME, SEL_NAME, NUM) \ argument
93 sprintf ((BUF), "_%s_%s_%s_%s", \
98 for (temp = (BUF); *temp; temp++) \