d_name 106 daemons/based/based_io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name); d_name 110 daemons/based/based_io.c crm_trace("%s - stat failed: %s (%d)", a->d_name, pcmk_strerror(rc), rc); d_name 129 daemons/based/based_io.c crm_trace("%s - wrong type (%d)", a->d_name, dtype); d_name 131 daemons/based/based_io.c } else if(strstr(a->d_name, "cib-") != a->d_name) { d_name 132 daemons/based/based_io.c crm_trace("%s - wrong prefix", a->d_name); d_name 134 daemons/based/based_io.c } else if (pcmk__ends_with_ext(a->d_name, ".sig")) { d_name 135 daemons/based/based_io.c crm_trace("%s - wrong suffix", a->d_name); d_name 138 daemons/based/based_io.c crm_debug("%s - candidate", a->d_name); d_name 155 daemons/based/based_io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name); d_name 156 daemons/based/based_io.c char *b_path = crm_strdup_printf("%s/%s", cib_root, b[0]->d_name); d_name 175 daemons/based/based_io.c a[0]->d_name, (unsigned long)a_age, d_name 176 daemons/based/based_io.c b[0]->d_name, (unsigned long)b_age, rc); d_name 226 daemons/based/based_io.c filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name); d_name 594 lib/common/io.c int lpc = atoi(entry->d_name); d_name 52 lib/common/procfs.c local_pid = atoi(entry->d_name); d_name 53 lib/common/procfs.c if ((local_pid <= 0) || (strlen(entry->d_name) > 114)) { d_name 62 lib/common/procfs.c strcat(procpath, entry->d_name); d_name 134 lib/common/schemas.c if (strstr(a->d_name, "pacemaker-") != a->d_name) { d_name 137 lib/common/schemas.c } else if (!pcmk__ends_with_ext(a->d_name, ".rng")) { d_name 140 lib/common/schemas.c } else if (!version_from_filename(a->d_name, &version)) { d_name 157 lib/common/schemas.c if (!version_from_filename(a[0]->d_name, &a_version) d_name 158 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { d_name 400 lib/common/schemas.c if (!version_from_filename(namelist[lpc]->d_name, &version)) { d_name 403 lib/common/schemas.c namelist[lpc]->d_name); d_name 409 lib/common/schemas.c if (version_from_filename(namelist[lpc+1]->d_name, &next_version) d_name 52 lib/fencing/st_rhcs.c if (pcmk__starts_with(namelist[i]->d_name, RH_STONITH_PREFIX)) { d_name 55 lib/fencing/st_rhcs.c namelist[i]->d_name); d_name 69 lib/fencing/st_rhcs.c if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0 d_name 73 lib/fencing/st_rhcs.c namelist[i]->d_name); d_name 1096 lib/services/services_linux.c if ('.' == namelist[lpc]->d_name[0]) { d_name 1101 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); d_name 1126 lib/services/services_linux.c list = g_list_append(list, strdup(namelist[lpc]->d_name)); d_name 45 libltdl/libltdl/lt__dirent.h # define D_NAMLEN(dirent) (strlen((dirent)->d_name)) d_name 53 libltdl/libltdl/lt__dirent.h # define D_NAMLEN(dirent) (strlen((dirent)->d_name)) d_name 64 libltdl/libltdl/lt__dirent.h char d_name[LT_FILENAME_MAX]; d_name 99 libltdl/lt__dirent.c if (lt_strlcpy (entry->file_info.d_name, entry->Win32FindData.cFileName, d_name 100 libltdl/lt__dirent.c sizeof entry->file_info.d_name) >= sizeof entry->file_info.d_name) d_name 102 libltdl/lt__dirent.c entry->file_info.d_namlen = strlen (entry->file_info.d_name); d_name 1780 libltdl/ltdl.c end = dp->d_name + D_NAMLEN(dp); d_name 1785 libltdl/ltdl.c for (p = end; p -1 > dp->d_name; --p) d_name 1796 libltdl/ltdl.c for (p = end -1; p > dp->d_name; --p) d_name 1805 libltdl/ltdl.c end_offset = end - dp->d_name; d_name 1815 libltdl/ltdl.c strncat (buf, dp->d_name, end_offset); d_name 1844 libltdl/ltdl.c if (dp->d_name[0] != '.') d_name 53 replace/alphasort.c return (strcmp((*(const struct dirent **)dirent1)->d_name, d_name 54 replace/alphasort.c (*(const struct dirent **)dirent2)->d_name)); d_name 187 replace/scandir.c int namelength = strlen(entry->d_name) + 1; /* length with NULL */ d_name 190 replace/scandir.c if (sizeof(entry->d_name) <= namelength) { d_name 192 replace/scandir.c extra += namelength - sizeof(entry->d_name); d_name 202 replace/scandir.c strcpy(copy->d_name, entry->d_name); d_name 745 tools/crm_simulate.c if ('.' == namelist[file_num]->d_name[0]) { d_name 749 tools/crm_simulate.c } else if (!pcmk__ends_with_ext(namelist[file_num]->d_name, d_name 754 tools/crm_simulate.c snprintf(buffer, sizeof(buffer), "%s/%s", dir, namelist[file_num]->d_name);