Home
last modified time | relevance | path

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

123

/netbsd/src/bin/rcp/
Dextern.h37 } BUF; typedef
41 BUF *allocbuf(BUF *, int, int);
Dutil.c148 BUF *
149 allocbuf(BUF *bp, int fd, int blksize) in allocbuf()
Drcp.c334 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/
Dvsnprintf.c90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) argument
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dvsnprintf.c90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) argument
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dvsnprintf.c90 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.h792 #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/
Duvm_stat.h55 #define UVMHIST_INITIALIZER(NAME,BUF) KERNHIST_INITIALIZER(NAME,BUF) argument
67 #define UVMHIST_INITIALIZER(NAME,BUF) argument
/netbsd/src/sys/sys/
Dbiohist.h53 #define BIOHIST_INITIALIZER(NAME,BUF) KERNHIST_INITIALIZER(NAME,BUF) argument
70 #define BIOHIST_INITIALIZER(NAME,BUF) argument
Dkernhist.h168 #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/
Dnbsd-namespace.h50 #define sprintf(BUF, FMT, ARGS...) snprintf(BUF, SIZE_MAX, FMT, ##ARGS) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Datt.h85 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument
86 sprintf ((BUF), LOCAL_LABEL_PREFIX "%s%ld", (PREFIX), (long)(NUMBER))
Dbsd.h88 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ argument
89 sprintf ((BUF), "*%s%ld", (PREFIX), (long)(NUMBER))
Dcygming.h66 #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/
Dinternal.h68 #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/
Dtsort.c101 } BUF; typedef
118 BUF *b; in main()
122 BUF bufs[2]; in main()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dsmtp-source.c360 #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/
Dscp.c390 } 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/
Derr_all_legacy.c64 IMPLEMENT_LEGACY_ERR_LOAD(BUF)
/netbsd/src/lib/libc/stdio/
Dvfwprintf.c594 #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/
Dcris.h809 #define ASM_OUTPUT_LABEL_REF(STREAM, BUF) \ argument
810 cris_asm_output_label_ref (STREAM, BUF)
/netbsd/src/external/gpl2/xcvs/dist/contrib/
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.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcgen-asm.in312 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/
Dcgen-asm.in312 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/
Dpigz.c451 #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()

123