Searched refs:Pty (Results 1 – 4 of 4) sorted by relevance
3 Copyright 1995-2014 Mort Bay Consulting Pty Ltd.6 The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
279 … <Bundle-Copyright>Copyright (c) 2008-2014 Mort Bay Consulting Pty. Ltd.</Bundle-Copyright>
707 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */708 #define VKI_TIOCSPTLCK _VKI_IOW('T',0x31, int) /* Lock/unlock Pty */
683 PointerType *Pty = gv->getType(); in canDemoteGlobalVar() local684 if (Pty->getAddressSpace() != llvm::ADDRESS_SPACE_SHARED) in canDemoteGlobalVar()