d_name 111 daemons/based/based_io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name); d_name 115 daemons/based/based_io.c crm_trace("%s - stat failed: %s (%d)", a->d_name, pcmk_rc_str(rc), rc); d_name 134 daemons/based/based_io.c crm_trace("%s - wrong type (%d)", a->d_name, dtype); d_name 136 daemons/based/based_io.c } else if(strstr(a->d_name, "cib-") != a->d_name) { d_name 137 daemons/based/based_io.c crm_trace("%s - wrong prefix", a->d_name); d_name 139 daemons/based/based_io.c } else if (pcmk__ends_with_ext(a->d_name, ".sig")) { d_name 140 daemons/based/based_io.c crm_trace("%s - wrong suffix", a->d_name); d_name 143 daemons/based/based_io.c crm_debug("%s - candidate", a->d_name); d_name 160 daemons/based/based_io.c char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name); d_name 161 daemons/based/based_io.c char *b_path = crm_strdup_printf("%s/%s", cib_root, b[0]->d_name); d_name 180 daemons/based/based_io.c a[0]->d_name, (unsigned long)a_age, d_name 181 daemons/based/based_io.c b[0]->d_name, (unsigned long)b_age, rc); d_name 230 daemons/based/based_io.c filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name); d_name 597 lib/common/io.c int lpc = atoi(entry->d_name); d_name 48 lib/common/procfs.c local_pid = atoi(entry->d_name); d_name 49 lib/common/procfs.c if ((local_pid <= 0) || (strlen(entry->d_name) > 114)) { d_name 58 lib/common/procfs.c strcat(procpath, entry->d_name); d_name 170 lib/common/schemas.c if (strstr(a->d_name, "pacemaker-") != a->d_name) { d_name 173 lib/common/schemas.c } else if (!pcmk__ends_with_ext(a->d_name, ".rng")) { d_name 176 lib/common/schemas.c } else if (!version_from_filename(a->d_name, &version)) { d_name 206 lib/common/schemas.c if (!version_from_filename(a[0]->d_name, &a_version) d_name 207 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { d_name 287 lib/common/schemas.c return pcmk__str_eq(entry->d_name, d_name 329 lib/common/schemas.c if (sscanf(namelist[i]->d_name, "upgrade-%hhu.%hhu-%d.xsl", d_name 381 lib/common/schemas.c if (version_from_filename(namelist[lpc]->d_name, &version)) { d_name 402 lib/common/schemas.c namelist[lpc]->d_name); d_name 980 lib/common/schemas.c const char *transform = entry->d_name; d_name 1306 lib/common/schemas.c lst = g_list_prepend(lst, pcmk__str_copy(entry->d_name)); d_name 55 lib/fencing/st_rhcs.c if (pcmk__starts_with(namelist[i]->d_name, RH_STONITH_PREFIX)) { d_name 58 lib/fencing/st_rhcs.c namelist[i]->d_name); d_name 72 lib/fencing/st_rhcs.c if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0 d_name 76 lib/fencing/st_rhcs.c namelist[i]->d_name); d_name 398 lib/pacemaker/pcmk_simulate.c if ('.' == namelist[file_num]->d_name[0]) { d_name 402 lib/pacemaker/pcmk_simulate.c } else if (!pcmk__ends_with_ext(namelist[file_num]->d_name, d_name 408 lib/pacemaker/pcmk_simulate.c dir, namelist[file_num]->d_name); d_name 1416 lib/services/services_linux.c if ('.' == namelist[lpc]->d_name[0]) { d_name 1421 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); d_name 1446 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 98 libltdl/lt__dirent.c if (lt_strlcpy (entry->file_info.d_name, entry->Win32FindData.cFileName, d_name 99 libltdl/lt__dirent.c sizeof entry->file_info.d_name) >= sizeof entry->file_info.d_name) d_name 101 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] != '.')