d_name 94 daemons/based/based_io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name); d_name 98 daemons/based/based_io.c crm_trace("%s - stat failed: %s (%d)", a->d_name, pcmk_rc_str(rc), rc); d_name 103 daemons/based/based_io.c a->d_name, (unsigned int) (s.st_mode & S_IFMT)); d_name 105 daemons/based/based_io.c } else if(strstr(a->d_name, "cib-") != a->d_name) { d_name 106 daemons/based/based_io.c crm_trace("%s - wrong prefix", a->d_name); d_name 108 daemons/based/based_io.c } else if (pcmk__ends_with_ext(a->d_name, ".sig")) { d_name 109 daemons/based/based_io.c crm_trace("%s - wrong suffix", a->d_name); d_name 112 daemons/based/based_io.c crm_debug("%s - candidate", a->d_name); d_name 129 daemons/based/based_io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name); d_name 130 daemons/based/based_io.c char *b_path = crm_strdup_printf("%s/%s", cib_root, b[0]->d_name); d_name 149 daemons/based/based_io.c a[0]->d_name, (unsigned long)a_age, d_name 150 daemons/based/based_io.c b[0]->d_name, (unsigned long)b_age, rc); d_name 199 daemons/based/based_io.c filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name); d_name 598 lib/common/io.c int lpc = atoi(entry->d_name); d_name 67 lib/common/procfs.c local_pid = atoi(entry->d_name); d_name 68 lib/common/procfs.c if ((local_pid <= 0) || (strlen(entry->d_name) > 114)) { d_name 77 lib/common/procfs.c strcat(procpath, entry->d_name); d_name 174 lib/common/schemas.c if (strstr(a->d_name, "pacemaker-") != a->d_name) { d_name 177 lib/common/schemas.c } else if (!pcmk__ends_with_ext(a->d_name, ".rng")) { d_name 180 lib/common/schemas.c } else if (!version_from_filename(a->d_name, &version)) { d_name 210 lib/common/schemas.c if (!version_from_filename(a[0]->d_name, &a_version) d_name 211 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { d_name 302 lib/common/schemas.c if (!pcmk__str_eq(entry->d_name, re, pcmk__str_regex)) { d_name 309 lib/common/schemas.c if (sscanf(entry->d_name, "upgrade-%u.%u-%u.xsl", d_name 345 lib/common/schemas.c CRM_LOG_ASSERT(sscanf((*entry1)->d_name, "upgrade-%hhu.%hhu-%hhu.xsl", d_name 347 lib/common/schemas.c CRM_LOG_ASSERT(sscanf((*entry2)->d_name, "upgrade-%hhu.%hhu-%hhu.xsl", d_name 418 lib/common/schemas.c if (sscanf(namelist[i]->d_name, "upgrade-%hhu.%hhu-%hhu.xsl", d_name 473 lib/common/schemas.c if (version_from_filename(namelist[lpc]->d_name, &version)) { d_name 496 lib/common/schemas.c namelist[lpc]->d_name); d_name 1077 lib/common/schemas.c const char *transform = entry->d_name; d_name 1404 lib/common/schemas.c lst = g_list_prepend(lst, pcmk__str_copy(entry->d_name)); d_name 43 lib/fencing/st_rhcs.c if (!pcmk__starts_with(entry->d_name, "fence_")) { d_name 48 lib/fencing/st_rhcs.c buf = crm_strdup_printf(PCMK__FENCE_BINDIR "/%s", entry->d_name); d_name 84 lib/fencing/st_rhcs.c *devices = stonith__key_value_add(*devices, NULL, namelist[i]->d_name); d_name 333 lib/pacemaker/pcmk_simulate.c const char *filename = entry->d_name; d_name 464 lib/pacemaker/pcmk_simulate.c char *path = crm_strdup_printf("%s/%s", dir, namelist[i]->d_name); d_name 1417 lib/services/services_linux.c if ('.' == namelist[lpc]->d_name[0]) { d_name 1422 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); d_name 1447 lib/services/services_linux.c list = g_list_append(list, strdup(namelist[lpc]->d_name)); d_name 46 libltdl/libltdl/lt__dirent.h # define D_NAMLEN(dirent) (strlen((dirent)->d_name)) d_name 54 libltdl/libltdl/lt__dirent.h # define D_NAMLEN(dirent) (strlen((dirent)->d_name)) d_name 65 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 1787 libltdl/ltdl.c end = dp->d_name + D_NAMLEN(dp); d_name 1792 libltdl/ltdl.c for (p = end; p -1 > dp->d_name; --p) d_name 1803 libltdl/ltdl.c for (p = end -1; p > dp->d_name; --p) d_name 1812 libltdl/ltdl.c end_offset = end - dp->d_name; d_name 1822 libltdl/ltdl.c strncat (buf, dp->d_name, end_offset); d_name 1851 libltdl/ltdl.c if (dp->d_name[0] != '.')