Home | History | Annotate | Download | only in Shell

Lines Matching defs:nSize

1523 			size_t nSize = strlen(pPath) + strlen(pCL) + 1;
1524 char *pString = new char[nSize];
1528 snprintf(pString, nSize, "%s%s", pPath, pCL);
1534 nSize = strlen(pPath) + strlen(pCL) + 1;
1535 pString = new char[nSize];
1537 snprintf(pString, nSize, "%s%s", pPath, pCL);