• Home
  • Raw
  • Download

Lines Matching defs:p

46 {char*(*p)(const struct tm*) = asctime;}  in f()  local
47 {clock_t(*p)(void) = clock;} in f() local
48 {char*(*p)(const time_t*) = ctime;} in f() local
49 {double(*p)(time_t,time_t) = difftime;} in f() local
50 {struct tm*(*p)(const time_t*) = gmtime;} in f() local
51 {struct tm*(*p)(const time_t*) = localtime;} in f() local
52 {time_t(*p)(struct tm*) = mktime;} in f() local
53 {size_t(*p)(char*restrict,size_t,const char*restrict,const struct tm*restrict) = strftime;} in f() local
54 {time_t(*p)(time_t*) = time;} in f() local
56 {char*(*p)(const struct tm*restrict,char*restrict) = asctime_r;} in f() local
57 {int(*p)(pid_t,clockid_t*) = clock_getcpuclockid;} in f() local
58 {int(*p)(clockid_t,struct timespec*) = clock_getres;} in f() local
59 {int(*p)(clockid_t,struct timespec*) = clock_gettime;} in f() local
60 {int(*p)(clockid_t,int,const struct timespec*,struct timespec*) = clock_nanosleep;} in f() local
61 {int(*p)(clockid_t,const struct timespec*) = clock_settime;} in f() local
62 {char*(*p)(const time_t*,char*) = ctime_r;} in f() local
63 {struct tm*(*p)(const time_t*restrict,struct tm*restrict) = gmtime_r;} in f() local
64 {struct tm*(*p)(const time_t*restrict,struct tm*restrict) = localtime_r;} in f() local
65 {int(*p)(const struct timespec*,struct timespec*) = nanosleep;} in f() local
66 {size_t(*p)(char*restrict,size_t,const char*restrict,const struct tm*restrict,locale_t) = strftime_… in f() local
67 {int(*p)(clockid_t,struct sigevent*restrict,timer_t*restrict) = timer_create;} in f() local
68 {int(*p)(timer_t) = timer_delete;} in f() local
69 {int(*p)(timer_t) = timer_getoverrun;} in f() local
70 {int(*p)(timer_t,struct itimerspec*) = timer_gettime;} in f() local
71 {int(*p)(timer_t,int,const struct itimerspec*restrict,struct itimerspec*restrict) = timer_settime;} in f() local
73 {void(*p)(void) = tzset;} in f() local
76 {struct tm*(*p)(const char*) = getdate;} in f() local
78 {char*(*p)(const char*restrict,const char*restrict,struct tm*restrict) = strptime;} in f() local