HomeSort by: relevance | last modified time | path
    Searched defs:postype (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/miscfs/procfs/
procfs_linux.c 685 const char *postype, *posrelease, *pversion; local
742 postype = lostype;
746 postype = ostype;
756 postype, posrelease, emulname,
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 1162 tree postype = TREE_TYPE (pos); local
1164 if (pos == error_mark_node || !postype)
1177 if (!INTEGRAL_TYPE_P (postype))
1185 atname, postype);
1189 atname, argno, postype);
  /src/external/bsd/libpcap/dist/
pcap-npf.c 1471 int postype = 0; local
1484 "PosType",
1487 (char*)&postype,
1492 postype = 0;
  /src/external/gpl3/binutils/dist/binutils/
ar.c 110 } postype = pos_default;
563 postype = pos_after;
566 postype = pos_before;
569 postype = pos_before;
811 if (postype != pos_default)
1324 if (postype == pos_default)
1331 realpos = postype;
109 } postype = pos_default; variable in typeref:enum:pos
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 117 } postype = pos_default;
576 postype = pos_after;
579 postype = pos_before;
582 postype = pos_before;
832 if (postype != pos_default)
1347 if (postype == pos_default)
1354 realpos = postype;
115 } postype = pos_default; variable in typeref:enum:pos
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 613 tree postype = TREE_TYPE (pos); local
614 if (pos == error_mark_node || !postype)
627 if (!INTEGRAL_TYPE_P (postype))
635 atname, postype);
639 atname, argno, postype);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 690 tree postype = TREE_TYPE (pos); local
691 if (pos == error_mark_node || !postype)
704 if (!INTEGRAL_TYPE_P (postype))
712 atname, postype);
716 atname, argno, postype);

Completed in 43 milliseconds