Home
last modified time | relevance | path

Searched refs:__n (Results 1 – 10 of 10) sorted by relevance

/include/
A Dstring.h38 const void *__restrict __src, size_t __n)
53 int __c, size_t __n)
96 const char *__restrict __src, size_t __n)
106 size_t __n) __THROW __nonnull ((1, 2));
124 const char *__restrict __src, size_t __n)
266 const void *__restrict __src, size_t __n)
375 memmove(__dest, __src, __n); in bcopy()
381 memset(__s, 0, __n); in bzero()
387 return memcmp(__s1, __s2, __n); in bcmp()
438 size_t __n, __locale_t __loc)
[all …]
A Dstrings.h37 extern void bcopy (const void *__src, void *__dest, size_t __n)
41 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
44 extern int bcmp (const void *__s1, const void *__s2, size_t __n)
89 extern int strncasecmp (const char *__s1, const char *__s2, size_t __n)
107 size_t __n, __locale_t __loc)
A Dwchar.h138 const wchar_t *__restrict __src, size_t __n)
147 const wchar_t *__restrict __src, size_t __n)
165 size_t __n) __THROW;
177 size_t __n, __locale_t __loc) __THROW;
209 size_t __n, __locale_t __loc) __THROW;
288 const wchar_t *__s2, size_t __n)
293 const wchar_t *__restrict __s2, size_t __n) __THROW;
309 const wchar_t *__restrict __s2, size_t __n)
333 const char *__restrict __s, size_t __n,
547 extern int swprintf (wchar_t *__restrict __s, size_t __n,
[all …]
A Dprintf.h153 size_t __n, int *__argtypes);
176 extern size_t parse_printf_format (const char *__restrict __fmt, size_t __n,
229 __info, size_t __n, int *__restrict __argtypes)
A Dstdio.h320 int __modes, size_t __n) __THROW;
570 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
598 extern char *fgets_unlocked (char *__restrict __s, int __n,
617 size_t *__restrict __n, int __delimiter,
621 size_t *__restrict __n, int __delimiter,
632 size_t *__restrict __n,
666 size_t __n, FILE *__restrict __stream) __wur;
673 size_t __n, FILE *__restrict __s) __wur;
697 size_t __n, FILE *__restrict __stream) __wur;
700 size_t __n, FILE *__restrict __stream) __wur;
A Dstdlib.h306 extern char *l64a (long int __n) __THROW __wur;
889 extern int mblen (const char *__s, size_t __n) __THROW __wur;
893 const char *__restrict __s, size_t __n) __THROW __wur;
901 const char *__restrict __s, size_t __n) __THROW;
904 const wchar_t *__restrict __pwcs, size_t __n)
991 extern void *reallocarray (void *__ptr, size_t __m, size_t __n);
A Dgrp.h197 extern int setgroups (size_t __n, const __gid_t *__groups) __THROW;
A Dunistd.h388 extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur;
410 extern ssize_t pwrite (int __fd, const void *__buf, size_t __n,
434 extern ssize_t pwrite64 (int __fd, const void *__buf, size_t __n,
1242 ssize_t __n) __THROW __nonnull ((1, 2));
A Dinttypes.h292 extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((__const__));
/include/sys/
A Dsocket.h153 extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
161 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
169 extern ssize_t sendto (int __fd, const void *__buf, size_t __n,
184 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
250 extern int listen (int __fd, int __n) __THROW;

Completed in 14 milliseconds