Searched refs:newtmp (Results 1 – 3 of 3) sorted by relevance
193 register struct tm *newtmp; local300 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;
204 unsigned newtmp = listent->ab_code; in copy_abbrev_table_to_new_table() local205 unsigned newhash = newtmp%entry_out_count; in copy_abbrev_table_to_new_table()
272 u32 newtmp = tmp & ~(0x03|0x100); in natsemi_probe() local273 pcibios_write_config_dword(pci->bus, pci->devfn, PCIPM, newtmp); in natsemi_probe()