Searched refs:typestr (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dfsref.h7 #define IS_FSREF(typestr) \
8 (strncmp(typestr, @encode(FSRef), sizeof(@encode(FSRef))-1) == 0)
H A Dfsspec.h7 #define IS_FSSPEC(typestr) \
8 (strncmp(typestr, @encode(FSSpec), sizeof(@encode(FSSpec))-1) == 0)
H A Dstruct-wrapper.h48 const char* typestr);
H A Dobjc_util.m476 static char struct_elem_code(const char* typestr);
479 array_elem_code(const char* typestr)
484 if (*typestr++ != _C_ARY_B) {
487 while (isdigit(*typestr)) typestr++;
489 if (*typestr == _C_ARY_E) {
493 while (typestr && *typestr != _C_ARY_E) {
494 switch(*typestr) {
496 tmp = array_elem_code(typestr);
[all...]
H A Dstruct-wrapper.m372 static int set_defaults(PyObject* self, const char* typestr)
378 while(*typestr != _C_STRUCT_E && *typestr++ != '=');
379 while(typestr && *typestr != _C_STRUCT_E) {
382 if (*typestr == '"') {
384 typestr = strchr(typestr+1, '"');
385 if (typestr) {
386 typestr
[all...]
H A Dpyobjc.h114 const char* typestr, const char* docstr);
H A Dcorefoundation.m248 PyObject* PyObjCCF_NewSpecial(char* typestr, void* datum)
251 PyObject* v = PyDict_GetItemString(PyObjC_TypeStr2CFTypeID, typestr);
253 PyErr_Format(PyExc_ValueError, "Unknown typestr: %s", typestr);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dfsref.h7 #define IS_FSREF(typestr) \
8 (strncmp(typestr, @encode(FSRef), sizeof(@encode(FSRef))-1) == 0)
H A Dfsspec.h7 #define IS_FSSPEC(typestr) \
8 (strncmp(typestr, @encode(FSSpec), sizeof(@encode(FSSpec))-1) == 0)
H A Dstruct-wrapper.h48 const char* typestr);
H A Dobjc_util.m497 static char struct_elem_code(const char* typestr);
500 array_elem_code(const char* typestr)
505 if (*typestr++ != _C_ARY_B) {
508 while (isdigit(*typestr)) typestr++;
510 if (*typestr == _C_ARY_E) {
514 while (typestr && *typestr != _C_ARY_E) {
515 switch(*typestr) {
517 tmp = array_elem_code(typestr);
[all...]
H A Dstruct-wrapper.m492 static int set_defaults(PyObject* self, const char* typestr)
498 while(*typestr != _C_STRUCT_E && *typestr++ != '=');
499 while(typestr && *typestr != _C_STRUCT_E) {
502 if (*typestr == '"') {
504 typestr = strchr(typestr+1, '"');
505 if (typestr) {
506 typestr
[all...]
H A Dpyobjc.h133 const char* typestr, const char* docstr);
H A Dcorefoundation.m251 PyObject* PyObjCCF_NewSpecial(char* typestr, void* datum)
254 PyObject* v = PyDict_GetItemString(PyObjC_TypeStr2CFTypeID, typestr);
256 PyErr_Format(PyExc_ValueError, "Don't know CF type for typestr '%s', cannot create special wrapper", typestr);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dfsref.h7 #define IS_FSREF(typestr) \
8 (strncmp(typestr, @encode(FSRef), sizeof(@encode(FSRef))-1) == 0)
H A Dfsspec.h7 #define IS_FSSPEC(typestr) \
8 (strncmp(typestr, @encode(FSSpec), sizeof(@encode(FSSpec))-1) == 0)
H A Dstruct-wrapper.h49 const char* typestr,
H A Dobjc_util.m479 static char struct_elem_code(const char* typestr);
482 array_elem_code(const char* typestr)
487 if (*typestr++ != _C_ARY_B) {
490 while (isdigit(*typestr)) typestr++;
492 if (*typestr == _C_ARY_E) {
496 while (typestr && *typestr != _C_ARY_E) {
497 switch(*typestr) {
499 tmp = array_elem_code(typestr);
[all...]
H A Dstruct-wrapper.m569 static int set_defaults(PyObject* self, const char* typestr)
575 while(*typestr != _C_STRUCT_E && *typestr++ != '=');
576 while(typestr && *typestr != _C_STRUCT_E) {
579 if (*typestr == '"') {
581 typestr = strchr(typestr+1, '"');
582 if (typestr) {
583 typestr
[all...]
H A Dcorefoundation.m252 PyObject* PyObjCCF_NewSpecial(char* typestr, void* datum)
255 PyObject* v = PyDict_GetItemString(PyObjC_TypeStr2CFTypeID, typestr);
257 PyErr_Format(PyExc_ValueError, "Don't know CF type for typestr '%s', cannot create special wrapper", typestr);
/macosx-10.10/bless-103/test/
H A Dtestgetparentdev.c48 char *typestr; local
67 typestr = "Apple Partition Map";
69 typestr = "FDisk Partition Map";
71 typestr = "Unknown";
74 printf("Partition Type: %s\n", typestr);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_bridgesupport.py104 def typestr2typestr(self, typestr):
105 typestr = _as_bytes(typestr)
108 for item in objc.splitSignature(typestr):
193 typestr = self.attribute_string(node, "type", "type64")
194 if typestr:
195 typestr = self.typestr2typestr(typestr)
196 result["type"] = typestr
248 if self.attribute_bool(node, "block", None, False) or typestr
[all...]
/macosx-10.10/xar-254/xar/lib/
H A Dmacho.c192 char *typestr, *typestr2; local
229 case 0x01: typestr = "Mach-O Object"; break;
230 case 0x02: typestr = "Mach-O Executable"; break;
231 case 0x03: typestr = "Mach-O Fixed VM Library"; break;
232 case 0x04: typestr = "Mach-O core"; break;
233 case 0x05: typestr = "Mach-O Preloaded Executable"; break;
234 case 0x06: typestr = "Mach-O Dylib"; break;
235 case 0x07: typestr = "Mach-O Dylinker"; break;
236 case 0x08: typestr = "Mach-O Bundle"; break;
237 case 0x09: typestr
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSynthesis.c224 char *typestr; local
238 typestr = Tcl_GetStringFromObj(objv[3], NULL);
239 if (strncmp(typestr,"rec",3)==0) {
241 } else if (strncmp(typestr,"tri",3)==0) {
243 } else if (strncmp(typestr,"sin",3)==0) {
245 } else if (strncmp(typestr,"noi",3)==0) {
247 } else if (strncmp(typestr,"sam",3)==0) {
/macosx-10.10/KerberosHelper-151/Source/
H A DDeconstructServiceName.c252 char typestr [MAX_ESCAPED_DOMAIN_NAME]; local
257 ConvertDomainNameToCString(&typeDomain, typestr);
264 typestr,

Completed in 199 milliseconds

123