Home | History | Annotate | Download | only in dist

Lines Matching defs:lstatbuf

1053   struct stat			  statbuf, lstatbuf;
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) &&
1217 !S_ISFIFO(lstatbuf.st_mode) && !S_ISSOCK(lstatbuf.st_mode)
1218 && !S_ISLNK(lstatbuf.st_mode) && !S_ISREG(lstatbuf.st_mode) &&
1219 !S_ISDIR(lstatbuf.st_mode)) {
1278 lstatbuf.st_mode = (lstatbuf.st_mode & ~S_IFMT) | S_IFREG;
1296 if (S_ISREG(lstatbuf.st_mode) && !have_rsrc && apple_both && !x_hfs) {
1399 hfs_ent->crdate = lstatbuf.st_ctime;
1400 hfs_ent->mddate = lstatbuf.st_mtime;
1406 s_entry->hfs_ent->rsize = lstatbuf.st_size;
1409 s_entry->hfs_ent->dsize = lstatbuf.st_size;
1454 if (S_ISCHR(lstatbuf.st_mode) || S_ISBLK(lstatbuf.st_mode) ||
1455 S_ISFIFO(lstatbuf.st_mode) || S_ISSOCK(lstatbuf.st_mode)
1456 || S_ISLNK(lstatbuf.st_mode))
1513 &statbuf, &lstatbuf, deep_flag);
1542 switch(lstatbuf.st_mode & S_IFMT)
1625 lstatbuf.st_mode = (lstatbuf.st_mode & ~S_IFMT) | S_IFREG;
1646 if (S_ISREG(lstatbuf.st_mode)) { /* it's a regular file */
1692 &statbuf, &lstatbuf, deep_flag);
1702 &statbuf, &lstatbuf, deep_flag);