OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/warp/
warp.c
154
char tmp, *s, *
tcbuf
;
local in function:main
296
tcbuf
= malloc(1024);
297
intrp_init(
tcbuf
);
304
term_set(
tcbuf
);
305
free(
tcbuf
);
intrp.c
38
intrp_init(char *
tcbuf
)
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 */
term.c
115
term_set(char *
tcbuf
) /* temp area for "uncompiled" termcap entry */
139
retval = tgetent(
tcbuf
,getenv("TERM")); /* get termcap entry */
298
mac_init(
tcbuf
);
304
mac_init(char *
tcbuf
)
310
while (fgets(
tcbuf
,1024,tmpfp) != NULL) {
311
mac_line(
tcbuf
,tmpbuf,(sizeof tmpbuf));
/src/usr.sbin/rtadvd/
advcap.c
194
char
tcbuf
[BUFSIZ];
local in function:tnchktc
217
if (getent(
tcbuf
, tcname, remotefile) != 1) {
220
for (q =
tcbuf
; *q++ != ':'; )
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025