/src/usr.sbin/makefs/v7fs/ |
v7fs_populate.c | 199 char srcpath[MAXPATHLEN + 1]; local in function:populate_walk 236 snprintf(srcpath, sizeof(srcpath), "%s/%s", dir, 238 error = file_copy(fs, parent_inode, cur, srcpath);
|
v7fs_populate.c | 199 char srcpath[MAXPATHLEN + 1]; local in function:populate_walk 236 snprintf(srcpath, sizeof(srcpath), "%s/%s", dir, 238 error = file_copy(fs, parent_inode, cur, srcpath);
|