Searched refs:allowed (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/tests/servers/app/benchmark/
H A DTestWindow.cpp68 TestWindow::SetAllowedToQuit(bool allowed) argument
70 fAllowedToQuit = allowed;
H A DTestWindow.h46 void SetAllowedToQuit(bool allowed);
/haiku-fatelf/src/servers/notification/
H A DAppUsage.cpp146 bool allowed = fAllow; local
148 if (allowed) {
151 allowed = true;
154 allowed = nIt->second->Allowed();
160 return allowed;
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dstring_utils.c23 const char *allowed = "abcdefghijklmnopqrstuvwxyz" \ local
35 if (strchr(allowed, *p))
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DDocInfoWindow.h78 void SetAllowed(bool allowed) { fAllowed = allowed; } argument
/haiku-fatelf/src/bin/network/wget/src/
H A Dres.c345 bool allowed = false;
347 /* Empty "disallow" line means everything is *allowed*! */
348 allowed = true;
349 add_path (specs, value_b, value_e, allowed, user_agent_exact);
457 retrieval is by default allowed. */
344 bool allowed = false; local
/haiku-fatelf/src/bin/bash/support/
H A Dcheckbashisms119 '\$\[\w+\]' => q<arithmetic not allowed>,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A Ddriver_settings.c329 // empty settings are allowed
394 // "text" might be NULL here, but that's allowed
/haiku-fatelf/src/tools/fs_shell/
H A Ddriver_settings.cpp344 // empty settings are allowed
429 // "text" might be NULL here, but that's allowed
/haiku-fatelf/src/system/libroot/os/
H A Ddriver_settings.cpp365 // empty settings are allowed
453 // "text" might be NULL here, but that's allowed
736 // we are allowed to call the driver settings pretty early in the boot process
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c434 * sparse attribute (ATTR_IS_SPARSE) is only allowed in sparse
1787 * Determine which access types to a file are allowed
2819 * Returns TRUE if allowed
2831 int allowed; local
2840 allowed = TRUE;
2867 allowed = FALSE;
2871 allowed = TRUE;
2876 return (allowed);
3248 * Returns 1 if access is allowed, including user is root or no
3252 * is not allowed
[all...]
H A Dattrib.c3581 * the ntfs volume @vol is allowed to be non-resident. This information is
3585 * Return 0 if the attribute is allowed to be non-resident and -1 if not or an
3588 * EPERM - The attribute is not allowed to be non-resident.
3596 BOOL allowed; local
3610 allowed = FALSE;
3617 allowed = !(ad->flags & ATTR_DEF_RESIDENT);
3619 if (!allowed) {
3632 * Check whether the attribute of @type on the ntfs volume @vol is allowed to
3638 * Return 0 if the attribute is allowed to be resident and -1 if not or an
3641 * EPERM - The attribute is not allowed t
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x1562 and allowed any type to point at this one if it is permanent.
1664 of the right type (after checking to make sure that we are allowed
H A Dgdbarch.sh1090 Multiple registrarants for any architecture are allowed (and
/haiku-fatelf/headers/libs/png/
H A Dpng.h2132 png_ptr, int allowed));
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh266 # Only execute mode is allowed to have -dlopen flags.
917 $echo "$modename: only absolute run-paths are allowed" 1>&2
1008 $echo "$modename: more than one -exported-symbols argument is not allowed"
1143 $echo "$modename: only absolute run-paths are allowed" 1>&2
2393 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh298 # Only execute mode is allowed to have -dlopen flags.
1081 $echo "$modename: only absolute run-paths are allowed" 1>&2
1161 $echo "$modename: more than one -exported-symbols argument is not allowed"
1290 $echo "$modename: only absolute run-paths are allowed" 1>&2
2665 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex5016 % allowed in this context, but that's ok.
6310 % will somehow specify the positions allowed to float to (here, top, bottom).
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex2396 \errmessage{@#1 not allowed after generating table of contents}\fi
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex6820 % will somehow specify the positions allowed to float to (here, top, bottom).
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure8850 This test is not quite right, since xlc is allowed to
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure10442 This test is not quite right, since xlc is allowed to
[all...]

Completed in 377 milliseconds