Searched refs:gettype (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/upgrade.3.3/
H A DMakefile4 gettype.html intro.html memp_fget.html rpc.html shared.html \
/macosx-10.9.5/Libc-997.90.3/gen/
H A Ddisklabel.c76 static int gettype(char *, char **);
132 dp->d_type = gettype(cq, dktypenames);
169 pp->p_fstype = gettype(cq, fstypenames);
187 gettype(t, names) function
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dcvalue.py357 return gettype(t).GetByteSize()
395 dest_type = gettype(target_type)
407 def gettype(target_type): function
438 struct_type - str or lldb.SBType, ex. 'struct ipc_port *' or port.gettype()
446 struct_type = gettype(struct_type)
H A Dkernelcore.py65 element_type = gettype(element_type)
83 element_ptr_type = gettype(element_ptr_type)
166 Note: a type of symbol can be figured out by gettype() function of SBSymbol.
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dsocket_api.c186 return (sock->methods->gettype(sock));
H A Dtimer.c162 void *gettype; member in struct:isc__timermethods
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dutils.py127 return gettype(target_type)
H A Dprocess.py224 if str(pval.GetType()) != str(gettype('proc *')) :
H A Dmemory.py578 void_ptr_type = gettype('void *')
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ico/
H A Dico.tcl59 gettype type $file
85 gettype type $file
126 gettype type $file
197 gettype type $file
279 gettype type $file
338 gettype fromtype $file1
339 gettype totype $file2
480 proc ::ico::gettype {var file} {
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A Ddns-sd.c1424 static char *gettype(char *buffer, char *typ) function
1583 typ = gettype(buffer, typ);
1591 typ = gettype(buffer, typ);
1604 typ = gettype(buffer, typ);
1615 typ = gettype(buffer, typ);
1626 err = RegisterService(&client, argv[opi+0], gettype(buffer, argv[opi+1]), argv[opi+2], argv[opi+4], argv[opi+3], argc-(opi+6), argv+(opi+6), flags);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dsocket.h296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member in struct:isc_socketmethods
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dphp.vim251 syn keyword phpFunctions doubleval empty floatval get_defined_vars get_resource_type gettype import_request_variables intval is_array is_bool is_callable is_double is_float is_int is_integer is_long is_null is_numeric is_object is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset var_dump var_export contained
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1858 \ 'gettype(': 'mixed var | string',

Completed in 238 milliseconds