Home
last modified time | relevance | path

Searched refs:pnt (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dvms-misc.c452 char *pnt; in get_vms_time_string() local
456 pnt = ctime (&timeb); in get_vms_time_string()
457 pnt[3] = 0; in get_vms_time_string()
458 pnt[7] = 0; in get_vms_time_string()
459 pnt[10] = 0; in get_vms_time_string()
460 pnt[16] = 0; in get_vms_time_string()
461 pnt[24] = 0; in get_vms_time_string()
463 pnt + 8, pnt + 4, pnt + 20, pnt + 11); in get_vms_time_string()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dpep.em1628 char *pnt;
1644 pnt = strrchr (is3->the_bfd->filename, '.');
1645 if (pnt != NULL && filename_cmp (pnt, ".dll") == 0)
1661 pnt = strrchr (is2->the_bfd->filename, '.');
1662 if (pnt != NULL && filename_cmp (pnt, ".obj") == 0)
1678 pnt = strrchr (is->the_bfd->filename, '.');
1680 if (is_ms_arch && (filename_cmp (pnt, ".dll") == 0))
Dpe.em1684 char *pnt;
1700 pnt = strrchr (is3->the_bfd->filename, '.');
1701 if (pnt != NULL && filename_cmp (pnt, ".dll") == 0)
1717 pnt = strrchr (is2->the_bfd->filename, '.');
1718 if (pnt != NULL && filename_cmp (pnt, ".obj") == 0)
1734 pnt = strrchr (is->the_bfd->filename, '.');
1736 if (is_ms_arch && (filename_cmp (pnt, ".dll") == 0))
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c11969 char *pnt; in get_vms_time() local
11973 pnt = ctime (&timeb); in get_vms_time()
11974 pnt[3] = 0; in get_vms_time()
11975 pnt[7] = 0; in get_vms_time()
11976 pnt[10] = 0; in get_vms_time()
11977 pnt[16] = 0; in get_vms_time()
11978 pnt[24] = 0; in get_vms_time()
11979 sprintf (Now, "%2s-%3s-%s %s", pnt + 8, pnt + 4, pnt + 20, pnt + 11); in get_vms_time()