Home
last modified time | relevance | path

Searched refs:root_statbuf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dtree.c111 struct stat root_statbuf = {0, }; /* Stat buffer for root directory */ variable
653 attach_dot_entries(reloc_dir, &root_statbuf); in generate_reloc_directory()
1078 root_statbuf = statbuf; /* Save this for later on */
1083 statbuf = root_statbuf;
1084 lstatbuf = root_statbuf;
H A Dmkisofs.h353 extern struct stat root_statbuf;
H A DChangeLog491 * tree.c (root_statbuf): New variable.
493 * tree.c (scan_directory_tree): Initialize root_statbuf when we
496 * tree.c (generate_reloc_directory): Use root_statbuf when
500 * tree.c (scan_directory_tree): Use root_statbuf when generating
H A Djoliet.c1026 iso9660_date(jroot_record.date, root_statbuf.st_mtime); in jroot_gen()
H A Dwrite.c548 iso9660_date(root_record.date, root_statbuf.st_mtime); in root_gen()