Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/networking/
Dtls_fe.c56 static void fprime_select(byte *dst, const byte *zero, const byte *one, byte condition)
58 const byte mask = -condition;
69 byte condition)
71 const byte mask = -condition;
78 # define fe_select(dst, src, condition) do { \ argument
79 if (condition) lm_copy(dst, src); \
/busybox-1.35.0/shell/
DREADME69 trap n [condition...]
70 trap [action condition...]
Dhush_doc.txt12 "if" for if condition etc
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_silent.tests20 # in getopts loops as exit condition.
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_silent.tests22 # in getopts loops as exit condition.
/busybox-1.35.0/docs/
Dnofork_noexec.txt80 to the caller applet instead of dying when they detect "x" condition.
Dunicode_UTF-8-test.txt67 2 Boundary condition test cases |
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped111 /* Enter a start condition. This macro really ought to take a parameter,
904 /* Number of entries by which start-condition stack grows. */
1687 * @note This function does not reset the start condition to @c INITIAL .
/busybox-1.35.0/include/
Dlibbb.h2405 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument