Home
last modified time | relevance | path

Searched defs:p_tm (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libc/port/gen/
H A Dlocaltime.c482 gmtime_r(const time_t *timep, struct tm *p_tm) in gmtime_r() argument
502 struct tm *p_tm = tsdalloc(_T_STRUCT_TM, sizeof (struct tm), NULL); in gmtime() local
623 localtime_r(const time_t *timep, struct tm *p_tm) in localtime_r() argument
668 struct tm *p_tm = tsdalloc(_T_STRUCT_TM, sizeof (struct tm), NULL); localtime() local
[all...]
/titanic_51/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c48 struct tm *p_tm; in get_timestamp() local