Searched refs:lstatbuf (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | rock.c | 148 struct stat * lstatbuf, in generate_rock_ridge_attributes() argument 154 lstatbuf, in generate_rock_ridge_attributes() 157 struct stat * statbuf, *lstatbuf; 179 if (S_ISREG(lstatbuf->st_mode) && apple_ext && s_entry->hfs_ent) { 278 set_733((char*)Rock + ipnt, lstatbuf->st_mode); 280 set_733((char*)Rock + ipnt, lstatbuf->st_nlink); 282 set_733((char*)Rock + ipnt, lstatbuf->st_uid); 284 set_733((char*)Rock + ipnt, lstatbuf->st_gid); 291 if (S_ISCHR(lstatbuf->st_mode) || S_ISBLK(lstatbuf->st_mode)) { 299 set_733((char*)Rock + ipnt, major(lstatbuf->st_rdev )); [all …]
|
| H A D | tree.c | 1033 struct stat statbuf, lstatbuf; local 1045 lstatus = lstat_filter(whole_path, &lstatbuf); 1064 lstatbuf = root_statbuf; 1067 if(S_ISLNK(lstatbuf.st_mode)) 1131 lstatbuf = statbuf; 1144 lstatbuf = statbuf; 1160 if(!S_ISDIR(lstatbuf.st_mode) && (statbuf.st_fab_rfm != FAB$C_FIX && 1168 if(S_ISREG(lstatbuf.st_mode) && (status = access(whole_path, R_OK))) 1178 && S_ISDIR(lstatbuf.st_mode) 1196 if (!S_ISCHR(lstatbuf.st_mode) && !S_ISBLK(lstatbuf.st_mode) && [all …]
|
| H A D | multi.c | 227 struct stat *,lstatbuf) in FDECL4() argument 262 if( (lstatbuf->st_mode & S_IFMT) != (mode & S_IFMT) ) in FDECL4() 273 iso9660_date((char *) time_buf, lstatbuf->st_ctime); in FDECL4() 280 iso9660_date((char *) time_buf, lstatbuf->st_mtime); in FDECL4() 624 struct stat *, statbuf, struct stat *, lstatbuf, in FDECL6() argument 675 && (check_rr_dates(ptr[i], curr_entry, statbuf, lstatbuf)) ) in FDECL6() 1136 struct stat statbuf, lstatbuf; in FDECL2() local 1154 lstatus = lstat_filter(s_entry->whole_name, &lstatbuf); in FDECL2() 1181 &statbuf, &lstatbuf, &odpnt); in FDECL2() 1198 lstatbuf.st_mode = (lstatbuf.st_mode & ~S_IFMT) | S_IFREG; in FDECL2()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | stat.t | 497 is "@lstatbuf", "@statbuf", 'lstat $ioref reverts to regular fstat';
|