Searched refs:newtmp (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/zdump/ |
| H A D | zdump.c | 633 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); in main() local 634 bool newtm_ok = newtmp != NULL; in main() 640 newtmp = localtime_rz(tz, &newt, &newtm); in main() 641 newtm_ok = newtmp != NULL; in main() 643 showtrans("%Y-%m-%d\t%L\t%Q", newtmp, newt, in main()
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | natsemi.c | 272 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 D | dwarf_util.c | 560 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()
|