attributes         51 daemons/attrd/attrd_commands.c GHashTable *attributes = NULL;
attributes        173 daemons/attrd/attrd_commands.c     g_hash_table_iter_init(&aIter, attributes);
attributes        214 daemons/attrd/attrd_commands.c     g_hash_table_replace(attributes, a->id, a);
attributes        292 daemons/attrd/attrd_commands.c             g_hash_table_iter_init(&aIter, attributes);
attributes        322 daemons/attrd/attrd_commands.c     a = g_hash_table_lookup(attributes, attr);
attributes        448 daemons/attrd/attrd_commands.c     a = g_hash_table_lookup(attributes, attr);
attributes        577 daemons/attrd/attrd_commands.c     g_hash_table_iter_init(&iter, attributes);
attributes        707 daemons/attrd/attrd_commands.c     g_hash_table_iter_init(&aIter, attributes);
attributes        738 daemons/attrd/attrd_commands.c     g_hash_table_iter_init(&aIter, attributes);
attributes        794 daemons/attrd/attrd_commands.c     g_hash_table_iter_init(&aIter, attributes);
attributes        865 daemons/attrd/attrd_commands.c     a = g_hash_table_lookup(attributes, attr);
attributes       1081 daemons/attrd/attrd_commands.c     attribute_t *a = g_hash_table_lookup(attributes, name);
attributes       1168 daemons/attrd/attrd_commands.c     g_hash_table_iter_init(&iter, attributes);
attributes        388 daemons/attrd/pacemaker-attrd.c     attributes = pcmk__strkey_table(NULL, free_attribute);
attributes        428 daemons/attrd/pacemaker-attrd.c     g_hash_table_destroy(attributes);
attributes        116 daemons/attrd/pacemaker-attrd.h extern GHashTable *attributes;
attributes        328 daemons/controld/controld_join_dc.c         const char *attributes[] = {
attributes        334 daemons/controld/controld_join_dc.c         for (lpc = 0; cmp == 0 && lpc < PCMK__NELEM(attributes); lpc++) {
attributes        335 daemons/controld/controld_join_dc.c             cmp = compare_int_fields(max_generation_xml, generation, attributes[lpc]);
attributes        265 maint/gnulib/lib/glthread/lock.c   pthread_rwlockattr_t attributes;
attributes        268 maint/gnulib/lib/glthread/lock.c   err = pthread_rwlockattr_init (&attributes);
attributes        275 maint/gnulib/lib/glthread/lock.c   err = pthread_rwlockattr_setkind_np (&attributes,
attributes        278 maint/gnulib/lib/glthread/lock.c     err = pthread_rwlock_init(lock, &attributes);
attributes        281 maint/gnulib/lib/glthread/lock.c   pthread_rwlockattr_destroy (&attributes);
attributes        535 maint/gnulib/lib/glthread/lock.c   pthread_mutexattr_t attributes;
attributes        538 maint/gnulib/lib/glthread/lock.c   err = pthread_mutexattr_init (&attributes);
attributes        541 maint/gnulib/lib/glthread/lock.c   err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
attributes        544 maint/gnulib/lib/glthread/lock.c       pthread_mutexattr_destroy (&attributes);
attributes        547 maint/gnulib/lib/glthread/lock.c   err = pthread_mutex_init (lock, &attributes);
attributes        550 maint/gnulib/lib/glthread/lock.c       pthread_mutexattr_destroy (&attributes);
attributes        553 maint/gnulib/lib/glthread/lock.c   err = pthread_mutexattr_destroy (&attributes);
attributes        564 maint/gnulib/lib/glthread/lock.c   pthread_mutexattr_t attributes;
attributes        567 maint/gnulib/lib/glthread/lock.c   err = pthread_mutexattr_init (&attributes);
attributes        570 maint/gnulib/lib/glthread/lock.c   err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
attributes        573 maint/gnulib/lib/glthread/lock.c       pthread_mutexattr_destroy (&attributes);
attributes        576 maint/gnulib/lib/glthread/lock.c   err = pthread_mutex_init (&lock->recmutex, &attributes);
attributes        579 maint/gnulib/lib/glthread/lock.c       pthread_mutexattr_destroy (&attributes);
attributes        582 maint/gnulib/lib/glthread/lock.c   err = pthread_mutexattr_destroy (&attributes);
attributes        215 maint/gnulib/lib/mtx.c       pthread_mutexattr_t attributes;
attributes        218 maint/gnulib/lib/mtx.c       err = pthread_mutexattr_init (&attributes);
attributes        221 maint/gnulib/lib/mtx.c       err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
attributes        224 maint/gnulib/lib/mtx.c           pthread_mutexattr_destroy (&attributes);
attributes        227 maint/gnulib/lib/mtx.c       err = pthread_mutex_init (mutex, &attributes);
attributes        230 maint/gnulib/lib/mtx.c           pthread_mutexattr_destroy (&attributes);
attributes        233 maint/gnulib/lib/mtx.c       err = pthread_mutexattr_destroy (&attributes);
attributes        115 maint/gnulib/lib/utime.c       DWORD attributes = GetFileAttributes (rname);
attributes        116 maint/gnulib/lib/utime.c       if (attributes == INVALID_FILE_ATTRIBUTES)
attributes        122 maint/gnulib/lib/utime.c       if ((attributes & FILE_ATTRIBUTE_DIRECTORY) == 0)
attributes         57 maint/gnulib/tests/test-openpty.c       struct termios attributes;
attributes         59 maint/gnulib/tests/test-openpty.c       if (tcgetattr (tcfd, &attributes) < 0)
attributes         65 maint/gnulib/tests/test-openpty.c       attributes.c_lflag |= ECHO | ICANON | ECHOE;
attributes         66 maint/gnulib/tests/test-openpty.c       attributes.c_cc[VERASE] = '\177';
attributes         67 maint/gnulib/tests/test-openpty.c       if (tcsetattr (tcfd, TCSANOW, &attributes) < 0)