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          1844 lib/fencing/st_client.c     for (int attempt = 1; attempt <= max_attempts; attempt++) {
attempt          1848 lib/fencing/st_client.c         } else if (attempt < max_attempts) {
attempt          1851 lib/fencing/st_client.c                        attempt, max_attempts, pcmk_strerror(rc), rc);
attempt           222 libltdl/loaders/dlopen.c       char *attempt = MALLOC (char, len + strlen (member) + 1);
attempt           223 libltdl/loaders/dlopen.c       if (!attempt)
attempt           229 libltdl/loaders/dlopen.c       sprintf (attempt, "%s%s", filename, member);
attempt           230 libltdl/loaders/dlopen.c       module = vm_open (loader_data, attempt, advise);
attempt           231 libltdl/loaders/dlopen.c       FREE (attempt);
attempt          1168 libltdl/ltdl.c   char *        attempt		= 0;
attempt          1208 libltdl/ltdl.c       attempt = MALLOC (char, LT_STRLEN (filename) + LT_STRLEN (ext) + 1);
attempt          1209 libltdl/ltdl.c       if (!attempt)
attempt          1212 libltdl/ltdl.c       sprintf(attempt, "%s%s", filename, ext);
attempt          1216 libltdl/ltdl.c       attempt = lt__strdup (filename);
attempt          1217 libltdl/ltdl.c       if (!attempt)
attempt          1223 libltdl/ltdl.c   if (canonicalize_path (attempt, &canonical) != 0)
attempt          1383 libltdl/ltdl.c 	  file = fopen (attempt, LT_READTEXT_MODE);
attempt          1481 libltdl/ltdl.c 	  if (tryall_dlopen (&newhandle, attempt, advise, 0) != 0)
attempt          1511 libltdl/ltdl.c   FREE (attempt);