HomeSort by: relevance | last modified time | path
    Searched refs:timespec_to_pgtimestamp (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_db.h 86 int timespec_to_pgtimestamp(const struct timespec *, char **);
pgfs_puffs.c 844 error = timespec_to_pgtimestamp(&va->va_atime, &ts);
862 error = timespec_to_pgtimestamp(&va->va_mtime, &ts);
880 error = timespec_to_pgtimestamp(&va->va_ctime, &ts);
898 error = timespec_to_pgtimestamp(&va->va_birthtime, &ts);
pgfs_subs.c 185 * timespec_to_pgtimestamp: create a text representation of timestamp which
192 timespec_to_pgtimestamp(const struct timespec *tv, char **resultp) function in typeref:typename:int

Completed in 13 milliseconds