Home
last modified time | relevance | path

Searched refs:lstatbuf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Drock.c148 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 Dtree.c1053 struct stat statbuf, lstatbuf; local
1065 lstatus = lstat_filter(whole_path, &lstatbuf);
1084 lstatbuf = root_statbuf;
1087 if(S_ISLNK(lstatbuf.st_mode))
1151 lstatbuf = statbuf;
1164 lstatbuf = statbuf;
1180 if(!S_ISDIR(lstatbuf.st_mode) && (statbuf.st_fab_rfm != FAB$C_FIX &&
1188 if(S_ISREG(lstatbuf.st_mode) && (status = access(whole_path, R_OK)))
1198 && S_ISDIR(lstatbuf.st_mode)
1216 if (!S_ISCHR(lstatbuf.st_mode) && !S_ISBLK(lstatbuf.st_mode) &&
[all …]
H A Dmulti.c227 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()