Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 28) sorted by relevance

12

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1472 static char* checked; in expand_symlinks() local
1500 httpd_realloc_str( &checked, &maxchecked, checkedlen ); in expand_symlinks()
1501 (void) strcpy( checked, path ); in expand_symlinks()
1503 while ( checked[checkedlen - 1] == '/' ) in expand_symlinks()
1505 checked[checkedlen - 1] = '\0'; in expand_symlinks()
1511 return checked; in expand_symlinks()
1516 httpd_realloc_str( &checked, &maxchecked, 1 ); in expand_symlinks()
1517 checked[0] = '\0'; in expand_symlinks()
1551 httpd_realloc_str( &checked, &maxchecked, checkedlen + 1 ); in expand_symlinks()
1552 (void) strncpy( &checked[checkedlen], r, 1 ); in expand_symlinks()
[all …]
/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) in CheckBoxItem() argument
119 fChecked(checked), in CheckBoxItem()
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp110 Block::SetChecked(bool checked) in SetChecked() argument
112 if (checked) in SetChecked()
H A DBlock.h58 void SetChecked(bool checked);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c416 int n, len, checked, l; in ns_name_unpack2() local
419 checked = 0; in ns_name_unpack2()
442 checked += l + 1; in ns_name_unpack2()
464 checked += 2; in ns_name_unpack2()
470 if (checked >= eom - msg) { in ns_name_unpack2()
/haiku/data/boot/efi/keys/
H A DREADME.md23 * "Enable Custom Mode" checked
/haiku/docs/user/interface/
H A DCheckBox.dox32 \c B_CONTROL_ON when the check box is checked. A check box can also have a
35 When the check box is checked it has an X drawn inside of it. The check box
36 can be checked by a mouse click or by pushing \key{Space} on the
41 A few check box examples can be seen below in unchecked state, checked
/haiku/docs/user/support/
H A DBlockCache.dox76 memory that are checked out will not be destroyed. In case you might want to
110 Note that the blocks you checked out with Get() and not checked back in with
/haiku/docs/develop/servers/app_server/
H A DFontFamily.rst58 2. If all items have been checked and nothing has been returned, return NULL
H A Dgraphics.rst59 checked and possibly "clipped" by information gained through the driver
/haiku/3rdparty/pulkomandy/
H A Dcheckstyle.vim12 " some cases are not checked. Feel free to improve on this.
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1873 bool checked = false; in FitValue() local
1877 checked = fValue.boolt; in FitValue()
1882 checked = fValue.int8t != 0; in FitValue()
1887 checked = fValue.int16t != 0; in FitValue()
1892 checked = fValue.int32t != 0; in FitValue()
1896 fFullValueText = checked ? fOnChar : fOffChar; in FitValue()
/haiku/src/tests/kits/app/blooper/
H A DBLooperCases60 case 3: Several handlers added, checked against expected indices
/haiku/
H A Dconfigure24 <HaikuPorts cross repo> is the path to a checked
26 <HaikuPorts repo> is the path to a checked out
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DToDo18 - check if the query has to be checked for a live update
/haiku/docs/user/netservices/
H A DHttpFields.dox151 The parameters are checked whether they only contain characters that are allowed by the HTTP
169 The raw header field is checked to determine whether it corresponds to the the HTTP
487 The parameters are checked whether they only contain characters that are allowed by the HTTP
505 The raw header field is checked to determine whether it corresponds to the the HTTP
/haiku/src/add-ons/translators/jpeg/
H A DREADME43 …itten jpg files which can be rendered ok, or almost ok. With this option checked You'll not be bug…
/haiku/docs/develop/build/repositories/
H A DREADME.rst40 developers system and checked in to git.
/haiku/docs/develop/kits/storage/
H A DAnnotations411 string returned is not checked to be valid.
426 way, the MIME string returned is not checked to be valid.
436 checked to be a valid MIME string.
/haiku/docs/user/locale/
H A DCatalog.dox117 If \c 0, the fingerprint will not be checked,and any version of the
136 are checked. Moreover, only the default catalog format is available, not
/haiku/docs/develop/packages/
H A DBootstrapping.rst38 ``--bootstrap`` option with its three parameters, the paths to the checked
/haiku/docs/user/app/
H A DMessageFilter.dox197 that case, all incoming messages of that looper are checked against the
H A DMessageRunner.dox42 checked by calling InitCheck(). BMessageRunner will not take ownership of
/haiku/docs/user/storage/
H A DMimeType.dox1140 (checked)
1143 (not checked)
1194 versions: First the data of the given file are checked (sniffed). Only
/haiku/data/system/data/fortunes/
H A DMedicine248 …"I might say here that all of Evelyn's questions and answers have been checked for accuracy with h…

12