Searched defs:put (Results 26 - 50 of 169) sorted by relevance

1234567

/macosx-10.9.5/adv_cmds-153/stty/
H A Dprint.c105 #define put(n, f, d) \ macro
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dsacl_cache_clnt.c190 static void put(char *query) function
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dimage.rb329 def put(data, *opts) method in class:TkPhotoImage
/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzwrite.c170 unsigned put = len; local
H A Dinfback.c259 unsigned char FAR *put; /* next output */ local
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dgzwrite.c148 unsigned put = len; local
H A Dinfback.c250 unsigned char FAR *put; /* next output */ local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dbutton.el[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMap.java246 public Object put(Object key, Object value) { method in class:StoredMap
H A DStoredContainer.java306 Object put(final Object key, final Object value) { method in class:StoredContainer
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dhash.h158 inline void* Hashtable::put(const UnicodeString& key, void* value, UErrorCode& status) { function in class:Hashtable
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSActivation.cpp192 void JSActivation::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSActivation
H A DJSProxy.cpp91 void JSProxy::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSProxy
H A DNumberConstructor.cpp85 void NumberConstructor::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::NumberConstructor
H A DRegExpMatchesArray.h94 static void put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue v, PutPropertySlot& slot) function in class:JSC::RegExpMatchesArray
H A DStringObject.cpp71 void StringObject::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::StringObject
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dreqmaker.h52 void put(const T &value) { *alloc<Endian<T> >(sizeof(T)) = value; } function in class:Security::CodeSigning::Requirement::Maker
53 void put(ExprOp op) { put(uint32_t(op)); } function in class:Security::CodeSigning::Requirement::Maker
54 void put(MatchOperation op) { put(uint32_t(op)); } function in class:Security::CodeSigning::Requirement::Maker
55 void put(const std::string &s) { putData(s.data(), s.size()); } function in class:Security::CodeSigning::Requirement::Maker
56 void put(const char *s) { putData(s, strlen(s)); } function in class:Security::CodeSigning::Requirement::Maker
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dbuffers.h76 size_t put(const void *data, size_t length) function in class:Security::Buffer
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dreqmaker.h52 void put(const T &value) { *alloc<Endian<T> >(sizeof(T)) = value; } function in class:Security::CodeSigning::Requirement::Maker
53 void put(ExprOp op) { put(uint32_t(op)); } function in class:Security::CodeSigning::Requirement::Maker
54 void put(MatchOperation op) { put(uint32_t(op)); } function in class:Security::CodeSigning::Requirement::Maker
55 void put(const std::string &s) { putData(s.data(), s.size()); } function in class:Security::CodeSigning::Requirement::Maker
56 void put(const char *s) { putData(s, strlen(s)); } function in class:Security::CodeSigning::Requirement::Maker
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dbuffers.h76 size_t put(const void *data, size_t length) function in class:Security::Buffer
/macosx-10.9.5/WebCore-7537.78.1/bridge/jsc/
H A DBridgeJSC.h109 virtual void put(JSObject*, ExecState*, PropertyName, JSValue, PutPropertySlot&) { } function in class:JSC::Bindings::Instance
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.cpp139 void RuntimeArray::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::RuntimeArray
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dtcap.c256 static int put (int c) function
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinfback.c279 unsigned char FAR *put; /* next output */ local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCursor.java812 public OperationStatus put(final DatabaseEntry key, method in class:Cursor
[all...]

Completed in 313 milliseconds

1234567