HomeSort by: relevance | last modified time | path
    Searched refs:readOnly (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/scripts/
test056-monitor 82 structuralObjectClass entryDN namingContexts readOnly \
  /src/usr.bin/make/
var.c 186 * Use .[NO]READONLY: to adjust.
190 bool readOnly:1;
426 bool shortLived, bool fromEnvironment, bool readOnly)
436 var->readOnly = readOnly;
603 if (v->readOnly) {
1095 if (v->readOnly && !(flags & VAR_SET_READONLY)) {
1210 } else if (v->readOnly) {
1334 v->readOnly = bf;
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 680 KEYWORD(readonly);
766 KEYWORD(readOnly);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 766 #define SQLITE_READONLY 8 /* Attempt to write a readonly database */
4026 ** <tr><td> file:data.db?mode=readonly <td>
4027 ** An error. "readonly" is not a valid option for the "mode" parameter.
    [all...]

Completed in 129 milliseconds