HomeSort by: relevance | last modified time | path
    Searched defs:p_act (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/tests/libntp/
caljulian.c 48 const char * p_act = CalendarToString(actual); local
49 printf("expected: %s but was %s", p_exp, p_act);
calendar.c 140 char *p_act = CalendarFromCalToString(actual); local
142 printf("expected: %s but was %s", p_exp, p_act);
145 free(p_act);

Completed in 25 milliseconds