Searched refs:ctype (Results 1 - 25 of 26) sorted by relevance

12

/xnu-2782.1.97/osfmk/mach/
H A Dstd_types.defs97 ctype: vm_offset_t;
123 ctype: mach_port_t;
125 ctype: mach_port_t;
127 ctype: mach_port_t;
129 ctype: mach_port_t;
131 ctype: mach_port_t;
133 ctype: mach_port_t;
136 ctype: mach_port_t;
138 ctype: mach_port_t;
140 ctype
[all...]
H A Dsync.defs58 ctype: mach_port_t
67 ctype: mach_port_t
75 ctype: mach_port_t
H A Dvm32_map.defs88 ctype: mach_port_t);
247 ctype: mach_port_t);
H A Dvm_map.defs99 ctype: mach_port_t);
433 ctype: mach_port_t);
H A Dmach_types.defs287 ctype: mach_port_t
569 ctype: kmod_args_t;
H A Dmach_vm.defs441 ctype: mach_port_t);
/xnu-2782.1.97/osfmk/UserNotification/
H A DUNDTypes.defs50 ctype : xmlData_t;
60 ctype: mach_port_t
/xnu-2782.1.97/tools/lldbmacros/
H A Dstructanalyze.py11 ctype = "unknown type"
13 ctype = "union"
15 ctype = "struct"
16 outstr = "[%4d] (%s) %s { " % (symbol.GetByteSize(), ctype, symbol.GetName()) + "\n"
/xnu-2782.1.97/osfmk/device/
H A Ddevice_types.defs87 ctype: mach_port_t
96 ctype: mach_port_t
H A Ddevice.defs89 ctype: mach_port_t;
124 ctype: mach_port_t
133 ctype: mach_port_t
/xnu-2782.1.97/SETUP/config/
H A Dlexer.l31 #include <ctype.h>
H A Dmain.c62 #include <ctype.h>
H A Dmkheaders.c61 #include <ctype.h>
H A Dparser.y60 #include <ctype.h>
H A Dmkmakefile.c63 #include <ctype.h>
/xnu-2782.1.97/SETUP/decomment/
H A Ddecomment.c32 #include <ctype.h> /* for isspace */
/xnu-2782.1.97/osfmk/x86_64/
H A Dcopyio.c236 int ctype; local
241 ctype = COPYINPHYS;
245 ctype = COPYOUTPHYS;
247 return copyio(ctype, vaddr, paddr, csize, NULL, which & cppvKmap);
/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c67 #include <ctype.h>
/xnu-2782.1.97/bsd/kern/
H A Dsubr_sbuf.c34 /* #include <ctype.h> */
43 #include <ctype.h>
H A Dtty.c732 int ctype; local
753 ctype = ISALPHA(c);
763 (!ISSET(lflag, ALTWERASE) || ISALPHA(c) == ctype));
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmain.c46 #include <ctype.h>
H A Dpipes_tests.c34 #include <ctype.h>
/xnu-2782.1.97/bsd/netkey/
H A Dkey_debug.c51 #include <ctype.h>
/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c25 #include <ctype.h>
/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c66 # include <ctype.h>

Completed in 107 milliseconds

12