now              1551 lib/util.c         gint64 now;
now              1553 lib/util.c         now = g_get_monotonic_time ();
now              1555 lib/util.c         if (now >= *timestamp && now < *timestamp + delay)
now              1558 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               257 lib/vfs/vfs.h  void vfs_expire (gboolean now);
now               108 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now;
now               154 src/vfs/ftpfs/ftpfs_parse_ls.c     now = *localtime (&rawnow);
now               167 src/vfs/ftpfs/ftpfs_parse_ls.c     year = now.tm_year + 1900;
now               169 src/vfs/ftpfs/ftpfs_parse_ls.c     if (month * 32 + day > now.tm_mon * 32 + now.tm_mday + 6)