fresh_once        703 maint/gnulib/lib/glthread/lock.c static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT;
fresh_once        711 maint/gnulib/lib/glthread/lock.c   if (*firstbyte == *(const char *)&fresh_once)
fresh_once        714 maint/gnulib/lib/glthread/lock.c       *firstbyte = ~ *(const char *)&fresh_once;
fresh_once        421 maint/gnulib/tests/test-lock.c gl_once_define(static, fresh_once)
fresh_once        540 maint/gnulib/tests/test-lock.c       memcpy (&once_control, &fresh_once, sizeof (gl_once_t));
fresh_once        313 maint/gnulib/tests/test-mtx.c static once_flag fresh_once = ONCE_FLAG_INIT;
fresh_once        433 maint/gnulib/tests/test-mtx.c       memcpy (&once_control, &fresh_once, sizeof (once_flag));
fresh_once         88 maint/gnulib/tests/test-pthread-once2.c static pthread_once_t fresh_once = PTHREAD_ONCE_INIT;
fresh_once        213 maint/gnulib/tests/test-pthread-once2.c       memcpy (&once_control, &fresh_once, sizeof (pthread_once_t));