dtype             126 cib/io.c               unsigned char dtype;
dtype             128 cib/io.c               dtype = a->d_type;
dtype             131 cib/io.c                   case S_IFREG:  dtype = DT_REG;      break;
dtype             132 cib/io.c                   case S_IFDIR:  dtype = DT_DIR;      break;
dtype             133 cib/io.c                   case S_IFCHR:  dtype = DT_CHR;      break;
dtype             134 cib/io.c                   case S_IFBLK:  dtype = DT_BLK;      break;
dtype             135 cib/io.c                   case S_IFLNK:  dtype = DT_LNK;      break;
dtype             136 cib/io.c                   case S_IFIFO:  dtype = DT_FIFO;     break;
dtype             137 cib/io.c                   case S_IFSOCK: dtype = DT_SOCK;     break;
dtype             138 cib/io.c                   default:       dtype = DT_UNKNOWN;  break;
dtype             141 cib/io.c                crm_trace("%s - wrong type (%d)", a->d_name, dtype);
dtype              84 lib/services/dbus.c         int dtype = dbus_message_get_type(reply);
dtype              87 lib/services/dbus.c         switch(dtype) {
dtype             115 lib/services/dbus.c                                "Unknown reply type %d", dtype);
dtype             250 lib/services/dbus.c     int dtype = 0;
dtype             265 lib/services/dbus.c     dtype = dbus_message_iter_get_arg_type(field);
dtype             267 lib/services/dbus.c     if(dtype != expected) {
dtype             275 lib/services/dbus.c                          expected, sig, dtype);
dtype             318 lib/services/dbus.c             int dtype = dbus_message_iter_get_arg_type(&sv);
dtype             320 lib/services/dbus.c             switch(dtype) {