xmalloc 417 util/getarg.c TmpArray.IntArray[NumOfPrm] = xmalloc(sizeof(int)); xmalloc 423 util/getarg.c TmpArray.IntArray[NumOfPrm] = xmalloc(sizeof(int)); xmalloc 429 util/getarg.c TmpArray.IntArray[NumOfPrm] = xmalloc(sizeof(int)); xmalloc 435 util/getarg.c TmpArray.IntArray[NumOfPrm] = xmalloc(sizeof(int)); xmalloc 441 util/getarg.c TmpArray.LngArray[NumOfPrm] = xmalloc(sizeof(long)); xmalloc 447 util/getarg.c TmpArray.LngArray[NumOfPrm] = xmalloc(sizeof(long)); xmalloc 454 util/getarg.c TmpArray.LngArray[NumOfPrm] = xmalloc(sizeof(long)); xmalloc 461 util/getarg.c TmpArray.LngArray[NumOfPrm] = xmalloc(sizeof(long)); xmalloc 468 util/getarg.c TmpArray.FltArray[NumOfPrm] = xmalloc(sizeof(float)); xmalloc 474 util/getarg.c TmpArray.DblArray[NumOfPrm] = xmalloc(sizeof(double)); xmalloc 496 util/getarg.c Ptemp = Pmain = xmalloc((unsigned)(NumOfPrm + 1) * sizeof(void *));