| /bionic/libc/bionic/ |
| D | strtol.cpp | 38 __attribute__((always_inline)) T StrToI(const CharT* s, CharT** end_ptr, int base) { in StrToI() 122 int atoi(const char* s) { in atoi() 126 long atol(const char* s) { in atol() 130 long long atoll(const char* s) { in atoll() 134 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax() 138 intmax_t wcstoimax(const wchar_t* s, wchar_t** end, int base) { in wcstoimax() 142 long strtol(const char* s, char** end, int base) { in strtol() 147 long wcstol(const wchar_t* s, wchar_t** end, int base) { in wcstol() 152 long long strtoll(const char* s, char** end, int base) { in strtoll() 157 long long wcstoll(const wchar_t* s, wchar_t** end, int base) { in wcstoll() [all …]
|
| D | pathconf.cpp | 35 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()
|
| D | wcstod.cpp | 94 float wcstof(const wchar_t* s, wchar_t** end) { in wcstof() 99 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod() 104 long double wcstold(const wchar_t* s, wchar_t** end) { in wcstold()
|
| D | net_if.cpp | 48 ScopedFd s(socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)); in if_indextoname() local 57 ScopedFd s(socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)); in if_nametoindex() local
|
| D | atof.cpp | 31 double atof(const char* s) { in atof()
|
| /bionic/libc/include/bits/ |
| D | termios_inlines.h | 49 static __inline speed_t cfgetspeed(const struct termios* _Nonnull s) { in cfgetspeed() 53 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* _Nonnull s) { in cfgetispeed() 57 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* _Nonnull s) { in cfgetospeed() 61 __BIONIC_TERMIOS_INLINE void cfmakeraw(struct termios* _Nonnull s) { in cfmakeraw() 71 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* _Nonnull s, speed_t speed) { in cfsetspeed() 81 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* _Nonnull s, speed_t speed) { in cfsetispeed() 85 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* _Nonnull s, speed_t speed) { in cfsetospeed() 103 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios* _Nonnull s) { in tcgetattr() 116 …ONIC_TERMIOS_INLINE int tcsetattr(int fd, int optional_actions, const struct termios* _Nonnull s) { in tcsetattr()
|
| /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/tests/ |
| D | semaphore_test.cpp | 36 sem_t s; in TEST() local 62 sem_t s; in TEST() local 83 sem_t s; in TEST() local 112 sem_t s; in sem_timedwait_helper() local 168 sem_t s; in TEST_F() local 177 sem_t s; in TEST() local 226 sem_t s; in TEST() local 249 sem_t s; in TEST() local
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| D | gdtoa.h | 155 #define __strtopd(s,se,x) strtord(s,se,1,x) argument 156 #define __strtopdd(s,se,x) strtordd(s,se,1,x) argument 157 #define __strtopf(s,se,x) strtorf(s,se,1,x) argument 158 #define __strtopQ(s,se,x) strtorQ(s,se,1,x) argument 159 #define __strtopx(s,se,x) strtorx(s,se,1,x) argument 160 #define __strtopxL(s,se,x) strtorxL(s,se,1,x) argument
|
| D | hdtoa.c | 51 char *s; in roundup() local 128 char *s, *s0; in __hdtoa() local 226 char *s, *s0; in __hldtoa() local
|
| D | dmisc.c | 69 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument 94 freedtoa(s) char *s; in freedtoa() argument
|
| D | smisc.c | 35 s2b in s2b() argument 130 CONST char *s = *sp; local
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_nan.c | 51 _scan_nan(uint32_t *words, int num_words, const char *s) in _scan_nan() 80 nan(const char *s) in nan() 97 nanf(const char *s) in nanf()
|
| D | e_j1f.c | 48 float z, s,c,ss,cc,r,u,v,y; in j1f() local 104 float z, s,c,ss,cc,u,v; in y1f() local 226 float z,r,s; in ponef() local 323 float s,r,z; in qonef() local
|
| D | e_j1.c | 85 double z, s,c,ss,cc,r,u,v,y; in j1() local 141 double z, s,c,ss,cc,u,v; in y1() local 270 double z,r,s; in pone() local 367 double s,r,z; in qone() local
|
| D | e_j0f.c | 47 float z, s,c,ss,cc,r,u,v; in j0f() local 107 float z, s,c,ss,cc,u,v; in y0f() local 231 float z,r,s; in pzerof() local 328 float s,r,z; in qzerof() local
|
| D | e_j0.c | 84 double z, s,c,ss,cc,r,u,v; in j0() local 144 double z, s,c,ss,cc,u,v; in y0() local 276 double z,r,s; in pzero() local 373 double s,r,z; in qzero() local
|
| /bionic/libc/include/bits/fortify/ |
| D | string.h | 164 void* _Nullable __memrchr_fortify(const void* _Nonnull const __pass_object_size s, int c, size_t n)… in __memrchr_fortify() 240 extern __always_inline __inline__ __attribute__((gnu_inline)) size_t strlen(const char* _Nonnull s)… in strlen() 273 void* _Nullable memrchr(void* _Nonnull const __pass_object_size s, int c, size_t n) { in memrchr() 278 const void* _Nullable memrchr(const void* _Nonnull const __pass_object_size s, int c, size_t n) { in memrchr() 284 void* _Nullable memrchr(const void* _Nonnull const __pass_object_size s, int c, size_t n) __overloa… in memrchr()
|
| /bionic/libc/upstream-openbsd/lib/libc/string/ |
| D | strtok.c | 33 strtok(char *s, const char *delim) in strtok() 42 strtok_r(char *s, const char *delim, char **last) in strtok_r()
|
| /bionic/libc/tools/ |
| D | generate_notice.py | 16 def warn(s): argument 20 def warn_verbose(s): argument
|
| /bionic/libc/dns/net/ |
| D | getservent.c | 127 struct servent* s; in getservbyname() local 143 struct servent* s; in getservbyport() local
|
| /bionic/libc/upstream-netbsd/lib/libc/regex/ |
| D | utils.h | 60 #define wctype(s) __regex_wctype(s) argument 83 #define memmove(d, s, c) bcopy(s, d, c) argument
|
| /bionic/libc/stdio/ |
| D | stdio.cpp | 736 int asprintf(char** s, const char* fmt, ...) { in asprintf() 740 char* ctermid(char* s) { in ctermid() 778 char* s = buf; in fgets_unlocked() local 825 int fputs(const char* s, FILE* fp) { in fputs() 831 int fputs_unlocked(const char* s, FILE* fp) { in fputs_unlocked() 921 int puts(const char* s) { in puts() 969 int snprintf(char* s, size_t n, const char* fmt, ...) { in snprintf() 973 int sprintf(char* s, const char* fmt, ...) { in sprintf() 977 int sscanf(const char* s, const char* fmt, ...) { in sscanf() 981 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { in swprintf() [all …]
|
| /bionic/libc/kernel/uapi/linux/ |
| D | vboxguest.h | 43 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s) argument 75 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s) argument 76 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s) argument 78 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_64(s) argument 80 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_32(s) argument 90 #define VBG_IOCTL_LOG(s) _IO('V', 9) argument
|
| /bionic/tests/headers/posix/ |
| D | math_h.c | 320 int s = signgam; in math_h() local
|