Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dunctime.c41 unctime(char *str) in unctime() function
H A DMakefile21 SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
H A Ddump.h98 time_t unctime(char *str);
H A Ditime.c256 ddp->dd_ddate = unctime(un_buf); in makedumpdate()
H A Dmain.c220 spcl.c_ddate = unctime(optarg); in main()