Searched refs:ostype (Results 1 – 6 of 6) sorted by relevance
22 ostype.o percent.o31 $(srcdir)/ostype.c $(srcdir)/percent.c68 tst_ostype: $(srcdir)/ostype.c71 $(srcdir)/ostype.c $(ALL_CFLAGS)180 ostype.o: $(srcdir)/ostype.c $(top_builddir)/lib/config.h \
22 ostype.c \
24 com.apple.main-thread < 122> read packet: $cputype:16777223;cpusubtype:3;ostype:macosx;watchpoint_e…
439 read packet: $cputype:16777223;cpusubtype:3;ostype:darwin;vendor:apple;endian:little;ptrsize:8;#00445 ostype: is a string the represents the OS being debugged (darwin, linux, freebsd)471 …:ecf;real-gid:b;effective-uid:ecf;effective-gid:b;cputype:7;cpusubtype:3;ostype:macosx;vendor:appl…476 …eal-gid:b;effective-uid:ecf;effective-gid:b;cputype:1000007;cpusubtype:3;ostype:macosx;vendor:appl…488 ostype: is a string the represents the OS being debugged (darwin, linux, freebsd)
1436 … llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; in IsTokenWithFormat() local1437 if ((ostype == llvm::Triple::FreeBSD) || (ostype == llvm::Triple::Linux)) in IsTokenWithFormat()