/src/usr.sbin/kvm_mkdb/ |
nlist_coff.c | 269 char *tmpcp; local in function:create_knlist_coff 325 if ((tmpcp = strchr(data.data, '\n')) != NULL) 326 *tmpcp = '\0';
|
nlist_ecoff.c | 90 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp; local in function:create_knlist_ecoff 249 if ((tmpcp = strchr(data.data, '\n')) != NULL) 250 *tmpcp = '\0';
|
nlist_elf32.c | 100 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp, *strtab; variable in typeref:typename:char ***** 355 if ((tmpcp = strchr(data.data, '\n')) != NULL) 356 *tmpcp = '\0';
|
nlist_coff.c | 269 char *tmpcp; local in function:create_knlist_coff 325 if ((tmpcp = strchr(data.data, '\n')) != NULL) 326 *tmpcp = '\0';
|
nlist_ecoff.c | 90 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp; local in function:create_knlist_ecoff 249 if ((tmpcp = strchr(data.data, '\n')) != NULL) 250 *tmpcp = '\0';
|
nlist_elf32.c | 100 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp, *strtab; variable in typeref:typename:char ***** 355 if ((tmpcp = strchr(data.data, '\n')) != NULL) 356 *tmpcp = '\0';
|