now 1523 lib/util.c gint64 now; now 1525 lib/util.c now = g_get_monotonic_time (); now 1527 lib/util.c if (now >= *timestamp && now < *timestamp + delay) now 1530 lib/util.c *timestamp = now; now 238 lib/vfs/gc.c vfs_expire (gboolean now) now 253 lib/vfs/gc.c if (now) now 264 lib/vfs/gc.c if (now) now 253 lib/vfs/vfs.h void vfs_expire (gboolean now); now 101 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now; now 151 src/vfs/ftpfs/ftpfs_parse_ls.c now = *localtime (&rawnow); now 164 src/vfs/ftpfs/ftpfs_parse_ls.c year = now.tm_year + 1900; now 166 src/vfs/ftpfs/ftpfs_parse_ls.c if (month * 32 + day > now.tm_mon * 32 + now.tm_mday + 6)