HomeSort by: relevance | last modified time | path
    Searched defs:lstatbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
multi.c 227 struct stat *,lstatbuf)
262 if( (lstatbuf->st_mode & S_IFMT) != (mode & S_IFMT) )
273 iso9660_date((char *) time_buf, lstatbuf->st_ctime);
280 iso9660_date((char *) time_buf, lstatbuf->st_mtime);
624 struct stat *, statbuf, struct stat *, lstatbuf,
675 && (check_rr_dates(ptr[i], curr_entry, statbuf, lstatbuf)) )
1136 struct stat statbuf, lstatbuf; local
1154 lstatus = lstat_filter(s_entry->whole_name, &lstatbuf);
1181 &statbuf, &lstatbuf, &odpnt);
1198 lstatbuf.st_mode = (lstatbuf.st_mode & ~S_IFMT) | S_IFREG
    [all...]
tree.c 1053 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...]

Completed in 19 milliseconds