Searched refs:filetime (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | uw-imap-fix-incompatible-pointer-types.patch | 69 tp[1] = LOCAL->filetime; 77 tp[1] = LOCAL->filetime = sbuf.st_mtime; 130 - if (now && !utime (stream->mailbox,tp)) LOCAL->filetime = tp[1]; 131 + if (now && !utime (stream->mailbox, (const struct utimbuf *)tp)) LOCAL->filetime = tp[1]; 139 - if (!utime (stream->mailbox,tp)) LOCAL->filetime = tp[1]; 140 + if (!utime (stream->mailbox, (const struct utimbuf *)tp)) LOCAL->filetime = tp[1]; 159 tp[1] = LOCAL->filetime = sbuf.st_mtime; 168 tp[1] = LOCAL->filetime = sbuf.st_mtime; 186 tp[1] = LOCAL->filetime = sbuf.st_mtime; 205 tp[1] = LOCAL->filetime; [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs.c | 31 char filetime[32], *target = NULL; in readdir_callback() local 41 ctime_r(&mtime, filetime); in readdir_callback() 64 printf("%24.24s %.*s", filetime, item->name_len, name); in readdir_callback()
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | reiserfs.c | 59 char filetime[30]; in sd_print_item() local 65 ctime_r(&ttime, filetime); in sd_print_item() 68 sd_v1_size(sd), filetime); in sd_print_item() 72 ctime_r(&ttime, filetime); in sd_print_item() 75 (__u32) sd_v2_size(sd), filetime); in sd_print_item()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.c | 266 char filetime[32]; in filldir() local 289 ctime_r((time_t *)&inode->i_mtime, filetime); in filldir() 290 printf("%9lld %24.24s ", inode->i_size, filetime); in filldir()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-maturin-crates.inc | 88 crate://crates.io/filetime/0.2.23 \ 443 SRC_URI[filetime-0.2.23.sha256sum] = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d24…
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | cargo-c-crates.inc | 82 crate://crates.io/filetime/0.2.25 \ 422 SRC_URI[filetime-0.2.25.sha256sum] = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils-crates.inc | 88 crate://crates.io/filetime/0.2.25 \ 394 SRC_URI[filetime-0.2.25.sha256sum] = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8…
|