Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 42) sorted by relevance

12

/busybox-1.35.0/shell/ash_test/ash-misc/
Dfunc_bash1.tests1 function f() { echo $1; }
4 function f() ( echo $1; )
7 function f() ( echo $1 )
10 function f() for i in 1 2 3; do
15 function f { echo $1; }
19 #function f ( echo $1; )
22 #function f ( echo $1 )
25 function f for i in 1 2 3; do
Dlocal2.right1 ./local2.tests: local: line 1: not in a function
Dfunc1.right5 Multi line function
Dfunc1.tests6 echo function
Denv_and_func.tests4 # out of function invocations (similar to "special builtins" behavior);
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_LINENO2.tests1 #skip lines: make "line number within function" differ from overall line number
4 echo "In function: LINENO=$LINENO"
6 echo "Start LINENO=$LINENO, calling function"
8 echo "After function: LINENO=$LINENO"
Dvar_LINENO2.right1 Start LINENO=6, calling function
2 In function: LINENO=4
3 After function: LINENO=8
Dvar_serial.right4 Assignments and a function: c=a
Dvar_serial.tests19 f() { echo Assignments and a function: c=$c; }
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_LINENO2.tests1 #skip lines: make "line number within function" differ from overall line number
4 echo "In function: LINENO=$LINENO"
6 echo "Start LINENO=$LINENO, calling function"
8 echo "After function: LINENO=$LINENO"
Dvar_LINENO2.right1 Start LINENO=6, calling function
2 In function: LINENO=4
3 After function: LINENO=8
Dvar_serial.right4 Assignments and a function: c=a
Dvar_serial.tests19 f() { echo Assignments and a function: c=$c; }
/busybox-1.35.0/docs/
Dnew-applet-HOWTO.txt20 in this document). Be sure to name the main function <applet>_main instead
57 //usage: "\n -a First function"
58 //usage: "\n -b Second function"
96 could use. If so, you have to rip the function out of the applet and make
97 a libbb function out of it.
99 Adding a libbb function:
109 //kbuild:lib-y += function.o
111 int function(char *a)
121 the function declaration. If not, add it somewhere anyway, with or without
124 You can look at libbb/Config.src and try to find out if the function is
[all …]
Dstyle-guide.txt33 - function declarations (if necessary)
34 - function implementations
96 If an opening bracket starts a function, it should be on the
143 Put a space between C keywords and left parens, but not between function names
216 level (because they do not "belong" to block scope, only to whole function).
225 (Putting label at position 1 prevents diff -p from confusing label for function
235 acceptable). Using underscores makes variable and function names more readable
397 the "no-op" case (the empty function) when the feature is turned off.
399 Note also the use of the word 'maybe' in the function name to indicate
441 perfect world, we would have a streq() function in the string library, but
[all …]
/busybox-1.35.0/shell/
DREADME76 However. This section also says that *function invocation* should act
78 done on function invocation should be preserved after function invocation.
80 This is significant: it is not unthinkable to want to run a function
82 it does not work: variable will "leak" out of the function.
/busybox-1.35.0/shell/hush_test/hush-misc/
Dfunc1.right5 Multi line function
Dfunc1.tests6 echo function
Denv_and_func.tests4 # out of function invocations (similar to "special builtins" behavior);
/busybox-1.35.0/scripts/kconfig/
Dzconf.gperf2 %define hash-function-name kconf_id_hash
3 %define lookup-function-name kconf_id_lookup
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc.right20 fff is a function
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc.right19 fff is a function
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith-for.right13 fx is a function
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dbash_procsub.tests14 # process substitutions can be passed to a function as parameters or
/busybox-1.35.0/
D.indent.pro25 --no-space-after-function-call-names

12