Lines Matching defs:buf
122 unsigned char buf[MAX_LEN]; in test_param_type_extra() local
198 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int() local
228 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long() local
258 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; in test_param_uint() local
287 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; in test_param_ulong() local
317 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32() local
347 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; in test_param_uint32() local
377 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64() local
407 unsigned char buf[MAX_LEN], cmp[sizeof(uint64_t)]; in test_param_uint64() local
437 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; in test_param_size_t() local
467 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; in test_param_time_t() local
496 unsigned char buf[MAX_LEN], bnbuf[MAX_LEN]; in test_param_bignum() local
531 unsigned char buf[MAX_LEN], bnbuf[MAX_LEN]; in test_param_signed_bignum() local
598 char buf[100], buf2[100], *bufp, *bufp2; in test_param_construct() local