Searched refs:u_buf (Results 1 – 3 of 3) sorted by relevance
177 u_char u_buf[MAXPACKET+offsetof(struct icmp, icmp_data)]; member
6521 struct utimbuf u_buf; in copy_file_to_archive() local6522 u_buf.actime = s_buf.st_atime; in copy_file_to_archive()6523 u_buf.modtime = s_buf.st_mtime; in copy_file_to_archive()6524 utime (aname, &u_buf); in copy_file_to_archive()