/src/sys/arch/sgimips/stand/sgivol/ |
sgivol.c | 529 char dstfile[sizeof(volhdr->voldir[0].name) + 1]; local in function:move_file 544 memset(dstfile, 0, sizeof(dstfile)); 545 memcpy(dstfile, ufilename, namelen); 553 vfilename, dstfile); 556 if (names_match(i, dstfile)) 559 vfilename, dstfile); 564 /* `dstfile' is already padded with NULs */ 565 memcpy(volhdr->voldir[slot].name, dstfile,
|
sgivol.c | 529 char dstfile[sizeof(volhdr->voldir[0].name) + 1]; local in function:move_file 544 memset(dstfile, 0, sizeof(dstfile)); 545 memcpy(dstfile, ufilename, namelen); 553 vfilename, dstfile); 556 if (names_match(i, dstfile)) 559 vfilename, dstfile); 564 /* `dstfile' is already padded with NULs */ 565 memcpy(volhdr->voldir[slot].name, dstfile,
|