attempt            94 daemons/controld/controld_attrd.c     for (int attempt = 1; attempt <= 4; ++attempt) {
attempt            99 daemons/controld/controld_attrd.c             if (attempt == 1) {
attempt           107 daemons/controld/controld_attrd.c                       attempt, pcmk_rc_str(rc), rc);
attempt           124 daemons/controld/controld_attrd.c                       attempt, pcmk_rc_str(rc), rc);
attempt           142 daemons/controld/controld_attrd.c         if (attempt < 4) {
attempt           143 daemons/controld/controld_attrd.c             sleep(attempt);
attempt          2179 lib/fencing/st_client.c     for (int attempt = 1; attempt <= max_attempts; attempt++) {
attempt          2183 lib/fencing/st_client.c         } else if (attempt < max_attempts) {
attempt          2186 lib/fencing/st_client.c                        attempt, max_attempts, pcmk_strerror(rc), rc);
attempt          1161 libltdl/ltdl.c   char *        attempt		= 0;
attempt          1201 libltdl/ltdl.c       attempt = MALLOC (char, LT_STRLEN (filename) + LT_STRLEN (ext) + 1);
attempt          1202 libltdl/ltdl.c       if (!attempt)
attempt          1205 libltdl/ltdl.c       sprintf(attempt, "%s%s", filename, ext);
attempt          1209 libltdl/ltdl.c       attempt = lt__strdup (filename);
attempt          1210 libltdl/ltdl.c       if (!attempt)
attempt          1216 libltdl/ltdl.c   if (canonicalize_path (attempt, &canonical) != 0)
attempt          1376 libltdl/ltdl.c 	  file = fopen (attempt, LT_READTEXT_MODE);
attempt          1474 libltdl/ltdl.c 	  if (tryall_dlopen (&newhandle, attempt, advise, 0) != 0)
attempt          1504 libltdl/ltdl.c   FREE (attempt);