Home
last modified time | relevance | path

Searched refs:save (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrcat.c42 char *save = s; in strcat() local
46 return(save); in strcat()
Dstrcpy.c42 char *save = to; in strcpy() local
45 return(save); in strcpy()
/bionic/libc/arch-arm/bionic/
D__restore.S47 .save {r0-r15}
57 .save {r0-r15}
D__bionic_clone.S34 # save registers to parent stack
/bionic/libc/arch-x86/bionic/
Dsyscall.S16 # Push the callee save registers.
30 # Get and save the system call entry address.
59 # Restore the callee save registers.
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c72 int save; in evWrite() local
94 save = errno; in evWrite()
96 errno = save; in evWrite()
106 int save; in evRead() local
128 save = errno; in evRead()
130 errno = save; in evRead()
/bionic/libc/bionic/
Dfortify.cpp387 for (const char* save = nullptr;; ++p, s_len--) { in __strrchr_chk() local
392 save = p; in __strrchr_chk()
395 return const_cast<char*>(save); in __strrchr_chk()
462 char* save = dst; in __STRCAT_CHK() local
475 return save; in __STRCAT_CHK()
/bionic/libc/arch-arm/generic/bionic/
Dmemset.S50 .save {r0, r4-r7, lr}
/bionic/libc/dns/resolv/
Dres_send.c1298 int save = errno; in Aerror() local
1313 errno = save; in Aerror()
1318 int save = errno; in Perror() local
1323 errno = save; in Perror()
/bionic/libc/dns/net/
Dgethnamaddr.c189 int save = errno; in debugprintf() local
196 errno = save; in debugprintf()
/bionic/
DREADME.md23 `cos(3)` in a separate library to save space in the days before shared
/bionic/docs/
Delf-tls.md285 * In general, the resolver function must call `__tls_get_addr`, so it must save and restore all