idx              4854 libglibc/regex.c 		    int idx;
idx              4857 libglibc/regex.c 		    for (idx = 0; idx < (int) p2[1]; idx++)
idx              4858 libglibc/regex.c 		      if (! (p2[2 + idx] == 0
idx              4859 libglibc/regex.c 			     || (idx < (int) p1[4]
idx              4860 libglibc/regex.c 				 && ((p2[2 + idx] & ~ p1[5 + idx]) == 0))))
idx              4863 libglibc/regex.c 		    if (idx == p2[1])
idx              4871 libglibc/regex.c 		    int idx;
idx              4874 libglibc/regex.c 		    for (idx = 0;
idx              4875 libglibc/regex.c 			 idx < (int) p2[1] && idx < (int) p1[4];
idx              4876 libglibc/regex.c 			 idx++)
idx              4877 libglibc/regex.c 		      if ((p2[2 + idx] & p1[5 + idx]) != 0)
idx              4880 libglibc/regex.c 		    if (idx == p2[1] || idx == p1[4])
idx               343 libltdl/loaders/preopen.c 	  unsigned int idx = 0;
idx               349 libltdl/loaders/preopen.c 	  while ((symbol = &list->symlist[++idx])->name != 0)