Searched refs:string (Results 251 - 275 of 10374) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dkerneldiskrep.h51 std::string mainExecutablePath();
54 std::string format();
57 std::string recommendedIdentifier(const SigningContext &ctx);
H A Ddetachedrep.h51 DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source); // SuperBlob of all architectures
52 DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source); // one architecture + globals
57 const std::string &source() const { return mSource; }
64 std::string mSource; // source description (readable)
H A Dkerneldiskrep.cpp62 string KernelDiskRep::recommendedIdentifier(const SigningContext &)
66 return string("kernel.") + names.sysname;
74 string KernelDiskRep::format()
84 string KernelDiskRep::mainExecutablePath()
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DSemanticException.hpp20 SemanticException(const ANTLR_USE_NAMESPACE(std)string& s)
24 SemanticException(const ANTLR_USE_NAMESPACE(std)string& s,
25 const ANTLR_USE_NAMESPACE(std)string& fileName_,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dkerneldiskrep.h51 std::string mainExecutablePath();
54 std::string format();
57 std::string recommendedIdentifier(const SigningContext &ctx);
H A Ddetachedrep.h51 DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source); // SuperBlob of all architectures
52 DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source); // one architecture + globals
57 const std::string &source() const { return mSource; }
64 std::string mSource; // source description (readable)
H A Dkerneldiskrep.cpp62 string KernelDiskRep::recommendedIdentifier(const SigningContext &)
66 return string("kernel.") + names.sysname;
74 string KernelDiskRep::format()
84 string KernelDiskRep::mainExecutablePath()
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A Dc++utils.h4 #include <string>
7 std::string StringFromCFString(CFStringRef theString);
8 CFStringRef CFStringFromString(std::string theString);
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DVariadicFunctionTest.cpp19 std::string StringCatImpl(ArrayRef<const std::string *> Args) {
20 std::string S;
25 const VariadicFunction<std::string, std::string, StringCatImpl> StringCat = {};
59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) {
67 const VariadicFunction1<int, std::string *, std::string,
71 std::string S
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DX86DisassemblerShared.h13 #include <string>
14 #include <string.h>
20 std::string name; \
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dstrtol.c24 * Convert an ASCII string into an integer.
27 * The return value is the integer equivalent of string. If endPtr is
29 * one that was part of the integer. If string doesn't contain a valid
30 * integer value, then zero is returned and *endPtr is set to string.
40 CONST char *string, /* String of ASCII digits, possibly preceded
48 * leading characters of string: "0x" means
59 p = string;
78 *endPtr = (char *) string;
38 strtol( CONST char *string, char **endPtr, int base) argument
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DToolRunner.cpp32 cl::opt<std::string>
36 cl::opt<std::string>
40 cl::opt<std::string>
44 cl::opt<std::string>
48 cl::opt<std::string>
63 std::string *ErrMsg = 0) {
137 static std::string ProcessFailure(sys::Path ProgPath, const char** Args,
148 std::string ErrMsg;
175 std::string LLIPath; // The path to the LLI executable
176 std::vector<std::string> ToolArg
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-31316.js36 var string = ''; variable
46 string = '<p>Some<br />test</p>';
47 actualmatch = string.match(pattern);
61 strings[i] = string;
/macosx-10.10.1/Libc-1044.1.2/string/
H A Dbcopy.c24 #include <platform/string.h>
H A Dstrcpy.c24 #include <string.h>
29 // The stpcpy() and strcpy() functions copy the string src to dst
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPExtRequest.h16 LDAPExtRequest(const std::string& oid, const std::string& data,
24 std::string m_oid;
25 std::string m_data;
H A DLDAPRebindAuth.cpp14 LDAPRebindAuth::LDAPRebindAuth(const string& dn, const string& pwd){
32 const string& LDAPRebindAuth::getDN() const{
37 const string& LDAPRebindAuth::getPassword() const{
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DSixCharacterHash.cpp31 #include <string.h>
37 unsigned sixCharacterHashStringToInteger(const char* string) argument
41 RELEASE_ASSERT(strlen(string) == 6);
45 unsigned c = string[i];
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cf/
H A DWKStringCF.mm56 String string(cfString);
57 return toCopiedAPI(string);
62 ASSERT(!toImpl(stringRef)->string().isNull());
66 if (toImpl(stringRef)->string().is8Bit())
67 return CFStringCreateWithBytes(allocatorRef, reinterpret_cast<const UInt8*>(toImpl(stringRef)->string().characters8()), toImpl(stringRef)->string().length(), kCFStringEncodingISOLatin1, true);
68 return CFStringCreateWithCharacters(allocatorRef, reinterpret_cast<const UniChar*>(toImpl(stringRef)->string().characters16()), toImpl(stringRef)->string().length());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSURLExtras.h30 + (instancetype)_web_URLWithWTFString:(const String&)string;
31 + (instancetype)_web_URLWithWTFString:(const String&)string relativeToURL:(NSURL *)baseURL;
/macosx-10.10.1/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_dso.h27 #include <string.h>
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dsavestring.c26 # include <string.h>
H A Dxmalloc.c83 xfree (string)
84 PTR_T string;
86 if (string)
87 free (string);
/macosx-10.10.1/bc-21/bc/dc/
H A Dstring.c2 * implement string functions for dc
39 # include <string.h> /* memcpy */
54 char *s_ptr; /* pointer to base of string */
55 size_t s_len; /* length of counted string */
61 /* return a duplicate of the string in the passed value */
74 result.v.string = value;
84 struct dc_string *string = *value;
86 if (--string->s_refs < 1){
87 free(string->s_ptr); variable
88 free(string);
83 struct dc_string *string = *value; variable in typeref:struct:dc_string
118 struct dc_string *string; variable in typeref:struct:dc_string
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllload.c51 #include <string.h>

Completed in 133 milliseconds

<<11121314151617181920>>