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

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcaljulian.c64 char *p_exp, *p_act; local
67 p_act = CalendarToString(actual);
68 printf("expected: %s but was %s", p_exp, p_act);
70 free(p_act);
H A Dcalendar.c119 char *p_act = CalendarFromCalToString(actual); local
121 printf("expected: %s but was %s", p_exp, p_act);
124 free(p_act);
/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A Dleapsec.c316 char *p_act = CalendarToString(actual); local
318 printf("expected: %s but was %s", p_exp, p_act);
321 free(p_act);

Completed in 113 milliseconds