attributes         78 daemons/attrd/attrd_attributes.c     g_hash_table_replace(attributes, a->id, a);
attributes        122 daemons/attrd/attrd_attributes.c GHashTable *attributes = NULL;
attributes        166 daemons/attrd/attrd_attributes.c     g_hash_table_iter_init(&aIter, attributes);
attributes        188 daemons/attrd/attrd_attributes.c     a = g_hash_table_lookup(attributes, attr);
attributes        249 daemons/attrd/attrd_cib.c     attribute_t *a = g_hash_table_lookup(attributes, name);
attributes        648 daemons/attrd/attrd_cib.c     g_hash_table_iter_init(&iter, attributes);
attributes        381 daemons/attrd/attrd_corosync.c     g_hash_table_iter_init(&aIter, attributes);
attributes        460 daemons/attrd/attrd_corosync.c     g_hash_table_iter_init(&iter, attributes);
attributes        528 daemons/attrd/attrd_corosync.c     g_hash_table_iter_init(&aIter, attributes);
attributes        558 daemons/attrd/attrd_corosync.c     g_hash_table_iter_init(&aIter, attributes);
attributes         51 daemons/attrd/attrd_ipc.c     a = g_hash_table_lookup(attributes, attr);
attributes        259 daemons/attrd/attrd_ipc.c         g_hash_table_iter_init(&aIter, attributes);
attributes        327 daemons/attrd/attrd_ipc.c     attribute_t *a = g_hash_table_lookup(attributes, attr);
attributes        152 daemons/attrd/pacemaker-attrd.c     attributes = pcmk__strkey_table(NULL, attrd_free_attribute);
attributes        208 daemons/attrd/pacemaker-attrd.c         g_hash_table_destroy(attributes);
attributes        180 daemons/attrd/pacemaker-attrd.h extern GHashTable *attributes;
attributes        426 daemons/controld/controld_join_dc.c         const char *attributes[] = {
attributes        436 daemons/controld/controld_join_dc.c             for (lpc = 0; cmp == 0 && lpc < PCMK__NELEM(attributes); lpc++) {
attributes        438 daemons/controld/controld_join_dc.c                                          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)