d_name 118 cib/io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name); d_name 122 cib/io.c crm_trace("%s - stat failed: %s (%d)", a->d_name, pcmk_strerror(rc), rc); d_name 141 cib/io.c crm_trace("%s - wrong type (%d)", a->d_name, dtype); d_name 143 cib/io.c } else if(strstr(a->d_name, "cib-") != a->d_name) { d_name 144 cib/io.c crm_trace("%s - wrong prefix", a->d_name); d_name 146 cib/io.c } else if (crm_ends_with_ext(a->d_name, ".sig")) { d_name 147 cib/io.c crm_trace("%s - wrong suffix", a->d_name); d_name 150 cib/io.c crm_debug("%s - candidate", a->d_name); d_name 167 cib/io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name); d_name 168 cib/io.c char *b_path = crm_strdup_printf("%s/%s", cib_root, b[0]->d_name); d_name 187 cib/io.c a[0]->d_name, (unsigned long)a_age, d_name 188 cib/io.c b[0]->d_name, (unsigned long)b_age, rc); d_name 234 cib/io.c filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name); d_name 59 lib/common/procfs.c local_pid = atoi(entry->d_name); d_name 60 lib/common/procfs.c if ((local_pid <= 0) || (strlen(entry->d_name) > 114)) { d_name 69 lib/common/procfs.c strcat(procpath, entry->d_name); d_name 166 lib/common/schemas.c if (strstr(a->d_name, "pacemaker-") != a->d_name) { d_name 169 lib/common/schemas.c } else if (!crm_ends_with_ext(a->d_name, ".rng")) { d_name 172 lib/common/schemas.c } else if (!version_from_filename(a->d_name, &version)) { d_name 175 lib/common/schemas.c } else if (strcmp(a->d_name, "pacemaker-1.1.rng") == 0) { d_name 193 lib/common/schemas.c if (!version_from_filename(a[0]->d_name, &a_version) d_name 194 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { d_name 300 lib/common/schemas.c if (!version_from_filename(namelist[lpc]->d_name, &version)) { d_name 303 lib/common/schemas.c namelist[lpc]->d_name); d_name 310 lib/common/schemas.c if (version_from_filename(namelist[lpc+1]->d_name, &next_version) d_name 1173 lib/fencing/st_client.c if ('.' == namelist[file_num]->d_name[0]) { d_name 1177 lib/fencing/st_client.c } else if (!crm_starts_with(namelist[file_num]->d_name, d_name 1183 lib/fencing/st_client.c snprintf(buffer, FILENAME_MAX, "%s/%s", RH_STONITH_DIR, namelist[file_num]->d_name); d_name 1185 lib/fencing/st_client.c *devices = stonith_key_value_add(*devices, NULL, namelist[file_num]->d_name); d_name 824 lib/services/services_linux.c if ('.' == namelist[lpc]->d_name[0]) { d_name 829 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); d_name 854 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 183 replace/scandir.c int namelength = strlen(entry->d_name) + 1; /* length with NULL */ d_name 186 replace/scandir.c if (sizeof(entry->d_name) <= namelength) { d_name 188 replace/scandir.c extra += namelength - sizeof(entry->d_name); d_name 198 replace/scandir.c strcpy(copy->d_name, entry->d_name); d_name 564 tools/crm_simulate.c if ('.' == namelist[file_num]->d_name[0]) { d_name 568 tools/crm_simulate.c } else if (!crm_ends_with_ext(namelist[file_num]->d_name, ".xml")) { d_name 574 tools/crm_simulate.c snprintf(buffer, sizeof(buffer), "%s/%s", dir, namelist[file_num]->d_name);