Searched defs:newnum (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c109 Perl_new_numeric(pTHX_ char *newnum) argument
113 if (! newnum) {
123 if (! PL_numeric_name || strNE(PL_numeric_name, newnum)) {
125 PL_numeric_name = stdize_locale(savepv(newnum));
126 PL_numeric_standard = (strEQ(newnum, "C") || strEQ(newnum, "POSIX"));
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c646 unsigned int newnum = 2 * (new_array->index + 1);
647 tmp = grub_realloc (array->members, newnum
653 0, (newnum - array->allocated_devs)
655 array->allocated_devs = newnum;
645 unsigned int newnum = 2 * (new_array->index + 1); local

Completed in 32 milliseconds