Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dctime.c150 static time_t time2 P((struct tm *tmp, void (* funcp)(),
1190 time2(tmp, funcp, offset, okayp) in time2() argument
1192 void (* const funcp)();
1248 (*funcp)(&t, offset, &mytm);
1269 ((funcp == localsub) ? lclptr : gmtptr);
1282 (*funcp)(&newt, offset, &mytm);
1298 (*funcp)(&t, offset, tmp);
1304 time1(tmp, funcp, offset) in time1() argument
1306 void (* const funcp)();
1316 t = time2(tmp, funcp, offset, &okay);
[all …]
/original-bsd/games/phantasia/
H A Dmisc.c1442 int (*funcp) __P((const char *, ...)); local
1446 funcp = printw;
1450 funcp = printf;
1452 (*funcp)("An unrecoverable error has occurred reading %s. (errno = %d)\n", whichfile, errno);
1453 (*funcp)("Please run 'setup' to determine the problem.\n");
/original-bsd/sys/news3400/bm/
H A Dbitmapif.c165 register char *funcp = consfb->funcvec; local
178 *funcp++ = tmp[((fore & 1) << 1) | (aux & 1)];
/original-bsd/sys/news3400/fb/
H A Dfb_start.c885 register char *funcp; local
912 funcp = fb->funcvec;
914 *funcp++ = tmp[((fore & 1) << 1) | (aux & 1)];