HomeSort by: relevance | last modified time | path
    Searched refs:typedef (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/ctags/test/
ctags.test 11 */struct struct_xtra{int list;};r4(x,y){};typedef struct{int bar;}struct_xxe;
20 typedef struct {
59 typedef unsigned char u_char;
  /src/common/dist/zlib/
zconf.h.in 245 typedef unsigned long long z_size_t;
247 typedef unsigned long z_size_t;
252 typedef unsigned NO_SIZE_T z_size_t;
255 typedef size_t z_size_t;
257 typedef unsigned long z_size_t;
393 typedef unsigned char Byte; /* 8 bits */
395 typedef unsigned int uInt; /* 16 bits or more */
396 typedef unsigned long uLong; /* 32 bits or more */
399 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
402 typedef Byte FAR Bytef
    [all...]
zconf.h.cmakein 247 typedef unsigned long long z_size_t;
249 typedef unsigned long z_size_t;
254 typedef unsigned NO_SIZE_T z_size_t;
257 typedef size_t z_size_t;
259 typedef unsigned long z_size_t;
395 typedef unsigned char Byte; /* 8 bits */
397 typedef unsigned int uInt; /* 16 bits or more */
398 typedef unsigned long uLong; /* 32 bits or more */
401 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
404 typedef Byte FAR Bytef
    [all...]
  /src/share/misc/
style 83 * Do not create a typedef like `typedef struct example example_t;' or
84 * `typedef struct example *example_t;'. Use `struct example' or
101 typedef void sighandler_t(int);
106 typedef uint16_t nlink_t;
113 typedef uint8_t foo_t; /* Hypothetical leg26 definition */
114 typedef struct foo *foo_t; /* Hypothetical i786 definition */
115 typedef struct { /* Hypothetical risc72 definition */
124 * use a type `foo_t' with `typedef void *foo_t'. Use `struct foo *'
269 * Don't create typedef aliases for struct or union types. That way
    [all...]
  /src/tests/kernel/
gen_t_subr_prf 47 typedef int device_t;
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat-specialize 91 typedef struct {
  /src/sys/sys/
namei.src 262 typedef const struct namei_simple_flags_type *namei_simple_flags_t; /* Gross. */
  /src/lib/libc/softfloat/
softfloat-specialize 189 typedef struct {
  /src/sys/external/isc/libsodium/dist/
configure.ac 654 typedef unsigned __int128 uint128_t;
656 typedef unsigned uint128_t __attribute__((mode(TI)));
configure 6178 typedef const char *ccp;
17833 typedef int foo_t;
17884 typedef int dummy;
18258 typedef unsigned __int128 uint128_t;
18260 typedef unsigned uint128_t __attribute__((mode(TI)));
  /src/tools/compat/
configure 2294 typedef const char *ccp;
2424 typedef long *long_ptr;
2425 typedef long int *long_ptr;
2426 typedef long_ptr long_ptr;
4009 typedef int dummy;

Completed in 34 milliseconds