Searched refs:Scp (Results 1 – 4 of 4) sorted by relevance
188 Char Scp; in tprintf() local223 Scp = (grp < gcnt) ? PRCHROOT : PRCH; in tprintf()226 Scp = (uid == 0 || euid == 0) ? PRCHROOT : PRCH; in tprintf()228 if (Scp != '\0') in tprintf()229 Strbuf_append1(&buf, attributes | Scp); in tprintf()349 Scp = *cp; in tprintf()350 if (Scp == 'c') /* store format type (c == .) */ in tprintf()351 Scp = '.'; in tprintf()356 if (Scp == '~' || Scp == '.' ) { in tprintf()369 if (Scp == '.' || Scp == 'C') { in tprintf()[all …]
1803 CapabilityExpr Scp; in handleCall() local1816 Scp = CapabilityExpr(Placeholder.first, Placeholder.second, false); in handleCall()1893 if (!Scp.shouldIgnore()) in handleCall()1904 if (!Scp.shouldIgnore()) in handleCall()1928 !Scp.shouldIgnore() ? FactEntry::Managed : FactEntry::Acquired; in handleCall()1936 if (!Scp.shouldIgnore()) { in handleCall()1938 auto ScopedEntry = std::make_unique<ScopedLockableFactEntry>(Scp, Loc); in handleCall()
684 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPAbortCmd_t, Scp), flag); in saSMPAbort()
420 bit32 Scp; member