now 1544 lib/util.c gint64 now; now 1546 lib/util.c now = g_get_monotonic_time (); now 1548 lib/util.c if (now >= *timestamp && now < *timestamp + delay) now 1551 lib/util.c *timestamp = now; now 239 lib/vfs/gc.c vfs_expire (gboolean now) now 254 lib/vfs/gc.c if (now) now 265 lib/vfs/gc.c if (now) now 259 lib/vfs/vfs.h void vfs_expire (gboolean now); now 102 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now; now 152 src/vfs/ftpfs/ftpfs_parse_ls.c now = *localtime (&rawnow); now 165 src/vfs/ftpfs/ftpfs_parse_ls.c year = now.tm_year + 1900; now 167 src/vfs/ftpfs/ftpfs_parse_ls.c if (month * 32 + day > now.tm_mon * 32 + now.tm_mday + 6)