LOCK_SH           116 maint/gnulib/lib/flock.c     case LOCK_SH:
LOCK_SH           197 maint/gnulib/lib/flock.c     case LOCK_SH:
LOCK_SH            35 maint/gnulib/lib/sys_file.in.h #ifndef LOCK_SH
LOCK_SH            38 maint/gnulib/tests/test-flock.c   ASSERT (flock (fd, LOCK_SH) == 0);
LOCK_SH            43 maint/gnulib/tests/test-flock.c   r = flock (fd2, LOCK_SH | LOCK_NB);
LOCK_SH            82 maint/gnulib/tests/test-flock.c   r = flock (fd2, LOCK_SH | LOCK_NB);
LOCK_SH           104 maint/gnulib/tests/test-flock.c   ASSERT (flock (fd, LOCK_SH | LOCK_EX) == -1);
LOCK_SH           106 maint/gnulib/tests/test-flock.c   ASSERT (flock (fd, LOCK_SH | LOCK_UN) == -1);
LOCK_SH            28 maint/gnulib/tests/test-sys_file.c     case LOCK_SH: