| /bionic/libc/include/sys/ |
| D | wait.h | 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) argument 40 #define WCOREDUMP(s) ((s) & 0x80) argument 41 #define WTERMSIG(s) ((s) & 0x7f) argument 42 #define WSTOPSIG(s) WEXITSTATUS(s) argument 44 #define WIFEXITED(s) (WTERMSIG(s) == 0) argument 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f) argument 46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) argument
|
| /bionic/libc/bionic/ |
| D | termios.cpp | 32 static speed_t cfgetspeed(const termios* s) { in cfgetspeed() 36 speed_t cfgetispeed(const termios* s) { in cfgetispeed() 40 speed_t cfgetospeed(const termios* s) { in cfgetospeed() 44 void cfmakeraw(termios* s) { in cfmakeraw() 52 int cfsetispeed(termios* s, speed_t speed) { in cfsetispeed() 56 int cfsetospeed(termios* s, speed_t speed) { in cfsetospeed() 60 int cfsetspeed(termios* s, speed_t speed) { in cfsetspeed() 80 int tcgetattr(int fd, termios* s) { in tcgetattr() 96 int tcsetattr(int fd, int optional_actions, const termios* s) { in tcsetattr()
|
| D | pathconf.c | 53 __filesizebits( struct statfs* s ) in __filesizebits() 82 __link_max( struct statfs* s ) in __link_max() 107 __2_symlinks( struct statfs* s ) in __2_symlinks() 127 __name_max( struct statfs* s ) in __name_max()
|
| D | dlmalloc.c | 31 #define MMAP(s) named_anonymous_mmap(s) argument 32 #define DIRECT_MMAP(s) named_anonymous_mmap(s) argument
|
| D | atof.cpp | 31 double atof(const char* s) { in atof()
|
| /bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
| D | memcluster.h | 27 #define memget(s) __memget_debug(s, __FILE__, __LINE__) argument 28 #define memput(p, s) __memput_debug(p, s, __FILE__, __LINE__) argument 31 #define memget(s) __memget_record(s, __FILE__, __LINE__) argument 32 #define memput(p, s) __memput_record(p, s, __FILE__, __LINE__) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_nan.c | 51 _scan_nan(uint32_t *words, int num_words, const char *s) 79 nan(const char *s) 96 nanf(const char *s)
|
| /bionic/libc/upstream-openbsd/lib/libc/string/ |
| D | strtok.c | 33 strtok(char *s, const char *delim) in strtok() 41 strtok_r(char *s, const char *delim, char **last) in strtok_r()
|
| D | bcopy.c | 73 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() argument 74 #define TLOOP1(s) do { s; } while (--t) in memcpy() argument
|
| D | strlen.c | 37 const char *s; in strlen() local
|
| D | strcat.c | 40 strcat(char *s, const char *append) in strcat()
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| D | gdtoa.h | 144 #define __strtopd(s,se,x) strtord(s,se,1,x) argument 145 #define __strtopdd(s,se,x) strtordd(s,se,1,x) argument 146 #define __strtopf(s,se,x) strtorf(s,se,1,x) argument 147 #define __strtopQ(s,se,x) strtorQ(s,se,1,x) argument 148 #define __strtopx(s,se,x) strtorx(s,se,1,x) argument 149 #define __strtopxL(s,se,x) strtorxL(s,se,1,x) argument
|
| /bionic/libc/upstream-openbsd/lib/libc/locale/ |
| D | _wcstod.h | 105 const wchar_t *s; in FUNCNAME() local 134 const char *s = buf; in FUNCNAME() local
|
| /bionic/libc/upstream-openbsd/lib/libc/net/ |
| D | htonl.c | 16 u_char *s = (u_char *)&x; in htonl() local
|
| D | htons.c | 16 u_char *s = (u_char *) &x; in htons() local
|
| D | ntohl.c | 16 u_char *s = (u_char *)&x; in ntohl() local
|
| D | ntohs.c | 16 u_char *s = (u_char *) &x; in ntohs() local
|
| /bionic/libc/upstream-freebsd/lib/libc/string/ |
| D | wcschr.c | 33 wcschr(const wchar_t *s, wchar_t c) in wcschr()
|
| D | wcslen.c | 40 wcslen(const wchar_t *s) in wcslen()
|
| D | wmemcpy.c | 41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy()
|
| D | wcsnlen.c | 33 wcsnlen(const wchar_t *s, size_t maxlen) in wcsnlen()
|
| D | wcsrchr.c | 33 wcsrchr(const wchar_t *s, wchar_t c) in wcsrchr()
|
| D | wcsdup.c | 34 wcsdup(const wchar_t *s) in wcsdup()
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| D | tmpnam.c | 45 tmpnam(char *s) in tmpnam()
|
| D | gets.c | 44 char *s; in gets() local
|