Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bsnmp/lib/
H A Dtc.def46 5 readOnly
/freebsd-13.1/contrib/bmake/
H A Dvar.c206 bool readOnly:1; member
348 bool shortLived, bool fromEnvironment, bool readOnly) in VarNew() argument
358 var->readOnly = readOnly; in VarNew()
984 if (v->readOnly && !(flags & VAR_SET_READONLY)) { in Var_SetWithFlags()
1094 } else if (v->readOnly) { in Var_Append()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp767 KEYWORD(readOnly); in LexIdentifier()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c57549 if( !readOnly ){
57645 pPager->readOnly = (u8)readOnly;
59385 return pPager->readOnly;
63670 if( pWal->readOnly ){
79974 p->readOnly = 1;
80003 p->readOnly = 0;
90513 assert( p->readOnly==0 );
93061 assert( p->readOnly==0 );
93111 assert( p->readOnly==0 );
93170 assert( p->readOnly==0 );
[all …]