Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:lens

372   r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
376 r->lens[1] = 0;
378 r->lens[0] = strlen (p->target);
381 r->targets[0] = savestring (p->target, r->lens[0]);
437 free ((char *) rule->lens);
488 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
495 r->lens = (unsigned int *)
496 xrealloc ((char *) r->lens, max_targets * sizeof (unsigned int));
500 r->lens[i] = strlen (targets[i]);
509 r->lens = (unsigned int *) xrealloc ((char *) r->lens,