Lines Matching refs:tmp
78 char *tmp = dest; in strcpy() local
82 return tmp; in strcpy()
99 char *tmp = dest; in strncpy() local
104 return tmp; in strncpy()
143 char *tmp = dest; in strcat() local
150 return tmp; in strcat()
166 char *tmp = dest; in strncat() local
179 return tmp; in strncat()
505 char tmp; in strswab() local
507 tmp = *p; in strswab()
509 *q = tmp; in strswab()
600 char *tmp, *s; in memmove() local
617 tmp = (char *) dest + count; in memmove()
620 *--tmp = *--s; in memmove()