Searched refs:checked (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp48 CheckBoxItem(const char* text, bool checked);
116 CheckBoxItem::CheckBoxItem(const char* text, bool checked) argument
119 fChecked(checked),
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h58 void SetChecked(bool checked);
H A DBlock.cpp110 Block::SetChecked(bool checked) argument
112 if (checked)
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1472 static char* checked; local
1500 httpd_realloc_str( &checked, &maxchecked, checkedlen );
1501 (void) strcpy( checked, path );
1503 while ( checked[checkedlen - 1] == '/' )
1505 checked[checkedlen - 1] = '\0';
1511 return checked;
1515 /* Start out with nothing in checked and the whole filename in rest. */
1516 httpd_realloc_str( &checked, &maxchecked, 1 );
1517 checked[0] = '\0';
1543 /* Grab one component from r and transfer it to checked
[all...]
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c429 int n, len, checked, l; local
432 checked = 0;
455 checked += l + 1;
477 checked += 2;
483 if (checked >= eom - msg) {
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1875 bool checked = false; local
1879 checked = fValue.boolt;
1884 checked = fValue.int8t != 0;
1889 checked = fValue.int16t != 0;
1894 checked = fValue.int32t != 0;
1898 fFullValueText = checked ? fOnChar : fOffChar;
/haiku/
H A Dconfigure24 <HaikuPorts cross repo> is the path to a checked
26 <HaikuPorts repo> is the path to a checked out
630 echo have already corrected your umask, but not re-checked-out the

Completed in 105 milliseconds