Searched refs:raw (Results 1 - 25 of 229) sorted by path

12345678910

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c663 char *raw = NULL; local
730 raw = optarg;
893 if (raw != NULL || range != NULL || type != TYPE_INVAL ||
925 if (raw != NULL || range != NULL || type != TYPE_INVAL ||
958 } else if (raw != NULL) {
961 (void) fprintf(stderr, "raw (-b) format with "
968 (void) fprintf(stderr, "raw (-b) format expects a "
984 if (translate_raw(raw, &record) != 0)
989 if (raw != NULL || range != NULL || type != TYPE_INVAL ||
H A Dzinject.h59 int translate_raw(const char *raw, zinject_record_t *record);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1149 goto raw;
1152 goto raw;
1209 raw:
1367 * this is a vector open, we just print the raw address or string.
1402 * string from the string table instead of the raw
1516 * printing raw addresses in the vectored case.
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1278 * Using raw devices instead of block devices when we're
1394 * use the non-raw path for the config
1464 nvlist_t *raw, *src, *dst; local
1504 if (nvlist_unpack(buf, statbuf.st_size, &raw, 0) != 0) {
1520 nvlist_free(raw);
1525 while ((elem = nvlist_next_nvpair(raw, elem)) != NULL) {
1537 nvlist_free(raw);
1548 nvlist_free(raw);
1554 nvlist_free(raw);
1562 nvlist_free(raw);
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py46 def __init__(self, raw):
47 """Create a FSPerms based on the dict of raw permissions
62 for whokey in raw.keys():
63 perms = raw[whokey].keys()
135 """Return a dict of raw perms {"whostr" -> {"perm" -> None}}
238 for raw in ds.get_fsacl().values():
239 for whokey in raw.keys():
330 for (fs, raw) in ds.get_fsacl().items():
331 p[fs] = FSPerms(raw)
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex509 % therein should become regular spaces in the raw index file, not the
2871 % For raw, must switch into @tex before parsing the argument, to avoid
6240 % @tex ... @end tex escapes into raw TeX temporarily.
8785 \endgroup % end raw TeX
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c148 void *raw; member in union:__anon134::__anon135
164 void *raw; member in union:__anon136::__anon137
1066 case SQLT_BIN: /* 23: raw binary, perhaps UTF-16? */
1087 stmt->out[i].buf.raw = apr_palloc(stmt->pool, stmt->out[i].sz);
1097 stmt->out[i].buf.raw = apr_palloc(stmt->pool, stmt->out[i].sz);
1100 stmt->out[i].buf.raw,
1107 stmt->out[i].buf.raw = apr_palloc(stmt->pool, stmt->out[i].sz);
1110 stmt->out[i].buf.raw,
1920 /* raw is struct { ub4 len; char *buf; } */
1921 len = *(ub4*) val->buf.raw;
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c75 /* Swaps the information in an executable header taken from a raw byte
83 /* Now fill in fields in the execp, from the bytes in the raw data. */
108 /* Now fill in fields in the raw data, from the fields in the exec struct. */
308 unsigned char *raw = (unsigned char *) natptr; local
312 H_PUT_32 (abfd, g->address, raw);
319 raw[7] = callj_mask + pcrel_mask + len_2;
321 raw[7] = pcrel_mask + len_2;
323 raw[7] = pcrel_mask + len_1;
325 raw[7] = len_2 + incode_mask;
332 raw[
754 unsigned char *raw = (unsigned char *)rptr; local
[all...]
H A Decoff.c426 void * raw = NULL;
453 raw = bfd_malloc (external_hdr_size);
454 if (raw == NULL)
458 || bfd_bread (raw, external_hdr_size, abfd) != external_hdr_size)
461 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr);
473 if (raw != NULL)
474 free (raw);
477 if (raw != NULL)
478 free (raw);
495 void * raw;
424 void * raw = NULL; local
493 void * raw; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdump.c260 unsigned char raw[255]; local
262 memset (raw, 0, 255);
263 fillup (raw);
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.am587 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
H A DMakefile.in1134 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
/freebsd-11-stable/contrib/ee/
H A Dee.c3256 raw();
3274 raw();
H A Dnew_curse.h227 extern void raw P_((void));
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex484 % therein should become regular spaces in the raw index file, not the
4858 % @tex ... @end tex escapes into raw Tex temporarily.
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h863 extern int raw(void);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Di387-fp.c199 unsigned char *raw = &fp->st_space[regno * 16]; local
204 integer = raw[7] & 0x80;
205 exponent = (((raw[9] & 0x7f) << 8) | raw[8]);
206 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]);
207 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Di387-tdep.c45 print_i387_value (char *raw, struct ui_file *file) argument
53 value = extract_typed_floating (raw, builtin_type_i387_ext);
69 print_i387_ext (unsigned char *raw, struct ui_file *file) argument
76 sign = raw[9] & 0x80;
77 integer = raw[7] & 0x80;
78 exponent = (((raw[9] & 0x7f) << 8) | raw[8]);
79 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[
240 unsigned char raw[I386_MAX_REGISTER_SIZE]; local
703 i387_tag(const unsigned char *raw) argument
[all...]
H A Dthread-db.c991 char raw[MAX_REGISTER_SIZE];
993 deprecated_read_register_gen (regno, raw);
995 supply_register (regno, raw);
985 char raw[MAX_REGISTER_SIZE]; local
H A Dxcoffread.c863 /* Next symbol to read. Pointer into raw seething symbol table. */
914 char *raw_auxptr; /* Pointer to first raw aux entry for sym */
2074 /* Swap raw symbol at *RAW and put the name in *NAME, the symbol in
2080 char **name, char **raw, unsigned int *symnump,
2083 bfd_coff_swap_sym_in (objfile->obfd, *raw, symbol);
2101 *name = ((struct external_syment *) *raw)->e.e_name;
2114 *raw += coff_data (objfile->obfd)->local_symesz;
2117 bfd_coff_swap_aux_in (objfile->obfd, *raw, symbol->n_type,
2121 *raw += coff_data (objfile->obfd)->local_symesz * symbol->n_numaux;
2071 swap_sym(struct internal_syment *symbol, union internal_auxent *aux, char **name, char **raw, unsigned int *symnump, struct objfile *objfile) argument
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-console.c37 struct ui_file *raw; member in struct:mi_console_file
46 mi_console_file_new (struct ui_file *raw, argument
52 mi_console->raw = raw;
100 fputs_unfiltered (mi_console->prefix, mi_console->raw);
103 fputs_unfiltered ("\"", mi_console->raw);
104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw);
105 fputs_unfiltered ("\"\n", mi_console->raw);
109 fputstrn_unfiltered (buf, length_buf, 0, mi_console->raw);
110 fputs_unfiltered ("\n", mi_console->raw);
[all...]
H A Dmi-console.h25 extern struct ui_file *mi_console_file_new (struct ui_file *raw,
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex476 % therein should become regular spaces in the raw index file, not the
4735 % @tex ... @end tex escapes into raw Tex temporarily.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_raw.c41 struct raw { struct
46 * Set output format to 'raw' format.
52 struct raw *raw; local
61 raw = (struct raw *)calloc(1, sizeof(*raw));
62 if (raw == NULL) {
63 archive_set_error(&a->archive, ENOMEM, "Can't allocate raw data");
66 raw
85 struct raw *raw = (struct raw *)a->format_data; local
119 struct raw *raw; local
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.c710 const unsigned char *raw, *p, *end;
714 raw = pstr->raw_mbs + pstr->raw_mbs_idx;
715 end = raw + (offset - pstr->mb_cur_max);
718 p = raw + offset - 1;
735 int mlen = raw + pstr->len - p;
752 if (raw + offset - p <= mbclen
757 pstr->valid_len = mbclen - (raw + offset - p);
709 const unsigned char *raw, *p, *end; local

Completed in 484 milliseconds

12345678910