Home | History | Annotate | Download | only in include

Lines Matching refs:__inline__

70 static __inline__ float strtof(const char *nptr, char **endptr)
79 static __inline__ double atof(const char *nptr)
84 static __inline__ int abs(int __n) {
88 static __inline__ long labs(long __n) {
92 static __inline__ long long llabs(long long __n) {
116 static __inline__ int rand(void) {
119 static __inline__ void srand(unsigned int __s) {
122 static __inline__ long random(void)
126 static __inline__ void srandom(unsigned int __s)
138 static __inline__ int grantpt(int __fd)