Lines Matching defs:tmp
224 apr_wchar_t *tmp = wvalue;
227 size = ExpandEnvironmentStringsW(tmp, wvalue, (DWORD)size);
272 char *tmp = *result;
274 size = ExpandEnvironmentStrings(tmp, *result, (DWORD)size);
454 char *tmp;
505 for (tmp = buf; *tmp; ++tmp) {
507 while (*tmp) {
508 ++tmp;
513 for (tmp = buf; *tmp; ++tmp) {
515 *newelem = tmp;
516 while (*tmp) {
517 ++tmp;
543 apr_wchar_t *tmp;
556 tmp = buf;
560 rv = apr_conv_utf8_to_ucs2(elts[i], &size, tmp, &bufrem);
565 tmp += eltsize;
569 (*tmp++) = L'\0';
572 *tmp = L'\0'; /* Trailing second null */
582 char *tmp;
592 tmp = buf;
595 memcpy(tmp, elts[i], len);
596 tmp += len;
599 (*tmp++) = '\0';
601 *tmp = '\0'; /* Trailing second null */