Searched defs:size_t (Results 26 - 38 of 38) sorted by relevance

12

/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h99 typedef unsigned long size_t; /* size of something in bytes */ typedef in namespace:std
101 typedef unsigned int size_t; /* (historical version) */ typedef in namespace:std
202 size_t);
245 extern size_t fread(void *_RESTRICT_KYWD, size_t, size_t,
247 extern size_t fwrite(const void *_RESTRICT_KYWD, size_t, size_t,
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h94 typedef __size_t size_t; typedef
155 char * inet_neta(in_addr_t, char *, size_t);
158 char *inet_net_ntop(int, const void *, int, char *, size_t);
159 int inet_net_pton(int, const char *, void *, size_t);
161 char *inet_cidr_ntop(int, const void *, int, char *, size_t);
/illumos-gate/usr/src/boot/include/
H A Dtime.h70 typedef __size_t size_t; typedef
152 size_t strftime(char * __restrict, size_t, const char * __restrict,
H A Dstdio.h46 typedef __size_t size_t; typedef
249 size_t fread(void * __restrict, size_t, size_t, FILE * __restrict);
255 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict);
269 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
282 int snprintf(char * __restrict, size_t, const char * __restrict,
287 int vsnprintf(char * __restrict, size_t, cons
[all...]
H A Dunistd.h58 typedef __size_t size_t; typedef
338 char *getcwd(char *, size_t);
357 ssize_t read(int, void *, size_t);
368 int ttyname_r(int, char *, size_t);
370 ssize_t write(int, const void *, size_t);
374 size_t confstr(int, char *, size_t);
405 ssize_t readlink(const char * __restrict, char * __restrict, size_t);
408 int gethostname(char *, size_t);
419 ssize_t pread(int, void *, size_t, off_
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h43 typedef unsigned long size_t; typedef
45 typedef unsigned int size_t; typedef
167 typedef int zfs_decomp_func_t(void *s_start, void *d_start, size_t s_len,
168 size_t d_len);
217 extern int lzjb_decompress(void *, void *, size_t, size_t);
218 extern int lz4_decompress(void *, void *, size_t, size_t);
/illumos-gate/usr/src/head/
H A Dlimits.h313 typedef unsigned long size_t; /* size of something in bytes */ typedef
315 typedef unsigned int size_t; /* (historical version) */ typedef
321 #define PTHREAD_STACK_MIN ((size_t)_sysconf(_SC_THREAD_STACK_MIN))
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s457 movtuc(size_t length, u_char *from, u_char *to, u_char table[])
498 scanc(size_t length, u_char *string, u_char table[], u_char mask)
729 size_t label
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h367 typedef uint_t size_t; typedef
369 typedef ulong_t size_t; typedef
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1009 size_t label
1022 * size_t
1912 scanc(size_t size, uchar_t *cp, uchar_t *table, uchar_t mask)
2758 scan_memory(caddr_t addr, size_t size)
3931 bcmp(const void *s1, const void *s2, size_t count)
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h194 typedef __size_t size_t; typedef
388 void * mmap(void *, size_t, int, int, int, off_t);
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h519 typedef ulong_t size_t; /* size of something in bytes */ typedef
521 typedef uint_t size_t; /* (historical version) */ typedef
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h678 typedef __size_t size_t; typedef
700 extern size_t inet6_rthdr_space(int, int);

Completed in 750 milliseconds

12