Searched defs:save (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/string/
H A Dstrcat.c46 char *save = s; local
50 return(save);
H A Dstrcpy.c37 char *save = to; local
40 return(save);
/bionic/libc/bionic/
H A D__strrchr_chk.cpp36 char *save; local
38 for (save = NULL;; ++p, s_len--) {
42 save = (char *)p;
44 return(save);
H A Dmd5.h43 unsigned char save[64]; member in struct:md5
H A D__strcat_chk.cpp49 char* save = dest; local
63 return save;
/bionic/libc/kernel/arch-arm/asm/
H A Dfpstate.h41 unsigned int save[FP_HARD_SIZE]; member in struct:fp_hard_struct
46 unsigned int save[FP_SOFT_SIZE]; member in struct:fp_soft_struct
51 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; member in struct:iwmmxt_struct
/bionic/libc/upstream-netbsd/libc/isc/
H A Dev_streams.c72 int save; local
94 save = errno;
96 errno = save;
106 int save; local
128 save = errno;
130 errno = save;
/bionic/libc/netbsd/
H A Dgethnamaddr.c145 int save = errno; local
152 errno = save;
/bionic/libc/netbsd/resolv/
H A Dres_send.c1275 int save = errno; local
1292 errno = save;
1297 int save = errno; local
1302 errno = save;

Completed in 266 milliseconds