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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c557 static struct slotvec slotvec0 = {sizeof slot0, slot0}; variable in typeref:struct:slotvec
558 static struct slotvec *slotvec = &slotvec0;
570 slotvec0.size = sizeof slot0;
571 slotvec0.val = slot0;
573 if (sv != &slotvec0)
576 slotvec = &slotvec0;
609 bool preallocated = (sv == &slotvec0);
616 *sv = slotvec0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dquotearg.c688 static struct slotvec slotvec0 = {sizeof slot0, slot0}; variable in typeref:struct:slotvec
689 static struct slotvec *slotvec = &slotvec0;
701 slotvec0.size = sizeof slot0;
702 slotvec0.val = slot0;
704 if (sv != &slotvec0)
707 slotvec = &slotvec0;
740 bool preallocated = (sv == &slotvec0);
747 *sv = slotvec0;

Completed in 418 milliseconds