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

/freebsd-10.1-release/usr.bin/join/
H A Djoin.c91 u_long fieldno; /* field number */ member in struct:__anon11807
464 outfield(lp, olist[cnt].fieldno, 0);
493 outfield(lp1, olist[cnt].fieldno, 0);
495 outfield(lp2, olist[cnt].fieldno, 0);
516 outfield(LINE *lp, u_long fieldno, int out_empty) argument
521 if (lp->fieldcnt <= fieldno || out_empty) {
525 if (*lp->fields[fieldno] == '\0')
527 (void)printf("%s", lp->fields[fieldno]);
541 u_long fieldno, filenum; local
548 filenum = fieldno
[all...]
/freebsd-10.1-release/contrib/gdb/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.c208 int fieldno = -1;
228 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type);
229 fieldno++)
231 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno);
235 subfieldno = fieldno;
240 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type);
241 fieldno++)
243 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno);
206 int fieldno = -1; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp815 unsigned fieldno = 0; local
817 E = CXXDecl->captures_end(); I != E; ++I, ++Field, ++fieldno) {
831 layout.getFieldOffset(fieldno), VUnit, RecordTy);
844 layout.getFieldOffset(fieldno), VUnit, RecordTy);

Completed in 105 milliseconds