Lines Matching defs:tmp
522 char *tmp;
528 tmp = p->start;
532 memmove(p->start, tmp, len + 1);
1077 char *tmp = krealloc(buf, buf_len,
1080 if (!tmp)
1082 buf = tmp;
1548 char tmp[64];
1557 len = snprintf(tmp, sizeof(tmp), "o%llu-%llu-%llu",
1559 ASSERT(len < sizeof(tmp));
1563 tmp, strlen(tmp), 0);
1583 tmp, strlen(tmp), 0);
1598 ret = fs_path_add(dest, tmp, strlen(tmp));