Searched refs:good (Results 1 - 25 of 25) sorted by relevance

/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp129 if (std::getline(catalogFile, currentItem, '\t').good()) {
154 if (std::getline(catalogFile, currentItem, '\t').good()) {
162 if (std::getline(catalogFile, currentItem, '\t').good()) {
170 if (std::getline(catalogFile, currentItem).good()) {
201 while (std::getline(catalogFile, originalString,'\t').good()) {
204 if (!std::getline(catalogFile, context,'\t').good()) {
210 if (!std::getline(catalogFile, comment,'\t').good()) {
216 if (!std::getline(catalogFile, translated).good()) {
/haiku/src/add-ons/print/transports/shared/
H A DSocket.h24 bool good() const;
H A DSocket.cpp133 bool Socket::good() const function in class:Socket
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp194 if (std::getline(catalogFile, currentItem, '\t').good()) {
211 if (std::getline(catalogFile, currentItem, '\t').good()) {
217 if (std::getline(catalogFile, currentItem, '\t').good()) {
223 if (std::getline(catalogFile, currentItem).good()) {
248 while (std::getline(catalogFile, originalString,'\t').good()) {
251 if (!std::getline(catalogFile, context,'\t').good())
254 if (!std::getline(catalogFile, comment,'\t').good())
257 if (!std::getline(catalogFile, translated).good())
/haiku/src/bin/fwcontrol/
H A Deui64.c165 goto good;
170 goto good;
175 goto good;
182 goto good;
190 goto good;
195 good:
/haiku/headers/cpp/
H A Diostream.h52 if (!good()) return 0;
163 if (!good()) { set(ios::failbit); return 0; }
172 if (!good()) { set(ios::failbit); return 0; }
181 if (!good()) { set(ios::failbit); return 0; }
203 if (good() && _strbuf->sputbackc(ch) == EOF) clear(ios::badbit);
206 if (good() && _strbuf->sungetc() == EOF) clear(ios::badbit);
H A Dstreambuf.h217 int good() const { return _state == 0; } function in class:ios
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp71 if (__fs.good()) {
83 if (!__error && __fs.good()) {
H A DIppSetupDlg.cpp127 if (ipp_response->good()) {
H A DIppContent.cpp819 if (iss && iss->good()) {
820 if (iss->good()) {
932 if (iss && iss->good()) {
975 return !good();
978 bool IppContent::good() const function in class:IppContent
990 if (good()) {
H A DIppContent.h436 bool good() const;
/haiku/src/bin/network/telnetd/
H A Dutility.c202 char *good; local
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
233 memmove(good, thisitem, length);
234 good += length;
242 nfrontp = good; /* next byte to be sent */
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp62 while(ifs.good() && !ifs.eof()){
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp69 if (fSock->good()) {
H A DLprTransport.cpp72 if (fStream.good()) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c120 * then we re-reading AR_TSF_U32 does no good as the
221 u_int32_t good = AH_TRUE; local
238 good = AH_FALSE;
257 return (good);
H A Dar5416_ani.c820 int good; local
836 good = ar5416GetMibCycleCounts(ah, &hs);
842 if (good == AH_FALSE) {
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp251 while (gTemplateFile.good()) {
/haiku/headers/cpp/std/
H A Dcomplext.cc117 else if (is.good ())
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c872 int good; local
888 good = ar5212GetMibCycleCounts(ah, &hs);
894 if (good == AH_FALSE) {
H A Dar5212_misc.c246 * then we re-reading AR_TSF_U32 does no good as the
1419 u_int32_t good = AH_TRUE; local
1435 good = AH_FALSE;
1453 return (good);
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc95 if (!good())
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c1598 u_int32_t good = 1; local
1613 good = 0;
1625 good = 0;
1634 return good;
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c602 goto good;
673 good:
1166 errno = EAFNOSUPPORT; /* is this a good error? */
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex174 As there is in fact no good reason to have different resource file formats,

Completed in 177 milliseconds