Home | History | Annotate | Download | only in pkgdata

Lines Matching defs:tmpLength

1842     int32_t     tmpLength = 0;
1930 tmpLength = uprv_strlen(o->srcDir) +
1932 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) {
1933 fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength);