Searched refs:old_alloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-agent.c974 u_int i, old_alloc, new_alloc; local
990 old_alloc = sockets_alloc;
993 for (i = old_alloc; i < new_alloc; i++)
996 sockets[old_alloc].fd = fd;
997 buffer_init(&sockets[old_alloc].input);
998 buffer_init(&sockets[old_alloc].output);
999 buffer_init(&sockets[old_alloc].request);
1000 sockets[old_alloc].type = type;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregexec.c2933 Idx old_alloc = path->alloc;
2934 Idx new_alloc = old_alloc + last_str + mctx->max_mb_elem_len + 1;
2935 if (BE (new_alloc < old_alloc, 0)
2943 memset (new_array + old_alloc, '\0',
2944 sizeof (re_dfastate_t *) * (path->alloc - old_alloc));
2929 Idx old_alloc = path->alloc; local

Completed in 191 milliseconds