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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddata_extract_all.c65 struct stat existing_sb; local
66 if (lstat(file_header->name, &existing_sb) == -1) {
71 else if (existing_sb.st_mtime >= file_header->mtime) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddata_extract_all.c65 struct stat existing_sb; local
66 if (lstat(file_header->name, &existing_sb) == -1) {
71 else if (existing_sb.st_mtime >= file_header->mtime) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddata_extract_all.c65 struct stat existing_sb; local
66 if (lstat(file_header->name, &existing_sb) == -1) {
71 else if (existing_sb.st_mtime >= file_header->mtime) {

Completed in 164 milliseconds