Searched refs:valbuf (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/contrib/libucl/utils/
H A Dchargen.c49 char valbuf[2048]; local
65 r += print_flag ("UCL_CHARACTER_WHITESPACE", &need_or, valbuf + r);
68 r += print_flag ("UCL_CHARACTER_WHITESPACE_UNSAFE", &need_or, valbuf + r);
71 r += print_flag ("UCL_CHARACTER_KEY_START", &need_or, valbuf + r);
74 r += print_flag ("UCL_CHARACTER_KEY", &need_or, valbuf + r);
77 r += print_flag ("UCL_CHARACTER_VALUE_END", &need_or, valbuf + r);
81 r += print_flag ("UCL_CHARACTER_VALUE_STR", &need_or, valbuf + r);
84 r += print_flag ("UCL_CHARACTER_VALUE_DIGIT_START", &need_or, valbuf + r);
87 r += print_flag ("UCL_CHARACTER_VALUE_DIGIT", &need_or, valbuf + r);
92 r += print_flag ("UCL_CHARACTER_ESCAPE", &need_or, valbuf
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsparc64-tdep.c630 char *valbuf, int element, int bitpos)
645 regcache_cooked_write (regcache, regnum, valbuf);
652 regcache_cooked_write (regcache, regnum, valbuf + (bitpos / 8));
660 regcache_cooked_write (regcache, regnum, valbuf + (bitpos / 8));
672 sparc64_store_floating_fields (regcache, subtype, valbuf,
690 regcache_cooked_write (regcache, SPARC_F1_REGNUM, valbuf);
702 char *valbuf, int bitpos)
714 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8));
721 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8));
729 regcache_cooked_read (regcache, regnum, valbuf
625 sparc64_store_floating_fields(struct regcache *regcache, struct type *type, char *valbuf, int element, int bitpos) argument
697 sparc64_extract_floating_fields(struct regcache *regcache, struct type *type, char *valbuf, int bitpos) argument
864 char *valbuf = VALUE_CONTENTS (args[i]); local
992 sparc64_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
1033 sparc64_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Dalpha-tdep.c444 void *valbuf)
457 alpha_sts (valbuf, raw_buffer);
461 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf);
466 read_memory (l, valbuf, 16);
479 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf);
483 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf);
485 (char *)valbuf + 8);
490 read_memory (l, valbuf, 32);
501 store_unsigned_integer (valbuf, length, l);
522 const void *valbuf)
441 alpha_extract_return_value(struct type *valtype, struct regcache *regcache, void *valbuf) argument
519 alpha_store_return_value(struct type *valtype, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Dsparc-tdep.c424 char *valbuf = VALUE_CONTENTS (args[i]);
434 regcache_cooked_write (regcache, regnum, valbuf);
436 regcache_cooked_write (regcache, regnum + 1, valbuf + 4);
440 write_memory (sp + 4 + element * 4, valbuf, len);
825 void *valbuf)
839 memcpy (valbuf, buf, len);
851 memcpy (valbuf, buf, 8);
857 memcpy (valbuf, buf + 4 - len, len);
867 const void *valbuf)
878 memcpy (buf, valbuf, le
420 char *valbuf = VALUE_CONTENTS (args[i]); local
816 sparc32_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
858 sparc32_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Darm-tdep.c2011 bfd_byte *valbuf = dst; local
2026 valbuf); local
2032 regcache_cooked_read (regs, ARM_A1_REGNUM, valbuf);
2035 valbuf + INT_REGISTER_SIZE);
2063 store_unsigned_integer (valbuf,
2068 valbuf += INT_REGISTER_SIZE;
2083 memcpy (valbuf, tmpbuf,
2086 valbuf += INT_REGISTER_SIZE;
2206 const bfd_byte *valbuf = src; local
2216 convert_to_extended (floatformat_from_type (type), buf, valbuf); local
[all...]
H A Di386-tdep.c1172 struct regcache *regcache, void *valbuf)
1183 memset (valbuf, 0, len);
1192 convert_typed_floating (buf, builtin_type_i387_ext, valbuf, type);
1202 memcpy (valbuf, buf, len);
1207 memcpy (valbuf, buf, low_size);
1209 memcpy ((char *) valbuf + low_size, buf, len - low_size);
1222 struct regcache *regcache, const void *valbuf)
1250 convert_typed_floating (valbuf, type, buf, builtin_type_i387_ext);
1272 regcache_raw_write_part (regcache, LOW_RETURN_REGNUM, 0, len, valbuf);
1275 regcache_raw_write (regcache, LOW_RETURN_REGNUM, valbuf);
1163 i386_extract_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *valbuf) argument
1213 i386_store_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Ddve3900-rom.c382 char valbuf[10]; local
403 for (i = 0, p = valbuf; i < vallen; i++)
408 monitor_supply_register (regno, valbuf);
H A Dgdbarch.h1414 typedef void (gdbarch_extract_return_value_ftype) (struct type *type, struct regcache *regcache, void *valbuf);
1415 extern void gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *valbuf);
1421 #define EXTRACT_RETURN_VALUE(type, regcache, valbuf) (gdbarch_extract_return_value (current_gdbarch, type, regcache, valbuf))
1424 typedef void (gdbarch_store_return_value_ftype) (struct type *type, struct regcache *regcache, const void *valbuf);
1425 extern void gdbarch_store_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const void *valbuf);
1431 #define STORE_RETURN_VALUE(type, regcache, valbuf) (gdbarch_store_return_value (current_gdbarch, type, regcache, valbuf))
1434 typedef void (gdbarch_deprecated_extract_return_value_ftype) (struct type *type, char *regbuf, char *valbuf);
1435 extern void gdbarch_deprecated_extract_return_value (struct gdbarch *gdbarch, struct type *type, char *regbuf, char *valbuf);
[all...]
H A Darch-utils.c44 void *valbuf)
47 bfd_byte *buf = valbuf;
43 legacy_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
H A Damd64-tdep.c566 char *valbuf = VALUE_CONTENTS (args[i]);
598 memcpy (buf, valbuf + j * 8, min (len, 8));
615 char *valbuf = VALUE_CONTENTS (stack_args[i]);
618 write_memory (sp + element * 8, valbuf, len);
564 char *valbuf = VALUE_CONTENTS (args[i]); local
613 char *valbuf = VALUE_CONTENTS (stack_args[i]); local
H A Dmips-tdep.c2789 char valbuf[MAX_REGISTER_SIZE]; local
2805 store_unsigned_integer (valbuf, mips_saved_regsize (tdep),
2809 val = valbuf;
2993 copy its value into `valbuf'. */
2997 char regbuf[], char *valbuf)
3003 memcpy (valbuf + lo.buf_offset,
3008 memcpy (valbuf + hi.buf_offset,
3013 /* Given a return value in `valbuf' with a type `valtype', write it's
3017 mips_eabi_store_return_value (struct type *valtype, char *valbuf) argument
3025 memcpy (raw_buffer + lo.reg_offset, valbuf
2996 mips_eabi_extract_return_value(struct type *valtype, char regbuf[], char *valbuf) argument
4143 mips_o64_extract_return_value(struct type *valtype, char regbuf[], char *valbuf) argument
4161 mips_o64_store_return_value(struct type *valtype, char *valbuf) argument
[all...]
H A Drs6000-tdep.c1344 rs6000_extract_return_value (struct type *valtype, char *regbuf, char *valbuf) argument
1359 memcpy (valbuf,
1366 memcpy (valbuf, &ff, sizeof (float));
1373 memcpy (valbuf, regbuf + DEPRECATED_REGISTER_BYTE (tdep->ppc_vr0_regnum + 2),
1383 memcpy (valbuf,
2007 rs6000_store_return_value (struct type *type, char *valbuf) argument
2017 deprecated_write_register_bytes (DEPRECATED_REGISTER_BYTE (FP0_REGNUM + 1), valbuf,
2024 valbuf, TYPE_LENGTH (type));
2029 valbuf, TYPE_LENGTH (type));
H A Dgdbarch.c1028 "DEPRECATED_EXTRACT_RETURN_VALUE(type, regbuf, valbuf)",
1029 XSTRING (DEPRECATED_EXTRACT_RETURN_VALUE (type, regbuf, valbuf)));
1637 "DEPRECATED_STORE_RETURN_VALUE(type, valbuf)",
1638 XSTRING (DEPRECATED_STORE_RETURN_VALUE (type, valbuf)));
1733 "EXTRACT_RETURN_VALUE(type, regcache, valbuf)",
1734 XSTRING (EXTRACT_RETURN_VALUE (type, regcache, valbuf)));
2190 "STORE_RETURN_VALUE(type, regcache, valbuf)",
2191 XSTRING (STORE_RETURN_VALUE (type, regcache, valbuf)));
4152 gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *valbuf) argument
4158 gdbarch->extract_return_value (type, regcache, valbuf);
4169 gdbarch_store_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const void *valbuf) argument
4186 gdbarch_deprecated_extract_return_value(struct gdbarch *gdbarch, struct type *type, char *regbuf, char *valbuf) argument
4203 gdbarch_deprecated_store_return_value(struct gdbarch *gdbarch, struct type *type, char *valbuf) argument
[all...]
H A Dia64-tdep.c2742 ia64_extract_return_value (struct type *type, struct regcache *regcache, void *valbuf)
2758 (char *)valbuf + offset, float_elt_type);
2776 memcpy ((char *)valbuf + offset, &val, reglen);
2784 memcpy ((char *)valbuf + offset, &val, m);
3244 ia64_store_return_value (struct type *type, struct regcache *regcache, const void *valbuf)
3249 convert_typed_floating (valbuf, type, to, builtin_type_ia64_ext);
3254 regcache_cooked_write (regcache, IA64_GR8_REGNUM, valbuf);
2741 ia64_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
3243 ia64_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
/freebsd-10.1-release/lib/libjail/
H A Djail.c730 char valbuf[INET6_ADDRSTRLEN]; local
754 strlcpy(valbuf, bool_values[ival],
755 sizeof(valbuf));
761 strlcpy(valbuf, jailsys_values[ival],
762 sizeof(valbuf));
765 snprintf(valbuf, sizeof(valbuf), "%d", ival);
768 snprintf(valbuf, sizeof(valbuf), "%u",
772 snprintf(valbuf, sizeo
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dhash.c102 char c, *keybuf, *valbuf;
159 valbuf = apr_palloc(iterpool, vallen + 1);
160 SVN_ERR(svn_stream_read(stream, valbuf, &vallen));
161 valbuf[vallen] = '\0';
172 svn_string_ncreate(valbuf, vallen, pool));
408 void *valbuf;
415 valbuf = apr_palloc(pool, vallen + 1);
417 valbuf, vallen,
419 ((char *) valbuf)[vallen] = '\0';
426 value->data = valbuf;
99 char c, *keybuf, *valbuf; local
405 void *valbuf; local
[all...]
/freebsd-10.1-release/lib/libc/rpc/
H A Dnetnamer.c199 char valbuf[1024]; local
205 if (getnetid(netname, valbuf)) {
206 val = valbuf;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dload.c242 char *valbuf;
247 SVN_ERR(read_key_or_val(&valbuf, actual_length,
249 propstring.data = valbuf;
241 char *valbuf; local
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c536 char valbuf[32]; local
663 (void) snprintf(valbuf, sizeof (valbuf),
665 valstr = valbuf;

Completed in 315 milliseconds