Searched refs:tf_hdr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/stand/libsa/ |
| H A D | pkgfs.c | 105 struct ustar_hdr tf_hdr; member 237 if (strcmp(fn, tf->tf_hdr.ut_name) == 0) { in pkg_open_follow() 241 fn, tf->tf_hdr.ut_typeflag[0])); in pkg_open_follow() 242 if (tf->tf_hdr.ut_typeflag[0] == '2') { in pkg_open_follow() 248 return pkg_open_follow(tf->tf_hdr.ut_linkname, in pkg_open_follow() 276 DEBUG_PRINTF(1, ("%s(%s)\n", __func__, tf->tf_hdr.ut_name)); in pkg_close() 299 DEBUG_PRINTF(4, ("%s(%s,%zd)\n", __func__, tf->tf_hdr.ut_name, size)); in pkg_read() 338 DEBUG_PRINTF(4, ("%s(%s) res=%zd\n", __func__, tf->tf_hdr.ut_name, in pkg_read() 418 sb->st_mtime = pkg_atol(tf->tf_hdr.ut_mtime, 12); in pkg_stat() 440 memcpy(d->d_name, tf->tf_hdr.ut_name, sizeof(d->d_name)); in pkg_readdir() [all …]
|