/src/sbin/restore/ |
symtab.c | 454 struct entry temp, *tentry; local in function:dumpsymtable 511 tentry = NULL; 513 tentry = (struct entry *)(long)entry[l]->e_index; 514 (void) fwrite((char *)&tentry, sizeof(struct entry *), 1, fd);
|
symtab.c | 454 struct entry temp, *tentry; local in function:dumpsymtable 511 tentry = NULL; 513 tentry = (struct entry *)(long)entry[l]->e_index; 514 (void) fwrite((char *)&tentry, sizeof(struct entry *), 1, fd);
|
symtab.c | 454 struct entry temp, *tentry; local in function:dumpsymtable 511 tentry = NULL; 513 tentry = (struct entry *)(long)entry[l]->e_index; 514 (void) fwrite((char *)&tentry, sizeof(struct entry *), 1, fd);
|
/src/games/backgammon/common_source/ |
fancy.c | 717 char tentry[1024]; /* temporary uncoded caps buffer */ local in function:getcaps 719 tgetent(tentry, s); /* get uncoded termcap entry */
|
fancy.c | 717 char tentry[1024]; /* temporary uncoded caps buffer */ local in function:getcaps 719 tgetent(tentry, s); /* get uncoded termcap entry */
|
fancy.c | 717 char tentry[1024]; /* temporary uncoded caps buffer */ local in function:getcaps 719 tgetent(tentry, s); /* get uncoded termcap entry */
|