Home
last modified time | relevance | path

Searched refs:d_other (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dcat_device.cpp139 const cat_device *d_other = dynamic_cast<const cat_device *>(&other); in sub_compare() local
140 if(d_other == nullptr) in sub_compare()
142 if(get_saved_status() == s_saved && d_other->get_saved_status() == s_saved) in sub_compare()
144 if(get_major() != d_other->get_major()) in sub_compare()
145 …gettext("devices have not the same major number: %d <--> %d"), get_major(), d_other->get_major())); in sub_compare()
146 if(get_minor() != d_other->get_minor()) in sub_compare()
147 …gettext("devices have not the same minor number: %d <--> %d"), get_minor(), d_other->get_minor())); in sub_compare()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dtkey.cc52 tkey_out->d_othersize = tkey_out->d_other.size(); in tkeyHandler()
H A Ddnsrecords.hh936 string d_other; member in TKEYRecordContent
H A Ddnsrecords.cc805 if (d_othersize>0) conv.xfrBlobNoSpaces(d_other, d_othersize);
/dports/sysutils/screen/screen-4.8.0/
H A Ddisplay.h80 struct win *d_other; /* pointer to other window */ member
210 #define D_other DISPLAY(d_other)
H A Dwindow.c1042 if (d->d_other == wp)
1043 d->d_other = d->d_fore && d->d_fore->w_next != wp ? d->d_fore->w_next : wp->w_next;