Searched refs:mod_time (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DupdateBEDate18 my $mod_time;
24 $mod_time = (stat ($i))[9];
25 $stamp = localtime($mod_time);
27 localtime($mod_time);
49 utime(time, $mod_time, "$i.new") || die "touch $i.new failed: $!";
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkadb.h60 int32_t mod_time; /* time last modified */ member in struct:ka_entry
H A Dhprop.c358 hdb.entry.modified_by->time = ntohl(ent->mod_time);
/freebsd-9.3-release/usr.bin/catman/
H A Dcatman.c304 * If mod_time isn't NULL, it will contain the file's modification time.
307 test_path(char *name, time_t *mod_time) argument
314 if (mod_time != NULL)
315 *mod_time = test_st.st_mtime;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c298 unsigned int mod_time; member in struct:line_header::file_entry
5159 unsigned int mod_time,
5182 fe->mod_time = mod_time;
5270 unsigned int dir_index, mod_time, length; local
5275 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5280 add_file_name (lh, cur_file, dir_index, mod_time, length);
5423 unsigned int dir_index, mod_time, length; local
5430 mod_time =
5436 add_file_name (lh, cur_file, dir_index, mod_time, lengt
5156 add_file_name(struct line_header *lh, char *name, unsigned int dir_index, unsigned int mod_time, unsigned int length) argument
[all...]

Completed in 137 milliseconds