Searched refs:test (Results 226 - 238 of 238) sorted by relevance

12345678910

/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c78 # include "test.h"
200 `test' needs this, for example. */
1299 /* This test is to prevent alias expansion by interactive shells that
2401 for (( init ; step ; test ))
2409 while eval \(\( test \)\) ; do
2497 /* Evaluate the test expression. */
2499 expresult = eval_arith_for_expr (arith_for_command->test, &expok);
2964 /* The WHILE command. Syntax: WHILE test DO action; DONE.
2965 Repeatedly execute action while executing test produces
2974 /* UNTIL is just like WHILE except that the test resul
[all...]
/haiku-fatelf/headers/cpp/
H A Dbitset34 // to test(), except that it does no range checking. The non-const version
670 // Versions of single-bit set, reset, flip, test with no range checking.
789 bool test(size_t __pos) const {
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S606 test dl, 0 ; if drive is 0, use boot drive
/haiku-fatelf/src/libs/ncurses/test/
H A Dbs.c13 #include <test.priv.h>
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c2080 * test, we must have a valid insertion point
4590 if ((wcomp == NULL) || (wcomp->test == NULL) || (wcomp->comp == NULL)) {
4610 "xsltChoose: test %s\n", wcomp->test));
4643 "xsltChoose: test didn't evaluate to a boolean\n"));
4653 "xsltChoose: test evaluate to %d\n", doit));
4729 if ((comp == NULL) || (comp->test == NULL) || (comp->comp == NULL)) {
4737 "xsltIf: test %s\n", comp->test));
4770 "xsltIf: test did
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S280 test cl, FIXED_DISK_SUPPORT
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c2694 while ((c != ' ') && (c != '>') && (c != '/') && /* test bigname.xml */
2744 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigentname.xml */
2752 if (len >= XML_MAX_NAMELEN) { /* test bigentname.xml */
2767 /* test bigentname.xml */
2820 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigtoken.xml */
2846 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigtoken.xml */
3411 * used for the test in the inner loop of the char data testing
3614 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ {
5963 * Looking at the OASIS test suite and James Clark
7297 while ((c != ' ') && (c != '>') && (c != '/') && /* test bignam
8353 const xmlChar *test = CUR_PTR; local
9848 const xmlChar *test; local
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex1104 % be able to disable indexing, cross-referencing, and contents, for test runs.
2380 % (We will always have one token, because of the test we just made.
2683 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
3622 % routine twice in a row (see the doublecol-lose test, which is
3626 % runs and this will be a no-op. See the indexspread.tex test case.
4123 % To test against our argument.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex885 % be able to disable indexing, cross-referencing, and contents, for test runs.
2010 % (We will always have one token, because of the test we just made.
2308 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
3277 % routine twice in a row (see the doublecol-lose test, which is
3281 % runs and this will be a no-op. See the indexspread.tex test case.
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex808 % be able to disable indexing, cross-referencing, and contents, for test runs.
1888 % (We will always have one token, because of the test we just made.
2186 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
3109 % routine twice in a row (see the doublecol-lose test, which is
3113 % runs and this will be a no-op. See the indexspread.tex test case.
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex1136 % be able to disable indexing, cross-referencing, and contents, for test runs.
1196 % can be set). So we test for \relax and 0 as well as \undefined,
2773 % (We will always have one token, because of the test we just made.
4057 % routine twice in a row (see the doublecol-lose test, which is
4061 % runs and this will be a no-op. See the indexspread.tex test case.
4576 % To test against our argument.
/haiku-fatelf/src/bin/coreutils/lib/
H A Dvasnprintf.c432 the next test can be skipped.}
4810 ISO C 99: the gl_SNPRINTF_DIRECTIVE_N test passes.
4818 - Although the gl_SNPRINTF_TRUNCATION_C99 test fails,
4822 - Although the gl_SNPRINTF_RETVAL_C99 test fails, snprintf
5101 cover both cases, test whether count >= maxlen - 1. */
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex26 % Please include a *precise* test case in each bug report.
1620 % (We will always have one token, because of the test we just made.

Completed in 319 milliseconds

12345678910