Home
last modified time | relevance | path

Searched refs:newtmp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/zdump/
H A Dzdump.c193 register struct tm *newtmp; local
300 newtmp = localtime(&newt);
301 if (newtmp != NULL)
302 newtm = *newtmp;
303 if ((tmp == NULL || newtmp == NULL) ? (tmp != newtmp) :
308 newtmp = localtime(&newt);
309 if (newtmp != NULL) {
310 newtm = *newtmp;
318 tmp = newtmp;
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c204 unsigned newtmp = listent->ab_code; in copy_abbrev_table_to_new_table() local
205 unsigned newhash = newtmp%entry_out_count; in copy_abbrev_table_to_new_table()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c272 u32 newtmp = tmp & ~(0x03|0x100); in natsemi_probe() local
273 pcibios_write_config_dword(pci->bus, pci->devfn, PCIPM, newtmp); in natsemi_probe()