Home
last modified time | relevance | path

Searched refs:newfrom (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.c142 static unsigned char *newfrom; in convert_floatformat_to_doublest() local
149 if (newfrom == NULL) in convert_floatformat_to_doublest()
151 newfrom = (unsigned char *) xmalloc (fmt->totalsize); in convert_floatformat_to_doublest()
153 swapout = newfrom; in convert_floatformat_to_doublest()
155 ufrom = newfrom; in convert_floatformat_to_doublest()
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm5938 my @newfrom = ();
5942 push @newfrom, $c unless $from{$c};
5944 @from = @newfrom;