namelist          188 daemons/based/based_io.c     struct dirent **namelist = NULL;
namelist          219 daemons/based/based_io.c         lpc = scandir(cib_root, &namelist, cib_archive_filter, cib_archive_sort);
namelist          230 daemons/based/based_io.c         filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name);
namelist          241 daemons/based/based_io.c         free(namelist[lpc]);
namelist          245 daemons/based/based_io.c     free(namelist);
namelist          321 lib/common/schemas.c     struct dirent **namelist = NULL;
namelist          322 lib/common/schemas.c     int num_matches = scandir(dir, &namelist, transform_filter, versionsort);
namelist          329 lib/common/schemas.c         if (sscanf(namelist[i]->d_name, "upgrade-%hhu.%hhu-%d.xsl",
namelist          344 lib/common/schemas.c                 list = g_list_append(list, namelist[i]);
namelist          348 lib/common/schemas.c                 list = g_list_append(list, namelist[i]);
namelist          354 lib/common/schemas.c             free(namelist[i]);
namelist          358 lib/common/schemas.c     free(namelist);
namelist          366 lib/common/schemas.c     struct dirent **namelist = NULL;
namelist          369 lib/common/schemas.c     max = scandir(dir, &namelist, schema_filter, schema_cmp_directory);
namelist          381 lib/common/schemas.c         if (version_from_filename(namelist[lpc]->d_name, &version)) {
namelist          402 lib/common/schemas.c                      namelist[lpc]->d_name);
namelist          407 lib/common/schemas.c         free(namelist[lpc]);
namelist          410 lib/common/schemas.c     free(namelist);
namelist           41 lib/fencing/st_rhcs.c     struct dirent **namelist;
namelist           42 lib/fencing/st_rhcs.c     const int file_num = scandir(PCMK__FENCE_BINDIR, &namelist, 0, alphasort);
namelist           55 lib/fencing/st_rhcs.c         if (pcmk__starts_with(namelist[i]->d_name, RH_STONITH_PREFIX)) {
namelist           58 lib/fencing/st_rhcs.c                      namelist[i]->d_name);
namelist           66 lib/fencing/st_rhcs.c                 free(namelist[i]);
namelist           72 lib/fencing/st_rhcs.c             if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0
namelist           76 lib/fencing/st_rhcs.c                                                  namelist[i]->d_name);
namelist           80 lib/fencing/st_rhcs.c         free(namelist[i]);
namelist           83 lib/fencing/st_rhcs.c         free(namelist);
namelist          385 lib/pacemaker/pcmk_simulate.c     struct dirent **namelist;
namelist          387 lib/pacemaker/pcmk_simulate.c     int file_num = scandir(dir, &namelist, 0, alphasort);
namelist          398 lib/pacemaker/pcmk_simulate.c             if ('.' == namelist[file_num]->d_name[0]) {
namelist          399 lib/pacemaker/pcmk_simulate.c                 free(namelist[file_num]);
namelist          402 lib/pacemaker/pcmk_simulate.c             } else if (!pcmk__ends_with_ext(namelist[file_num]->d_name,
namelist          404 lib/pacemaker/pcmk_simulate.c                 free(namelist[file_num]);
namelist          408 lib/pacemaker/pcmk_simulate.c                      dir, namelist[file_num]->d_name);
namelist          412 lib/pacemaker/pcmk_simulate.c             free(namelist[file_num]);
namelist          414 lib/pacemaker/pcmk_simulate.c         free(namelist);
namelist         1404 lib/services/services_linux.c     struct dirent **namelist;
namelist         1408 lib/services/services_linux.c     entries = scandir(root, &namelist, NULL, alphasort);
namelist         1416 lib/services/services_linux.c         if ('.' == namelist[lpc]->d_name[0]) {
namelist         1417 lib/services/services_linux.c             free(namelist[lpc]);
namelist         1421 lib/services/services_linux.c         snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name);
namelist         1429 lib/services/services_linux.c                 free(namelist[lpc]);
namelist         1435 lib/services/services_linux.c                 free(namelist[lpc]);
namelist         1441 lib/services/services_linux.c                 free(namelist[lpc]);
namelist         1446 lib/services/services_linux.c         list = g_list_append(list, strdup(namelist[lpc]->d_name));
namelist         1448 lib/services/services_linux.c         free(namelist[lpc]);
namelist         1451 lib/services/services_linux.c     free(namelist);