Lines Matching refs:last_alloc
988 pss->last_alloc = sshd_zalloc(pss->len + 1);
990 pss->last_alloc, pss->state_after_string);
991 if (!pss->last_alloc) {
1001 pss->last_alloc[pss->npos++] = *p++;
1004 pss->last_alloc[pss->npos] = '\0';
1023 pss->ua->username = (char *)pss->last_alloc;
1024 pss->last_alloc = NULL; /* it was adopted */
1030 pss->ua->service = (char *)pss->last_alloc;
1031 pss->last_alloc = NULL; /* it was adopted */
1092 pss->ua->alg = (char *)pss->last_alloc;
1093 pss->last_alloc = NULL; /* it was adopted */
1103 pss->ua->pubkey = pss->last_alloc;
1104 pss->last_alloc = NULL; /* it was adopted */
1161 pss->ua->sig = pss->last_alloc;
1162 pss->last_alloc = NULL; /* it was adopted */
1351 pss->disconnect_desc = (char *)pss->last_alloc;
1352 pss->last_alloc = NULL; /* it was adopted */
1362 ssh_free_set_NULL(pss->last_alloc);
1524 pss->args.pty.modes = (char *)pss->last_alloc;
1525 pss->last_alloc = NULL; /* it was adopted */
1571 lwsl_info("exec cmd: %s %02X\n", pss->last_alloc, *p);
1577 (const char *)pss->last_alloc,
1579 ssh_free_set_NULL(pss->last_alloc);
1595 if (pss->last_alloc[0] != 's' ||
1596 pss->last_alloc[1] != 'c' ||
1597 pss->last_alloc[2] != 'p' ||
1598 pss->last_alloc[3] != ' ')
1602 ssh_free_set_NULL(pss->last_alloc);
1627 lwsl_notice("subsystem: %s", pss->last_alloc);
1636 ssh_free_set_NULL(pss->last_alloc);
1696 pp = pss->last_alloc;
1755 ssh_free_set_NULL(pss->last_alloc);
2126 ssh_free_set_NULL(pss->last_alloc);