Searched refs:tcbuf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/games/warp/
H A Dwarp.c154 char tmp, *s, *tcbuf; local
296 tcbuf = malloc(1024);
297 intrp_init(tcbuf);
304 term_set(tcbuf);
305 free(tcbuf);
H A Dintrp.c38 intrp_init(char *tcbuf) argument
63 strcpy(tcbuf,getrealname(getuid()));
64 realname = savestr(tcbuf);
83 (void) getcwd(tcbuf, sizeof(tcbuf));/* find working directory name */
84 origdir = savestr(tcbuf); /* and remember it */
H A Dterm.c115 term_set(char *tcbuf) /* temp area for "uncompiled" termcap entry */ argument
139 retval = tgetent(tcbuf,getenv("TERM")); /* get termcap entry */
298 mac_init(tcbuf);
304 mac_init(char *tcbuf) argument
310 while (fgets(tcbuf,1024,tmpfp) != NULL) {
311 mac_line(tcbuf,tmpbuf,(sizeof tmpbuf));
/netbsd-current/usr.sbin/rtadvd/
H A Dadvcap.c194 char tcbuf[BUFSIZ]; local
217 if (getent(tcbuf, tcname, remotefile) != 1) {
220 for (q = tcbuf; *q++ != ':'; )

Completed in 107 milliseconds