Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 192) sorted by relevance

12345678

/bionic/libc/include/sys/
Dwait.h39 #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
47 #define WIFCONTINUED(s) ((s) == 0xffff) argument
/bionic/libc/include/android/
Dlegacy_termios_inlines.h42 static __inline int tcgetattr(int fd, struct termios *s) { in tcgetattr()
46 static __inline int tcsetattr(int fd, int __opt, const struct termios *s) { in tcsetattr()
67 static __inline speed_t cfgetospeed(const struct termios *s) { in cfgetospeed()
71 static __inline int cfsetospeed(struct termios *s, speed_t speed) { in cfsetospeed()
76 static __inline speed_t cfgetispeed(const struct termios *s) { in cfgetispeed()
80 static __inline int cfsetispeed(struct termios *s, speed_t speed) { in cfsetispeed()
85 static __inline void cfmakeraw(struct termios *s) { in cfmakeraw()
94 static __inline int cfsetspeed(struct termios* s, speed_t speed) { in cfsetspeed()
/bionic/libc/bionic/
Dtermios.cpp33 static speed_t cfgetspeed(const termios* s) { in cfgetspeed()
37 speed_t cfgetispeed(const termios* s) { in cfgetispeed()
41 speed_t cfgetospeed(const termios* s) { in cfgetospeed()
45 void cfmakeraw(termios* s) { in cfmakeraw()
53 int cfsetispeed(termios* s, speed_t speed) { in cfsetispeed()
57 int cfsetospeed(termios* s, speed_t speed) { in cfsetospeed()
61 int cfsetspeed(termios* s, speed_t speed) { in cfsetspeed()
81 int tcgetattr(int fd, termios* s) { in tcgetattr()
97 int tcsetattr(int fd, int optional_actions, const termios* s) { in tcsetattr()
Dpathconf.cpp35 static long __filesizebits(const struct statfs& s) { in __filesizebits()
46 static long __link_max(const struct statfs& s) { in __link_max()
64 static long __2_symlinks(const struct statfs& s) { in __2_symlinks()
77 static long __pathconf(const struct statfs& s, int name) { in __pathconf()
Dwcstod.cpp93 float wcstof(const wchar_t* s, wchar_t** end) { in wcstof()
97 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod()
101 long double wcstold(const wchar_t* s, wchar_t** end) { in wcstold()
Dlocale.cpp198 double strtod_l(const char* s, char** end_ptr, locale_t) { in strtod_l()
202 float strtof_l(const char* s, char** end_ptr, locale_t) { in strtof_l()
206 long strtol_l(const char* s, char** end_ptr, int base, locale_t) { in strtol_l()
210 long double strtold_l(const char* s, char** end_ptr, locale_t) { in strtold_l()
214 long long strtoll_l(const char* s, char** end_ptr, int base, locale_t) { in strtoll_l()
218 unsigned long strtoul_l(const char* s, char** end_ptr, int base, locale_t) { in strtoul_l()
222 unsigned long long strtoull_l(const char* s, char** end_ptr, int base, locale_t) { in strtoull_l()
Datof.cpp31 double atof(const char* s) { in atof()
Dstrchrnul.cpp17 extern "C" const char* strchrnul(const char* s, int ch) { in strchrnul()
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dmemcluster.h27 #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/tests/
Dsemaphore_test.cpp30 sem_t s; in TEST() local
56 sem_t s; in TEST() local
77 sem_t s; in TEST() local
105 sem_t s; in TEST() local
136 sem_t s; in TEST() local
143 sem_t s; in TEST() local
192 sem_t s; in TEST() local
215 sem_t s; in TEST() local
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nan.c51 _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/
Dstrtok.c33 strtok(char *s, const char *delim) in strtok()
42 strtok_r(char *s, const char *delim, char **last) in strtok_r()
Dmemmove.c61 #define TLOOP(s) if (t) TLOOP1(s) in memmove() argument
62 #define TLOOP1(s) do { s; } while (--t) in memmove() argument
Dstrcat.c40 strcat(char *s, const char *append) __overloadable in strcat()
Dwmemcpy.c36 wmemcpy(wchar_t *d, const wchar_t *s, size_t n) in wmemcpy()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.h144 #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/net/
Dntohl.c16 u_char *s = (u_char *)&x; in ntohl() local
Dntohs.c16 u_char *s = (u_char *) &x; in ntohs() local
Dhtonl.c16 u_char *s = (u_char *)&x; in htonl() local
Dhtons.c16 u_char *s = (u_char *) &x; in htons() local
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcschr.c33 wcschr(const wchar_t *s, wchar_t c) in wcschr()
Dwcslen.c40 wcslen(const wchar_t *s) in wcslen()
Dwmemmove.c41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgets.c44 char *s; in gets() local
Dtmpnam.c45 tmpnam(char *s) in tmpnam()

12345678