Home
last modified time | relevance | path

Searched refs:fstatbuf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dtree.c109 struct stat fstatbuf = {0,}; /* We use this for the artificial entries we create */ variable
192 attach_dot_entries(this_dir, &fstatbuf); in FDECL1()
403 iso9660_date(table->isorec.date, fstatbuf.st_mtime); in FDECL1()
423 fstatbuf.st_mode = 0444 | S_IFREG; in FDECL1()
424 fstatbuf.st_nlink = 1; in FDECL1()
431 &fstatbuf, &fstatbuf, 0); in FDECL1()
644 fstatbuf.st_mode = 0555 | S_IFDIR; in generate_reloc_directory()
645 fstatbuf.st_nlink = 2; in generate_reloc_directory()
648 s_entry, &fstatbuf, &fstatbuf, 0); in generate_reloc_directory()
693 iso9660_date(s_entry->isorec.date, fstatbuf.st_mtime); in FDECL2()
[all …]
H A DChangeLog238 * tree.c: Set isorec.date from fstatbuf.st_ctime, not current_time,