TimeBuf 555 src/vfs/smbfs/helpers/lib/time.c static fstring TimeBuf; TimeBuf 561 src/vfs/smbfs/helpers/lib/time.c slprintf (TimeBuf, sizeof (TimeBuf) - 1, "%ld seconds since the Epoch", (long) t); TimeBuf 565 src/vfs/smbfs/helpers/lib/time.c strftime (TimeBuf, 100, "%Y/%m/%d %H:%M:%S", tm); TimeBuf 567 src/vfs/smbfs/helpers/lib/time.c return (TimeBuf);