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

/macosx-10.10.1/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.10.1/Libc-1044.1.2/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.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dstructanalyze.py63 sym = gettype(cmd_args[0])
H A Dutils.py131 return gettype(target_type)
H A Dmemory.py605 void_ptr_type = gettype('void *')
2399 vme_ptr_type = gettype('vm_map_entry *')
H A Dprocess.py355 if str(pval.GetType()) != str(gettype('proc *')) :
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dcvalue.py371 return gettype(t).GetByteSize()
409 dest_type = gettype(target_type)
421 def gettype(target_type): function
449 struct_type - str or lldb.SBType, ex. 'struct ipc_port *' or port.gettype()
457 struct_type = gettype(struct_type)
H A Dkernelcore.py65 element_type = gettype(element_type)
86 element_ptr_type = gettype(element_ptr_type)
170 Note: a type of symbol can be figured out by gettype() function of SBSymbol.
/macosx-10.10.1/bind9-45.101/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.10.1/tcl-105/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.10.1/mDNSResponder-561.1.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.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dsocket.h296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member in struct:isc_socketmethods
/macosx-10.10.1/vim-55/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.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1858 \ 'gettype(': 'mixed var | string',

Completed in 192 milliseconds