Lines Matching refs:strcpy
130 strcpy(fi->type, type); in add_socket()
234 strcpy(fi->type, s->type); in find_socket()
252 case S_IFBLK: strcpy(fi->type, "BLK"); break; in fill_stat()
253 case S_IFCHR: strcpy(fi->type, "CHR"); break; in fill_stat()
254 case S_IFDIR: strcpy(fi->type, "DIR"); break; in fill_stat()
255 case S_IFIFO: strcpy(fi->type, "FIFO"); break; in fill_stat()
256 case S_IFLNK: strcpy(fi->type, "LINK"); break; in fill_stat()
257 case S_IFREG: strcpy(fi->type, "REG"); break; in fill_stat()
258 case S_IFSOCK: strcpy(fi->type, "sock"); break; in fill_stat()
294 strcpy(fi->fd, fd); in new_file_info()
295 strcpy(fi->type, "unknown"); in new_file_info()