Searched refs:sbcache (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.c407 if( S_ISREG(XAR(x)->sbcache.st_mode) && (XAR(x)->sbcache.st_nlink > 1) ) {
417 tmpf = xar_link_lookup(x, XAR(x)->sbcache.st_dev, XAR(x)->sbcache.st_ino, f);
429 type = filetype_name(XAR(x)->sbcache.st_mode & S_IFMT);
435 if( xar_check_prop(x, "device") && (S_ISBLK(XAR(x)->sbcache.st_mode) || S_ISCHR(XAR(x)->sbcache.st_mode))) {
438 xar_devmake(XAR(x)->sbcache.st_rdev, &major, &minor);
447 if( S_ISLNK(XAR(x)->sbcache.st_mode) ) {
463 asprintf(&tmpstr, "%"INO_STRING, XAR(x)->sbcache
[all...]
H A Darchive.h100 struct stat sbcache; member in struct:__xar_t
H A Darchive.c892 if( lstat(tmp, &XAR(x)->sbcache) != 0 ) {
928 if( lstat(tmp, &XAR(x)->sbcache) != 0 ) {
983 if( lstat(tmp, &XAR(x)->sbcache) != 0 ) {
1019 if( lstat(tmp, &XAR(x)->sbcache) != 0 ) {
1225 memcpy(&XAR(x)->sbcache,info,sizeof(struct stat));

Completed in 181 milliseconds