Searched refs:fields (Results 1 - 25 of 127) sorted by relevance

123456

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dparsefields.c10 wordtab_t *f, *fields; local
14 fields = NULL;
32 if (fields == NULL) {
33 fields = malloc(2 * sizeof(*fields));
35 fields = realloc(fields, (num + 1) * sizeof(*fields));
36 if (fields == NULL) {
43 fields[nu
[all...]
H A Dprinthashnode.c13 printhashnode(iph, ipep, copyfunc, opts, fields)
18 wordtab_t *fields;
30 if (fields != NULL) {
31 for (i = 0; fields[i].w_value != 0; i++) {
33 if (fields[i + 1].w_value != 0)
H A Dprintpoolnode.c13 printpoolnode(np, opts, fields)
16 wordtab_t *fields;
20 if (fields != NULL) {
21 for (i = 0; fields[i].w_value != 0; i++) {
23 if (fields[i + 1].w_value != 0)
H A Dprintdstlist.c11 printdstlist(pp, copyfunc, name, opts, nodes, fields)
17 wordtab_t *fields;
28 if (fields == NULL)
50 node = printdstlistnode(n, bcopywrap, opts, fields);
H A Dprinthash.c13 printhash(hp, copyfunc, name, opts, fields)
18 wordtab_t *fields;
31 if (fields == NULL)
46 ipep = printhashnode(&iph, ipep, copyfunc, opts, fields);
H A Dprintpool_live.c13 printpool_live(pool, fd, name, opts, fields)
18 wordtab_t *fields;
28 if (fields == NULL)
55 (void) printpoolnode(&entry, opts, fields);
H A Dprinthash_live.c13 printhash_live(hp, fd, name, opts, fields)
18 wordtab_t *fields;
28 if (fields == NULL)
58 (void) printhashnode(hp, &entry, bcopywrap, opts, fields);
H A Dprintdstlistnode.c11 printdstlistnode(inp, copyfunc, opts, fields)
15 wordtab_t *fields;
33 if (fields != NULL) {
34 for (i = 0; fields[i].w_value != 0; i++) {
36 if (fields[i + 1].w_value != 0)
H A Dprintdstl_live.c17 printdstl_live(d, fd, name, opts, fields)
22 wordtab_t *fields;
41 if (fields == NULL)
70 (void) printdstlistnode(entry, bcopywrap, opts, fields);
H A Dprintpool.c13 printpool(pp, copyfunc, name, opts, fields)
18 wordtab_t *fields;
52 ipnpn = printpoolnode(ipnp, opts, fields);
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmep-ibld.c45 #define FLD(f) (fields->f)
243 CGEN_FIELDS * fields,
260 CGEN_FIELDS_BITSIZE (fields), value);
265 (unsigned) CGEN_FIELDS_BITSIZE (fields)),
270 /* ??? It would be better to scan the format's fields.
283 fields, buffer, pc);
501 The extracted fields are stored in FIELDS.
512 CGEN_FIELDS *fields,
518 CGEN_FIELDS_BITSIZE (fields) = CGEN_INSN_BITSIZE (insn);
530 ex_info, insn_value, fields, p
240 insert_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN * insn, CGEN_FIELDS * fields, CGEN_INSN_BYTES_PTR buffer, bfd_vma pc) argument
506 extract_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, CGEN_FIELDS *fields, bfd_vma pc) argument
557 mep_cgen_insert_operand(CGEN_CPU_DESC cd, int opindex, CGEN_FIELDS * fields, CGEN_INSN_BYTES_PTR buffer, bfd_vma pc ATTRIBUTE_UNUSED) argument
1051 mep_cgen_extract_operand(CGEN_CPU_DESC cd, int opindex, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, CGEN_FIELDS * fields, bfd_vma pc) argument
1471 mep_cgen_get_int_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, const CGEN_FIELDS * fields) argument
1746 mep_cgen_get_vma_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, const CGEN_FIELDS * fields) argument
2029 mep_cgen_set_int_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, int value) argument
2278 mep_cgen_set_vma_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, bfd_vma value) argument
[all...]
H A Dmep-asm.c676 const char ** strp_in, CGEN_FIELDS * fields)
689 errmsg = mep_cgen_parse_operand (cd, opindex, strp, fields);
735 CGEN_FIELDS * fields)
744 errmsg = parse_mep_alignu (cd, strp, MEP_OPERAND_ADDR24A4, (unsigned long *) (& fields->f_24u8a4n));
747 errmsg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CALLNUM, (unsigned long *) (& fields->f_callnum));
750 errmsg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CCCC, (unsigned long *) (& fields->f_rm));
753 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr, & fields->f_ccrn);
756 errmsg = cgen_parse_signed_integer (cd, strp, MEP_OPERAND_CDISP8, (long *) (& fields->f_8s24));
759 errmsg = parse_mep_align (cd, strp, MEP_OPERAND_CDISP8A2, (long *) (& fields->f_8s24a2));
762 errmsg = parse_mep_align (cd, strp, MEP_OPERAND_CDISP8A4, (long *) (& fields
674 mep_cgen_expand_macros_and_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp_in, CGEN_FIELDS * fields) argument
731 mep_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1161 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
1302 mep_cgen_assemble_insn(CGEN_CPU_DESC cd, const char *str, CGEN_FIELDS *fields, CGEN_INSN_BYTES_PTR buf, char **errmsg) argument
[all...]
H A Dmep-dis.c510 CGEN_FIELDS *fields,
520 print_normal (cd, info, fields->f_24u8a4n, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length);
523 print_normal (cd, info, fields->f_callnum, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length);
526 print_normal (cd, info, fields->f_rm, 0, pc, length);
529 print_keyword (cd, info, & mep_cgen_opval_h_ccr, fields->f_ccrn, 0|(1<<CGEN_OPERAND_VIRTUAL));
532 print_normal (cd, info, fields->f_8s24, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
535 print_normal (cd, info, fields->f_8s24a2, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
538 print_normal (cd, info, fields->f_8s24a4, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
541 print_normal (cd, info, fields->f_8s24a8, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
544 print_normal (cd, info, fields
506 mep_cgen_print_operand(CGEN_CPU_DESC cd, int opindex, void * xinfo, CGEN_FIELDS *fields, void const *attrs ATTRIBUTE_UNUSED, bfd_vma pc, int length) argument
877 print_insn_normal(CGEN_CPU_DESC cd, void *dis_info, const CGEN_INSN *insn, CGEN_FIELDS *fields, bfd_vma pc, int length) argument
976 CGEN_FIELDS fields; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py17 # fields enclosed by brackets "[]" replaced with your own identifying
28 __slots__ = "fields", "rjustfields", "maxfieldlen", "lines"
31 def __init__(self, fields, rjustfields=()):
33 self.fields = fields
35 self.maxfieldlen = dict.fromkeys(fields, 0)
45 for f in self.fields:
53 d = dict([(f, f.upper()) for f in self.fields])
59 for i in range(len(self.fields)):
64 if self.fields[
[all...]
H A Duserspace.py17 # fields enclosed by brackets "[]" replaced with your own identifying
52 if field not in options.fields:
152 fields = ("type", "name", "used", "quota")
168 parser.add_option("-o", dest="fields", metavar="field[,...]",
170 help=_("print only these fields (eg type,name,used,quota)"))
172 type="choice", choices=fields, default=list(),
176 type="choice", choices=fields, #-s sets the default
188 options.fields = options.fields.split(",")
189 for f in options.fields
[all...]
H A Dholds.py17 # fields enclosed by brackets "[]" replaced with your own identifying
60 fields = ("name", "tag", "timestamp")
64 t = zfs.table.Table(fields, rjustfields)
/freebsd-10-stable/usr.sbin/nscd/
H A Dparser.c68 strbreak(char *str, char **fields, int fields_size) argument
76 ((*fields =
79 if ((*(*fields)) != '\0') {
80 ++fields;
375 char *fields[128]; local
393 field_count = strbreak(buffer, fields, sizeof(fields));
399 switch (fields[0][0]) {
405 (strcmp(fields[0], "enable-cache") == 0) &&
406 (check_cachename(fields[
[all...]
/freebsd-10-stable/contrib/ncurses/form/
H A Dfrm_def.c119 | Description : Break association between form and array of fields.
128 FIELD **fields;
130 for (fields = form->field; *fields; fields++)
132 if (form == (*fields)->form)
133 (*fields)->form = (FORM *)0;
147 | Function : static int Connect_Fields(FORM *form, FIELD **fields)
149 | Description : Set association between form and array of fields.
157 Connect_Fields(FORM *form, FIELD **fields)
127 FIELD **fields; local
156 Connect_Fields(FORM *form, FIELD **fields) argument
264 Associate_Fields(FORM *form, FIELD **fields) argument
298 new_form(FIELD **fields) argument
364 set_form_fields(FORM *form, FIELD **fields) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h41 int split(char *string, char *fields[], int nfields, const char *sep);
H A Dsplit.c36 * split - divide a string into fields, like awk split()
38 * returns number of fields, including overflow
40 * fields[] list is not NULL-terminated
41 * nfields number of entries available in fields[]
45 split(char *string, char *fields[], int nfields, const char *sep) argument
52 char **fp = fields;
85 /* we have overflowed the fields vector -- just count them */
115 /* we have overflowed the fields vector -- just count them */
188 char *fields[MNF]; local
197 (void) split(buf, fields, MN
216 char *fields[NF]; local
224 print(int nf, int nfp, char *fields) argument
309 char *fields[RNF+1]; local
[all...]
/freebsd-10-stable/lib/libc/regex/grot/
H A Dsplit.c10 - split - divide a string into fields, like awk split()
11 == int split(char *string, char *fields[], int nfields, char *sep);
12 - fields: list is not NULL-terminated
13 - nfields: number of entries available in fields[]
16 int /* number of fields, including overflow */
17 split(char *string, char *fields[], int nfields, char *sep) argument
24 char **fp = fields;
57 /* we have overflowed the fields vector -- just count them */
87 /* we have overflowed the fields vector -- just count them */
160 char *fields[MN local
188 char *fields[NF]; local
196 print(int nf, int nfp, char *fields[]) argument
281 char *fields[RNF+1]; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dcoverage.c614 tree field, fields;
618 fields = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
622 TREE_CHAIN (field) = fields;
623 fields = field;
631 TREE_CHAIN (field) = fields;
632 fields = field;
634 finish_builtin_struct (type, "__gcov_fn_info", fields, NULL_TREE);
647 tree fields = TYPE_FIELDS (type);
652 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (),
654 fields
610 tree field, fields; local
643 tree fields = TYPE_FIELDS (type); local
684 tree field, fields = NULL_TREE; local
721 tree fields = TYPE_FIELDS (type); local
783 tree field, fields = NULL_TREE; local
[all...]
/freebsd-10-stable/contrib/less/
H A Dmkutable47 my @fields = split /;/;
48 next if not @fields;
50 my $codes = $fields[0];
55 $lo_code = $hi_code = hex $fields[0];
57 my $type = $fields[$type_field];
/freebsd-10-stable/usr.bin/stat/tests/
H A Dstat_test.sh136 # The order/name of each of the fields is specified by stat(1) manpage.
137 fields="st_dev st_ino st_mode st_nlink"
138 fields="$fields st_uid st_gid st_rdev st_size"
139 fields="$fields st_uid st_gid st_mode"
140 fields="$fields st_atime st_mtime st_ctime st_birthtime"
141 fields="$fields st_blksiz
[all...]
/freebsd-10-stable/contrib/ofed/usr.lib/libibmad/
H A DMakefile16 SRCS= dump.c fields.c gs.c mad.c portid.c register.c resolve.c rpc.c sa.c \

Completed in 236 milliseconds

123456