Searched refs:argtype (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dlibffi_support.m124 num_struct_fields(const char* argtype)
128 if (*argtype != _C_STRUCT_B) return -1;
129 while (*argtype != _C_STRUCT_E && *argtype != '=') argtype++;
130 if (*argtype == _C_STRUCT_E) return 0;
132 argtype++;
133 while (*argtype != _C_STRUCT_E) {
134 if (*argtype == '"') {
136 argtype
[all...]
H A Dmethod-signature.h62 struct _PyObjC_ArgDescr argtype[1]; member in struct:_PyObjCMethodSignature
H A Dlibffi_support.h57 ffi_type* signature_to_ffi_return_type(const char* argtype);
H A DOC_PythonObject.m833 const char *argtype;
838 argtype = [msign getArgumentTypeAtIndex:i];
840 /* What if argtype is a pointer? */
842 argsize = PyObjCRT_SizeOfType(argtype);
859 pyarg = pythonify_c_value (argtype, argbuffer);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dlibffi_support.m124 num_struct_fields(const char* argtype)
128 if (*argtype != _C_STRUCT_B) return -1;
129 while (*argtype != _C_STRUCT_E && *argtype != '=') argtype++;
130 if (*argtype == _C_STRUCT_E) return 0;
132 argtype++;
133 while (*argtype != _C_STRUCT_E) {
134 if (*argtype == '"') {
136 argtype
[all...]
H A Dmethod-signature.h62 struct _PyObjC_ArgDescr argtype[1]; member in struct:_PyObjCMethodSignature
H A Dlibffi_support.h57 ffi_type* signature_to_ffi_return_type(const char* argtype);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dlibffi_support.m125 num_struct_fields(const char* argtype)
129 if (*argtype != _C_STRUCT_B) return -1;
130 while (*argtype != _C_STRUCT_E && *argtype != '=') argtype++;
131 if (*argtype == _C_STRUCT_E) return 0;
133 argtype++;
134 while (*argtype != _C_STRUCT_E) {
135 if (*argtype == '"') {
137 argtype
[all...]
H A Dmethod-signature.h62 struct _PyObjC_ArgDescr argtype[1]; member in struct:_PyObjCMethodSignature
H A Dlibffi_support.h57 ffi_type* signature_to_ffi_return_type(const char* argtype);
/macosx-10.10/ruby-106/ruby/ext/dl/lib/dl/
H A Dimport.rb133 symname, ctype, argtype = parse_signature(signature, @type_alias)
135 f = import_function(symname, ctype, argtype, opt[:call_type])
156 name, ctype, argtype = parse_signature(signature, @type_alias)
160 f = bind_function(name, ctype, argtype, h[:call_type], &blk)
162 f = create_temp_function(name, ctype, argtype, h[:call_type])
164 f = create_carried_function(name, ctype, argtype, h[:call_type], h[:carrier])
236 def import_function(name, ctype, argtype, call_type = nil)
241 Function.new(CFunc.new(addr, ctype, name, call_type || :cdecl), argtype)
244 def bind_function(name, ctype, argtype, call_type = nil, &block)
250 }.new(ctype, argtype, ab
[all...]
/macosx-10.10/bind9-45.101/bin/
H A Dstrip16 my %argtype = (
37 Getopt::Long::GetOptions(\%args, map {"$_$argtype{$_}"} keys(%argtype));
50 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
56 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
/macosx-10.10/python-89/bin/
H A Dstrip16 my %argtype = (
37 Getopt::Long::GetOptions(\%args, map {"$_$argtype{$_}"} keys(%argtype));
50 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
56 (map {$argtype{$_} eq '' ? "-$_" : ("-$_", $args{$_})} keys(%args)),
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A DMKlib_gen.sh262 argtype = ""
272 argtype = "char";
274 argtype = "int";
276 argtype = "short";
278 argtype = "chtype";
280 argtype = "attr";
288 if ( argtype == "char" ) {
295 if ( argtype == "int" || argtype == "short" ) {
297 argtype
[all...]
/macosx-10.10/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dimport.rb162 symname, ctype, argtype = parse_signature(signature, @type_alias)
164 f = import_function(symname, ctype, argtype, opt[:call_type])
186 name, ctype, argtype = parse_signature(signature, @type_alias)
190 f = bind_function(name, ctype, argtype, h[:call_type], &blk)
281 # * +argtype+ is an Array of arguments, passed to the +name+ function.
288 def import_function(name, ctype, argtype, call_type = nil)
293 Function.new(addr, argtype, ctype, CALL_TYPE_TO_ABI[call_type],
300 # * +argtype+ is an Array of arguments, passed to the callback function
305 def bind_function(name, ctype, argtype, call_type = nil, &block)
309 }.new(ctype, argtype, ab
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h110 argtype; typedef in typeref:enum:__anon7982
287 argtype type;
322 argtype arg_type;
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSEndianTypes.h136 #define __OSEndianSignIntSizeDEF(argname, argend, argtype, argsize) { \
138 typedef argtype ## argsize Value; \
/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_messages.c820 if (m->argtype[i] == fsckTypeInt) {
823 } else if (m->argtype[i] == fsckTypeLong) {
826 } else if (m->argtype[i] == fsckTypeFileSize) {
829 } else if (m->argtype[i] == fsckTypeString) {
832 } else if (m->argtype[i] == fsckTypePath) {
835 } else if (m->argtype[i] == fsckTypeFile) {
838 } else if (m->argtype[i] == fsckTypeDirectory) {
841 } else if (m->argtype[i] == fsckTypeVolume) {
844 } else if (m->argtype[i] == fsckTypeFSType) {
847 } else if (m->argtype[
[all...]
H A Dfsck_messages.h40 const int *argtype; /* pointer to an array of argument types (see fsck_argtype below) */ member in struct:fsck_message
/macosx-10.10/swig-12/Source/Modules/
H A Duffi.cxx290 SwigType *argtype = Getattr(p, "type"); local
291 String *ffitype = get_ffi_type(n, argtype, argname);
292 String *lisptype = get_lisp_type(n, argtype, argname);
H A Dclisp.cxx168 // SwigType *argtype;
462 SwigType *argtype = Getattr(p, "type"); local
463 String *ffitype = get_ffi_type(n, argtype);
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c276 db_load_load(dbenv, name, argtype, clist, flags, ldg, existedp)
279 DBTYPE argtype;
317 dbtype = argtype;
355 if (argtype != DB_UNKNOWN) {
358 if (keyflag != 1 && argtype != DB_RECNO &&
359 argtype != DB_QUEUE) {
364 dbtype = argtype;
/macosx-10.10/BerkeleyDB-21/db/db_load/
H A Ddb_load.c261 load(dbenv, name, argtype, clist, flags, ldg, existedp)
264 DBTYPE argtype;
302 dbtype = argtype;
340 if (argtype != DB_UNKNOWN) {
343 if (keyflag != 1 && argtype != DB_RECNO &&
344 argtype != DB_QUEUE) {
349 dbtype = argtype;
/macosx-10.10/vim-55/src/
H A Dmain.c3559 int argtype; local
3596 argtype = ARGTYPE_SEND;
3601 argtype = ARGTYPE_EDIT;
3606 argtype = ARGTYPE_EDIT_WAIT;
3621 argtype = ARGTYPE_OTHER;
3627 argtype = ARGTYPE_OTHER;
3629 if (argtype != ARGTYPE_OTHER)
3633 if (argtype == ARGTYPE_SEND)
3641 tabs, argtype == ARGTYPE_EDIT_WAIT);
3666 if (argtype
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-dis.c101 static argtype getargtype (operand_type);
144 static argtype

Completed in 206 milliseconds

12