| /netbsd/src/bin/rcp/ |
| D | extern.h | 37 } BUF; typedef 41 BUF *allocbuf(BUF *, int, int);
|
| D | util.c | 148 BUF * 149 allocbuf(BUF *bp, int fd, int blksize) in allocbuf()
|
| D | rcp.c | 334 static BUF buffer; in source() 335 BUF *bp; in source() 485 static BUF buffer; in sink() 488 BUF *bp; in sink()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | vsnprintf.c | 90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) argument
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | vsnprintf.c | 90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) argument
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | vsnprintf.c | 90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.h | 792 #define OBJC_GEN_METHOD_LABEL(BUF,IS_INST,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \ argument 794 sprintf (BUF, "%c[%s(%s) %s]", (IS_INST) ? '-' : '+', \ 797 sprintf (BUF, "%c[%s %s]", (IS_INST) ? '-' : '+', \ 1063 #define GEN_BINDER_NAME_FOR_STUB(BUF,STUB,STUB_LENGTH) \ argument 1066 char *buffer_ = (BUF); \ 1078 #define GEN_SYMBOL_NAME_FOR_SYMBOL(BUF,SYMBOL,SYMBOL_LENGTH) \ argument 1081 char *buffer_ = (BUF); \ 1095 #define GEN_LAZY_PTR_NAME_FOR_SYMBOL(BUF,SYMBOL,SYMBOL_LENGTH) \ argument 1098 char *buffer_ = (BUF); \
|
| /netbsd/src/sys/uvm/ |
| D | uvm_stat.h | 55 #define UVMHIST_INITIALIZER(NAME,BUF) KERNHIST_INITIALIZER(NAME,BUF) argument 67 #define UVMHIST_INITIALIZER(NAME,BUF) argument
|
| /netbsd/src/sys/sys/ |
| D | biohist.h | 53 #define BIOHIST_INITIALIZER(NAME,BUF) KERNHIST_INITIALIZER(NAME,BUF) argument 70 #define BIOHIST_INITIALIZER(NAME,BUF) argument
|
| D | kernhist.h | 168 #define KERNHIST_INITIALIZER(NAME,BUF) \ argument 172 .n = sizeof(BUF) / sizeof(struct kern_history_ent), \ 174 .e = (struct kern_history_ent *) (BUF), \
|
| /netbsd/src/sys/external/bsd/drm2/include/linux/ |
| D | nbsd-namespace.h | 50 #define sprintf(BUF, FMT, ARGS...) snprintf(BUF, SIZE_MAX, FMT, ##ARGS) argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | att.h | 85 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument 86 sprintf ((BUF), LOCAL_LABEL_PREFIX "%s%ld", (PREFIX), (long)(NUMBER))
|
| D | bsd.h | 88 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument 89 sprintf ((BUF), "*%s%ld", (PREFIX), (long)(NUMBER))
|
| D | cygming.h | 66 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument 67 sprintf ((BUF), "*%s%s%ld", LOCAL_LABEL_PREFIX, \
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | internal.h | 68 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base) argument 69 #define CPP_BUF_COL(BUF) CPP_BUF_COLUMN(BUF, (BUF)->cur) argument
|
| /netbsd/src/usr.bin/tsort/ |
| D | tsort.c | 101 } BUF; typedef 118 BUF *b; in main() 122 BUF bufs[2]; in main()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/ |
| D | smtp-source.c | 360 #define BUF ((char *) vstring_str(buf)) in response() macro 364 for (cp = BUF; *cp != 0; cp++) in response() 367 cp = BUF; in response() 372 rdata.code = (cp - BUF == 3 ? atoi(BUF) : 0); in response()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | scp.c | 390 } BUF; typedef 392 BUF *allocbuf(BUF *, int, int); 1349 static BUF buffer; in source() 1350 BUF *bp; in source() 1619 static BUF buffer; in sink() 1621 BUF *bp; in sink() 2175 BUF * 2176 allocbuf(BUF *bp, int fd, int blksize) in allocbuf()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/err/ |
| D | err_all_legacy.c | 64 IMPLEMENT_LEGACY_ERR_LOAD(BUF)
|
| /netbsd/src/lib/libc/stdio/ |
| D | vfwprintf.c | 594 #define BUF 100 macro 683 CHAR_T buf[BUF]; /* buffer with space for digits of uintmax_t */ in WDECL() 1369 result = cp = buf + BUF; in WDECL() 1385 _DIAGASSERT(__type_fit(int, buf + BUF - result)); in WDECL() 1386 size = (int)(buf + BUF - result); in WDECL() 1387 if (size > BUF) /* should never happen */ in WDECL()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | cris.h | 809 #define ASM_OUTPUT_LABEL_REF(STREAM, BUF) \ argument 810 cris_asm_output_label_ref (STREAM, BUF)
|
| /netbsd/src/external/gpl2/xcvs/dist/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.
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cgen-asm.in | 312 The assembled instruction, less any fixups, is stored in BUF. 313 Remember that if CGEN_INT_INSN_P then BUF is an int and thus the value 314 still needs to be converted to target byte order, otherwise BUF is an array
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cgen-asm.in | 312 The assembled instruction, less any fixups, is stored in BUF. 313 Remember that if CGEN_INT_INSN_P then BUF is an int and thus the value 314 still needs to be converted to target byte order, otherwise BUF is an array
|
| /netbsd/src/external/zlib/pigz/dist/ |
| D | pigz.c | 451 #define BUF 32768U macro 490 unsigned char in_buf[BUF]; /* input buffer */ 501 unsigned char in_buf2[BUF]; /* second buffer for parallel reads */ 2179 g.in_len = len = readn(g.ind, g.in_which ? g.in_buf : g.in_buf2, BUF); in load_read() 2182 } while (len == BUF); in load_read() 2223 if (g.in_len == BUF) { in load() 2240 g.in_left = readn(g.ind, g.in_next = g.in_buf, BUF); in load() 2244 if (g.in_left < BUF) { in load() 2739 } while (g.in_left == BUF); /* read until end */ in list_info()
|