Searched refs:newvsize (Results 1 – 1 of 1) sorted by relevance
1187 int newvsize = (argc + 2) * 2 * sizeof (const char *); in translate_options() local1188 const char **newv = xmalloc (newvsize); in translate_options()1217 newvsize += spaces * sizeof (const char *); in translate_options()1218 newv = xrealloc (newv, newvsize); in translate_options()