| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| stdint.h | 6 typedef unsigned size_t; typedef
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| stddef_iso.h | 78 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std 80 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std 89 #define offsetof(s, m) (std::size_t)(&(((s *)0)->m)) 91 #define offsetof(s, m) (size_t)(&(((s *)0)->m))
|
| stdlib_iso.h | 79 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std 81 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std 129 extern void *bsearch(const void *, const void *, size_t, size_t, 133 void *bsearch(const void *, const void *, size_t, size_t, 137 extern void *calloc(size_t, size_t); 145 extern void *malloc(size_t); 146 extern int mblen(const char *, size_t); [all...] |
| string_iso.h | 61 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std 63 typedef unsigned int size_t; /* (historical version) */ 77 extern int memcmp(const void *, const void *, size_t); 78 extern void *memcpy(void *_RESTRICT_KYWD, const void *_RESTRICT_KYWD, size_t); 79 extern void *memmove(void *, const void *, size_t); 80 extern void *memset(void *, int, size_t); 85 extern size_t strcspn(const char *, const char *); 87 extern size_t strlen(const char *); 88 extern char *strncat(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t); 89 extern int strncmp(const char *, const char *, size_t); [all...] |
| time_iso.h | 69 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std 71 typedef unsigned size_t; /* (historical version) */ 110 extern size_t strftime(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, 123 extern size_t strftime();
|
| wchar_iso.h | 106 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std 108 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std 243 extern size_t wcscspn(const wchar_t *, const wchar_t *); 244 extern size_t wcslen(const wchar_t *); 246 size_t); 247 extern int wcsncmp(const wchar_t *, const wchar_t *, size_t); 249 size_t); 250 extern size_t wcsspn(const wchar_t *, const wchar_t *); 251 extern size_t wcsxfrm(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD, 252 size_t); [all...] |
| stdio_iso.h | 97 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std 99 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std 217 size_t); 253 extern size_t fread(void *_RESTRICT_KYWD, size_t, size_t, 255 extern size_t fwrite(const void *_RESTRICT_KYWD, size_t, size_t, 309 extern size_t fread() [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| un.h | 66 * UNIX{98,03}. And because there's strlen, we need size_t as well. 71 typedef ulong_t size_t; /* size of something in bytes */ typedef 73 typedef uint_t size_t; /* (historical version) */ typedef 77 extern size_t strlen(const char *);
|
| /onnv/onnv-gate/usr/src/head/ |
| mon.h | 42 * the size_t type is defined in this header. 47 typedef unsigned long size_t; /* size of something in bytes */ typedef 49 typedef unsigned int size_t; /* (historical version) */ typedef 56 size_t nfns; 79 extern void monitor(int (*)(void), int (*)(void), WORD *, size_t, size_t);
|
| limits.h | 304 typedef unsigned long size_t; /* size of something in bytes */ typedef 306 typedef unsigned int size_t; /* (historical version) */ typedef 312 #define PTHREAD_STACK_MIN ((size_t)_sysconf(_SC_THREAD_STACK_MIN))
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| stdtypes.h | 30 * define the thingy. This is used so that we don't have size_t in 58 typedef int size_t; /* ??? */ typedef
|
| /onnv/onnv-gate/usr/src/uts/i86pc/ml/ |
| syscall_asm.s | 356 size_t _allsyscalls_size; label
|
| syscall_asm_amd64.s | 389 size_t _allsyscalls_size; label [all...] |
| /onnv/onnv-gate/usr/src/ucbhead/ |
| stdio.h | 65 typedef unsigned int size_t; typedef 67 typedef unsigned long size_t; typedef 217 extern int setvbuf(FILE *, char *, int, size_t); 244 extern size_t fread(void *, size_t, size_t, FILE *); 245 extern size_t fwrite(const void *, size_t, size_t, FILE *);
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| fsys_zfs.h | 35 typedef unsigned long size_t; typedef 37 typedef unsigned int size_t; typedef 148 typedef int zfs_decomp_func_t(void *s_start, void *d_start, size_t s_len, 149 size_t d_len); 197 extern int lzjb_decompress(void *, void *, size_t, size_t);
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_common.h | 37 #define _typ_size_t 1 /* size_t is a type */ 208 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| ast_common.h | 16 #define _typ_size_t 1 /* size_t is a type */ 187 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| ast_common.h | 37 #define _typ_size_t 1 /* size_t is a type */ 207 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| ast_common.h | 16 #define _typ_size_t 1 /* size_t is a type */ 186 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| ast_common.h | 37 #define _typ_size_t 1 /* size_t is a type */ 207 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| ast_common.h | 16 #define _typ_size_t 1 /* size_t is a type */ 186 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| ast_common.h | 37 #define _typ_size_t 1 /* size_t is a type */ 208 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| ast_common.h | 16 #define _typ_size_t 1 /* size_t is a type */ 187 typedef int size_t; typedef
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/ |
| sparcv9_subr.s | 459 movtuc(size_t length, u_char *from, u_char *to, u_char table[]) 500 scanc(size_t length, u_char *string, u_char table[], u_char mask) 731 size_t label [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/ |
| i86_subr.s | 997 size_t label 1010 * size_t [all...] |