Searched refs:fieldno (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/join/
H A Djoin.c76 u_long fieldno; /* field number */ member in struct:__anon25
424 outfield(lp, olist[cnt].fieldno, 0);
460 outfield(lp1, olist[cnt].fieldno, 0);
462 outfield(lp2, olist[cnt].fieldno, 0);
483 outfield(LINE *lp, u_long fieldno, int out_empty) argument
488 if (lp->fieldcnt <= fieldno || out_empty) {
492 if (*lp->fields[fieldno] == '\0')
494 fputs(lp->fields[fieldno], stdout);
508 u_long fieldno, filenum; local
515 filenum = fieldno
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvalues.c797 value_static_field (struct type *type, int fieldno)
801 if (TYPE_FIELD_STATIC_HAS_ADDR (type, fieldno))
803 retval = value_at (TYPE_FIELD_TYPE (type, fieldno),
804 TYPE_FIELD_STATIC_PHYSADDR (type, fieldno),
809 char *phys_name = TYPE_FIELD_STATIC_PHYSNAME (type, fieldno);
820 retval = value_at (TYPE_FIELD_TYPE (type, fieldno),
835 SET_FIELD_PHYSADDR (TYPE_FIELD (type, fieldno),
892 int fieldno, struct type *arg_type)
898 type = TYPE_FIELD_TYPE (arg_type, fieldno);
902 if (TYPE_FIELD_BITSIZE (arg_type, fieldno))
791 value_static_field(struct type *type, int fieldno) argument
885 value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
955 value_field(struct value *arg1, int fieldno) argument
1031 unpack_field_as_long(struct type *type, const char *valaddr, int fieldno) argument
[all...]
H A Dvalue.h310 int fieldno);
387 extern struct value *value_static_field (struct type *type, int fieldno);
399 extern struct value *value_field (struct value *arg1, int fieldno);
402 int fieldno,
H A Deval.c205 int fieldno = -1;
225 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type);
226 fieldno++)
228 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno);
232 subfieldno = fieldno;
237 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type);
238 fieldno++)
240 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno);
203 int fieldno = -1; local
[all...]
H A Dada-lang.c366 int fieldno;
367 for (fieldno = 0; fieldno < TYPE_NFIELDS (type); fieldno++)
368 if (field_name_match (TYPE_FIELD_NAME (type, fieldno), field_name))
369 return fieldno;
5313 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
5319 type = TYPE_FIELD_TYPE (arg_type, fieldno);
5323 if (TYPE_FIELD_BITSIZE (arg_type, fieldno) != 0)
5325 int bit_pos = TYPE_FIELD_BITPOS (arg_type, fieldno);
365 int fieldno; local
5303 ada_value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1523 unsigned fieldno = 0; local
1526 I != E; ++I, ++Field, ++fieldno) {
1537 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl);
1549 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c1063 static int fieldno = 0; local
1066 sprintf (fake, ".fake_field%d", fieldno++);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c1058 static int fieldno = 0; local
1061 sprintf (fake, ".fake_field%d", fieldno++);

Completed in 164 milliseconds