Searched refs:oi (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-valprint.c756 int fn, oi; local
770 for (oi = 0; oi < TYPE_FN_FIELDLIST_LENGTH (type, fn); oi++)
771 if (TYPE_FN_FIELD_VIRTUAL_P (TYPE_FN_FIELDLIST1 (type, fn), oi))
777 int vx = (TYPE_FN_FIELD_VOFFSET (TYPE_FN_FIELDLIST1 (type, fn), oi)
793 = TYPE_FN_FIELD_PHYSNAME (TYPE_FN_FIELDLIST1 (type, fn), oi);
H A Dgdbtypes.c2171 int fn, oi; /* function and overloaded instance indices */ local
2182 for (oi = 0; oi < TYPE_FN_FIELDLIST_LENGTH (dclass, fn); oi++)
2183 if (TYPE_FN_FIELD_VIRTUAL_P (TYPE_FN_FIELDLIST1 (dclass, fn), oi))
/haiku-fatelf/src/bin/coreutils/src/
H A Dod.c1571 int oi = -1; local
1572 int c = getopt_long (argc, argv, short_options, long_options, &oi);
1614 xstrtol_fatal (s_err, oi, c, long_options, optarg);
1624 xstrtol_fatal (s_err, oi, c, long_options, optarg);
1635 xstrtol_fatal (s_err, oi, c, long_options, optarg);
1707 xstrtol_fatal (s_err, oi, c, long_options, optarg);
H A Ddf.c878 int oi = -1; local
880 &oi);
894 xstrtol_fatal (e, oi, c, long_options, optarg);
H A Ddu.c698 int oi = -1; local
700 long_options, &oi);
789 xstrtol_fatal (e, oi, c, long_options, optarg);
H A Dsort.c1154 specify_nmerge (int oi, char c, char const *s) argument
1178 long_options[oi].name, quote(s));
1181 long_options[oi].name, quote("2"));
1196 long_options[oi].name, quote(s));
1199 long_options[oi].name,
1203 xstrtol_fatal (e, oi, c, long_options, s);
1208 specify_sort_size (int oi, char c, char const *s) argument
1264 xstrtol_fatal (e, oi, c, long_options, s);
3287 int oi = -1; local
3297 long_options, &oi))
[all...]
H A Dpr.c797 first_last_page (int oi, char c, char const *pages)
804 xstrtol_fatal (err, oi, c, long_options, pages);
814 xstrtol_fatal (err, oi, c, long_options, pages);
883 int oi = -1;
884 int c = getopt_long (argc, argv, short_options, long_options, &oi);
915 else if (! first_last_page (oi, 0, optarg))
795 first_last_page(int oi, char c, char const *pages) argument
881 int oi = -1; local
H A Dls.c1633 int oi = -1; local
1636 long_options, &oi);
1927 xstrtol_fatal (e, oi, 0, long_options, optarg);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm32r-opinst.c762 const CGEN_OPINST **oi = & m32r_cgen_opinst_table[0]; local
765 insns[i].opinst = oi[i];
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1736 OBJECT_ID_ATTR oi; local
1739 oi = (OBJECT_ID_ATTR) {
1744 0, (u8*)&oi, sizeof(oi.object_id));
3016 OBJ_ID_INDEX_DATA *oi; local
3035 oi = (OBJ_ID_INDEX_DATA*)((u8*)idx_entry_new + data_ofs);
3036 oi->mft_reference = ref;

Completed in 165 milliseconds