Home
last modified time | relevance | path

Searched refs:Scp (Results 1 – 4 of 4) sorted by relevance

/src/contrib/tcsh/
H A Dtc.prompt.c188 Char Scp; in tprintf() local
223 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 …]
/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1803 CapabilityExpr Scp; in handleCall() local
1816 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()
/src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasmp.c684 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPAbortCmd_t, Scp), flag); in saSMPAbort()
H A Dsampidefs.h420 bit32 Scp; member