| /mirbsd/src/usr.bin/oldroff/sortbib/ |
| D | sortbib.c | 54 #define BUF BUFSIZ macro 114 char line[BUF], fld[4][BUF]; /* one line, the sort fields */ 117 while (offset = ftell(fp), fgets(line, BUF, fp)) 139 if (length > BUF*8) 143 recno, BUF*8, length); 163 if (length > BUF*8) 166 recno, BUF*8, length); 182 char str[BUF], buff[BUF*8]; /* for tempfile & databases */ 214 char fld[][BUF]; 216 char wd[8][BUF/4]; [all …]
|
| /mirbsd/src/sys/uvm/ |
| D | uvm_stat.h | 145 #define UVMHIST_INIT_STATIC(NAME,BUF) argument 169 #define UVMHIST_INIT_STATIC(NAME,BUF) \ argument 173 (NAME).n = sizeof(BUF) / sizeof(struct uvm_history_ent); \ 176 (NAME).e = (struct uvm_history_ent *) (BUF); \
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | bfd-in.h | 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))) 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)))
|
| D | bfd-in2.h | 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))) 492 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 494 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD))) 495 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 497 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
|
| /mirbsd/src/usr.bin/ssh/ |
| D | scp.c | 259 } BUF; typedef 261 BUF *allocbuf(BUF *, int, int); 609 static BUF buffer; in source() 610 BUF *bp; in source() 838 static BUF buffer; in sink() 843 BUF *bp; in sink() 1222 BUF * 1223 allocbuf(BUF *bp, int fd, int blksize) in allocbuf()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/File/t/ |
| D | 30_defer.t | 100 my $BUF = 20; 102 $o = tie @a, 'Tie::File', $file, memory => $MAX, dw_size => $BUF;
|
| D | 31_autodefer.t | 108 my $BUF = 20;
|
| /mirbsd/src/lib/libc/stdio/ |
| D | vfprintf.c | 146 #define BUF (MAXEXP+MAXFRACT+1) /* + decimal point */ macro 153 #define BUF 40 macro 226 char buf[BUF]; /* space for %[Ccm], %[diouxX], %[eEfgG] */ in vfprintf() 619 strerror_r(origerrno, cp = buf, BUF); in vfprintf() 766 cp = buf + BUF; in vfprintf() 806 size = buf + BUF - cp; in vfprintf()
|
| D | vfscanf.c | 49 #define BUF 513 /* Maximum length of numeric string. */ macro 112 char buf[BUF]; /* buffer for numeric conversions */ in VFSCANF()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libsm/ |
| D | vfprintf.c | 138 #define BUF 40 macro 199 char buf[BUF]; /* space for %c, %[diouxX], %[eEfgG] */ 667 cp = buf + BUF; 713 size = buf + BUF - cp;
|
| D | vfscanf.c | 31 #define BUF 513 /* Maximum length of numeric string. */ macro 129 char buf[BUF]; /* buffer for numeric conversions */
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | rcs-5.7-commitid.patch | 329 +/* Divide BUF by D, returning the remainder. Replace BUF by the 330 + quotient. BUF[0] is the most significant part of BUF.
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | cgen-asm.in | 310 The assembled instruction, less any fixups, is stored in BUF. 311 Remember that if CGEN_INT_INSN_P then BUF is an int and thus the value 312 still needs to be converted to target byte order, otherwise BUF is an array
|
| D | cgen-dis.in | 202 BUF is the base part of the insn, target byte order, BUFLEN bytes long.
|
| /mirbsd/src/lib/libssl/src/crypto/err/ |
| D | openssl.ec | 11 L BUF crypto/buffer/buffer.h crypto/buffer/buf_err.c
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltoc.pod | 15673 $io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error, 15914 new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 6529 BUF A simple character array structure that also support a function to
|
| /mirbsd/src/share/misc/ |
| D | acronyms | 1797 BUF [IATA] Buffalo Niagara International, New York, USA
|