Searched refs:slotvec (Results 1 – 1 of 1) sorted by relevance
582 struct slotvec in quotearg_n_options() struct587 static struct slotvec slotvec0 = {sizeof slot0, slot0}; in quotearg_n_options()588 static struct slotvec *slotvec = &slotvec0; in quotearg_n_options() local602 if (xalloc_oversized (n1, sizeof *slotvec)) in quotearg_n_options()605 if (slotvec == &slotvec0) in quotearg_n_options()607 slotvec = xmalloc (sizeof *slotvec); in quotearg_n_options()608 *slotvec = slotvec0; in quotearg_n_options()610 slotvec = xrealloc (slotvec, n1 * sizeof *slotvec); in quotearg_n_options()611 memset (slotvec + nslots, 0, (n1 - nslots) * sizeof *slotvec); in quotearg_n_options()616 size_t size = slotvec[n].size; in quotearg_n_options()[all …]