Searched refs:lcres (Results 1 – 1 of 1) sorted by relevance
9881 char *tpl, *lcres; local9926 lcres = (char *)PerlMem_malloc(VMS_MAXRSS);9927 if (lcres == NULL) _ckvmssts_noperl(SS$_INSFMEM);9928 for (cp1=tplate,cp2=lcres; *cp1 && cp2 <= lcres + (VMS_MAXRSS - 1);9941 PerlMem_free(lcres);9946 lcfront = lcres + (front - base);9977 PerlMem_free(lcres);9981 for (cp1 = lcfront - 1; segdirs && cp1 >= lcres; cp1--)9983 for (match = 0; cp1 > lcres;) {9989 for ( ; cp1 >= lcres; cp1--) if (*cp1 == '/') { cp1++; break; }[all …]