Home
last modified time | relevance | path

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

/dports/security/shishi/shishi-1.0.2/src/
H A Dshishi.c162 starttime = shishi_get_date (args.starttime_arg, NULL); in main()
172 endtime = shishi_get_date (args.endtime_arg, &starttime); in main()
182 renew_till = shishi_get_date (args.renew_till_arg, &starttime); in main()
/dports/security/shishi/shishi-1.0.2/lib/
H A Dutils.c124 shishi_get_date (const char *p, const time_t * now) in shishi_get_date() function
H A Dcfg.c148 time_t then = shishi_get_date (value, &now); in shishi_cfg()
168 time_t then = shishi_get_date (value, &now); in shishi_cfg()
H A Dlibshishi.map352 shishi_get_date;
H A Dshishi.h2241 extern time_t shishi_get_date (const char *p, const time_t * now);
/dports/security/shishi/shishi-1.0.2/
H A DChangeLog8408 * src/shishi.c: Replace get_date with shishi_get_date.
8416 * lib/cfg.c: Use shishi_get_date.
8420 * lib/utils.c: (shishi_get_date): Add.
8424 * lib/shishi.h.in: Add utils.c and shishi_get_date.