prototype          29 maint/gnulib/tests/test-timespec.c static struct { int s; int ns; } const prototype[] =
prototype          57 maint/gnulib/tests/test-timespec.c enum { nprototypes = sizeof prototype / sizeof *prototype };
prototype         104 maint/gnulib/tests/test-timespec.c       int s = prototype[i].s;
prototype         110 maint/gnulib/tests/test-timespec.c           test[ntests++] = make_timespec (t, prototype[i].ns);