/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/include/ |
D | termios.h | 49 static __inline__ int tcgetattr(int fd, struct termios *s) in tcgetattr() 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) in tcsetattr() 80 static __inline__ speed_t cfgetospeed(const struct termios *s) in cfgetospeed() 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed() 91 static __inline__ speed_t cfgetispeed(const struct termios *s) in cfgetispeed() 96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed() 102 static __inline__ void cfmakeraw(struct termios *s) in cfmakeraw()
|
/bionic/libc/private/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/libc/netbsd/net/ |
D | getservbyport.c | 36 struct servent* s; in getservbyport() local 45 struct servent* s = getservent_r(rs); in getservbyport() local
|
D | getservbyname.c | 37 struct servent* s; in getservbyname() local 46 struct servent* s = getservent_r(rs); in getservbyname() local
|
/bionic/libc/kernel/arch-mips/asm/ |
D | vga.h | 22 #define VGA_MAP_MEM(x, s) (0xb0000000L + (unsigned long)(x)) argument 30 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument 31 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
|
/bionic/libm/src/ |
D | s_nan.c | 72 _scan_nan(uint32_t *words, int num_words, const char *s) 100 nan(const char *s) 117 nanf(const char *s)
|
/bionic/libc/unistd/ |
D | pathconf.c | 54 __filesizebits( struct statfs* s ) in __filesizebits() 83 __link_max( struct statfs* s ) in __link_max() 110 __2_symlinks( struct statfs* s ) in __2_symlinks() 130 __name_max( struct statfs* s ) in __name_max()
|
/bionic/libc/kernel/common/linux/ |
D | lockdep.h | 26 #define lock_acquire(l, s, t, r, c, i) do { } while (0) argument 45 #define spin_acquire(l, s, t, i) do { } while (0) argument 47 #define rwlock_acquire(l, s, t, i) do { } while (0) argument 49 #define rwlock_acquire_read(l, s, t, i) do { } while (0) argument 51 #define mutex_acquire(l, s, t, i) do { } while (0) argument 54 #define rwsem_acquire(l, s, t, i) do { } while (0) argument 55 #define rwsem_acquire_read(l, s, t, i) do { } while (0) argument
|
D | vt_buffer.h | 25 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument 26 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
|
/bionic/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 | 41 const char *s; in strlen() local
|
D | strcat.c | 44 strcat(char *s, const char *append) in strcat()
|
/bionic/libc/kernel/arch-x86/asm/ |
D | dma-mapping_32.h | 27 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument 29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
|
/bionic/libc/stdlib/ |
D | atol.c | 30 long atol(const char* s) in atol()
|
D | atoll.c | 30 long long atoll(const char* s) in atoll()
|
D | atoi.c | 30 int atoi(const char* s) in atoi()
|
/bionic/libc/wchar/ |
D | wcslen.c | 40 wcslen(const wchar_t *s) in wcslen()
|
D | wcschr.c | 33 wcschr(const wchar_t *s, wchar_t c) in wcschr()
|
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/include/net/ |
D | if_dl.h | 73 #define LLADDR(s) ((char *)((s)->sdl_data + (s)->sdl_nlen)) argument 74 #define CLLADDR(s) ((const char *)((s)->sdl_data + (s)->sdl_nlen)) argument
|
/bionic/libc/stdio/ |
D | gets.c | 44 char *s; in gets() local
|
D | tmpnam.c | 45 tmpnam(char *s) in tmpnam()
|