Home
last modified time | relevance | path

Searched refs:stat_to_svr32_stat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpiostat.c51 stat_to_svr32_stat(cpioinfo_t *TmpSt, struct stat *FromStat) in stat_to_svr32_stat() function
H A Dcpio.h286 extern void stat_to_svr32_stat(cpioinfo_t *TmpSt, struct stat *FromStat);
H A Dcpio.c7507 stat_to_svr32_stat(&TmpSt, FromStat); in convert_to_old_stat()