Home
last modified time | relevance | path

Searched refs:now (Results 1 – 6 of 6) sorted by relevance

/scripts/kconfig/
Dconfdata.c401 time_t now; in conf_write() local
441 time(&now); in conf_write()
453 use_timestamp ? ctime(&now) : ""); in conf_write()
675 time_t now; in conf_write_autoconf() local
697 time(&now); in conf_write_autoconf()
703 sym_get_string_value(sym), ctime(&now)); in conf_write_autoconf()
710 sym_get_string_value(sym), ctime(&now)); in conf_write_autoconf()
Dconf.c469 struct timeval now; in main() local
476 gettimeofday(&now, NULL); in main()
478 seed = (unsigned int)((now.tv_sec + 1) * (now.tv_usec + 1)); in main()
Dlex.zconf.c_shipped923 * we now use fwrite().
1378 /* Okay, we're now positioned to make the NUL
1416 * zconftext, we can now set up
1689 /* yy_c_buf_p now points to the character we want to return.
Dzconf.tab.c_shipped996 YYFPRINTF (stderr, "Stack now");
/scripts/genksyms/
Dlex.c_shipped794 * we now use fwrite().
1162 /* Okay, we're now positioned to make the NUL
1201 * yytext, we can now set up
1539 /* yy_c_buf_p now points to the character we want to return.
Dparse.c_shipped1056 YYFPRINTF (stderr, "Stack now");