Searched refs:__MAKETIME_P (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Dmaketime.h30 # define __MAKETIME_P(x) x macro
32 # define __MAKETIME_P(x) () macro
35 struct tm *time2tm __MAKETIME_P((time_t,int));
36 time_t difftm __MAKETIME_P((struct tm const *, struct tm const *));
37 time_t str2time __MAKETIME_P((char const *, time_t, long));
38 time_t tm2time __MAKETIME_P((struct tm *, int));
39 void adjzone __MAKETIME_P((struct tm *, long));

Completed in 83 milliseconds