Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c175 struct tm * (*funcp)(const time_t *,
179 struct tm * (*funcp)(const time_t *,
183 struct tm * (*funcp)(const time_t *,
1842 if ((*funcp)(&t, offset, &mytm) == NULL) { in time2sub()
1878 ((funcp == localsub) ? lclptr : gmtptr); in time2sub()
1888 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub()
1908 if ((*funcp)(&t, offset, tmp)) in time2sub()
1925 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2()
1926 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()
1950 t = time2(tmp, funcp, offset, &okay); in time1()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dstack.h26 enum language *funlang, struct symbol **funcp);
H A Dstack.c1030 enum language *funlang, struct symbol **funcp) in find_frame_funname() argument
1036 if (funcp) in find_frame_funname()
1037 *funcp = NULL; in find_frame_funname()
1082 if (funcp) in find_frame_funname()
1083 *funcp = func; in find_frame_funname()
/dragonfly/games/phantasia/
H A Dmisc.c1149 int (*funcp)(const char *, ...) __printflike(1, 2); in error() local
1152 funcp = (void *)printw; in error()
1155 funcp = printf; in error()
1157 (*funcp)("An unrecoverable error has occurred reading %s. (errno = %d)\n", whichfile, errno); in error()
1158 (*funcp)("Please run 'setup' to determine the problem.\n"); in error()