| /src/sys/arch/atari/stand/tostools/libtos/ |
| tosdefs.h | 81 const char * ostype; member in struct:osdsc
|
| /src/sys/compat/common/ |
| kern_info_43.c | 148 char *ostype; member in struct:bsdi_si 259 strlen(ostype) + strlen(cpu_model) + 283 COPY(ostype);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| pointer-query.h | 246 int ostype; member in struct:access_data 271 inline tree compute_objsize (tree ptr, int ostype, access_ref *pref) 273 return compute_objsize (ptr, nullptr, ostype, pref, (range_query *)nullptr); 279 inline tree compute_objsize (tree ptr, int ostype, tree *pdecl = nullptr, 282 return compute_objsize (ptr, nullptr, ostype, pdecl, poff, rvals);
|
| gimple-ssa-warn-restrict.cc | 704 int ostype = 1; local 725 ostype = 0; 733 ostype = 0; 741 ostype = 0; 785 if (ptrqry.get_ref (dst.base, call, &aref, ostype) && aref.base0) 794 if (ptrqry.get_ref (src.base, call, &aref, ostype) && aref.base0)
|
| tree-ssa-strlen.cc | 2065 const int ostype = rawmem ? 0 : 1; local 2074 tree destsize = compute_objsize (dest, stmt, ostype, &aref, &ptr_qry);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pointer-query.h | 243 int ostype; member in struct:access_data 268 inline tree compute_objsize (tree ptr, int ostype, access_ref *pref) 270 return compute_objsize (ptr, nullptr, ostype, pref, (range_query *)nullptr); 276 inline tree compute_objsize (tree ptr, int ostype, tree *pdecl = nullptr, 279 return compute_objsize (ptr, nullptr, ostype, pdecl, poff, rvals);
|
| gimple-ssa-warn-restrict.cc | 701 int ostype = 1; local 722 ostype = 0; 730 ostype = 0; 738 ostype = 0; 782 if (ptrqry.get_ref (dst.base, call, &aref, ostype) && aref.base0) 791 if (ptrqry.get_ref (src.base, call, &aref, ostype) && aref.base0)
|
| tree-ssa-strlen.cc | 2077 const int ostype = rawmem ? 0 : 1; local 2086 tree destsize = compute_objsize (dest, stmt, ostype, &aref, &ptr_qry);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| sa.c | 846 dmu_objset_type_t ostype = dmu_objset_type(os); local 867 if (ostype == DMU_OST_ZFS && sa_attr_count == 0) 875 if (ostype == DMU_OST_ZFS) { 949 if (ostype == DMU_OST_ZFS) { 1000 dmu_objset_type_t ostype = dmu_objset_type(os); local 1094 if (ostype == DMU_OST_ZFS) {
|