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

  /src/external/bsd/kyua-cli/dist/utils/sqlite/
database.cpp 53 bool owned; member in struct:utils::sqlite::database::impl
62 owned(owned_)
76 if (owned && db != NULL)
  /src/external/ibm-public/postfix/dist/conf/
postfix-script 340 # Check Postfix root-owned directory owner/permissions.
344 -exec $WARN not owned by root: {} \;
350 # Check Postfix root-owned directory tree owner/permissions.
361 -exec $WARN not owned by root: {} \;
366 # Check Postfix mail_owner-owned directory tree owner/permissions.
369 -exec $WARN not owned by $mail_owner: {} \;
374 # Check Postfix mail_owner-owned directory tree owner.
379 -exec $WARN not owned by $mail_owner: {} \;
385 -exec $WARN not owned by $mail_owner: $queue_directory/maildrop \;
387 # Check Postfix setgid_group-owned directory and file group/permissions
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
rich-location.h 617 label_text (char *buffer, bool owned)
618 : m_buffer (buffer), m_owned (owned)
  /src/external/bsd/lutok/dist/
state.cpp 224 bool owned; member in struct:lutok::state::impl
232 owned(owned_)
270 if (_pimpl->owned && _pimpl->lua_state != NULL)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d 1164 bool owned = true;
1201 owned = false;
1216 return new Pid(id, owned);
2260 enforce!ProcessException(owned, "Can't wait on a detached process");
2310 enforce!ProcessException(owned, "Can't wait on a detached process");
2371 bool owned;
2382 this.owned = true;
2387 this.owned = false;
2392 this(int id, bool owned) @safe pure nothrow
2395 this.owned = owned
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1874 label_text (char *buffer, bool owned)
1875 : m_buffer (buffer), m_caller_owned (owned)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 30 return "-dealloc sent to non-exclusively owned object";
32 return "freeing non-exclusively owned object";
36 return "Method should return an owned object";
51 "not owned at this point by the caller";
119 case RefVal::Owned:
500 os << "Object is now not exclusively owned";
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
target.go 258 // data layout. The returned TargetData is owned by the caller, who is
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c 1028 boolean_t owned = B_FALSE; local
1043 owned = B_TRUE;
1097 if (owned)
1630 * Check if the receive is still running. If so, it will be owned.
zvol.c 1245 boolean_t owned = B_FALSE; local
1263 owned = B_TRUE;
1279 if (owned) {

Completed in 110 milliseconds