Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c197 register struct tm *newtmp; local
305 newtmp = localtime(&newt);
306 if (newtmp != NULL)
307 newtm = *newtmp;
308 if ((tmp == NULL || newtmp == NULL) ? (tmp != newtmp) :
313 newtmp = localtime(&newt);
314 if (newtmp != NULL) {
315 newtm = *newtmp;
323 tmp = newtmp;
/illumos-gate/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()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c560 unsigned newtmp = listent->abl_code; in copy_abbrev_table_to_new_table() local
561 unsigned newhash = newtmp%entry_out_count; in copy_abbrev_table_to_new_table()