Searched refs:function (Results 1 – 25 of 42) sorted by relevance
12
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | func_bash1.tests | 1 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
|
D | local2.right | 1 ./local2.tests: local: line 1: not in a function
|
D | func1.right | 5 Multi line function
|
D | func1.tests | 6 echo function
|
D | env_and_func.tests | 4 # out of function invocations (similar to "special builtins" behavior);
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_LINENO2.tests | 1 #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"
|
D | var_LINENO2.right | 1 Start LINENO=6, calling function 2 In function: LINENO=4 3 After function: LINENO=8
|
D | var_serial.right | 4 Assignments and a function: c=a
|
D | var_serial.tests | 19 f() { echo Assignments and a function: c=$c; }
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_LINENO2.tests | 1 #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"
|
D | var_LINENO2.right | 1 Start LINENO=6, calling function 2 In function: LINENO=4 3 After function: LINENO=8
|
D | var_serial.right | 4 Assignments and a function: c=a
|
D | var_serial.tests | 19 f() { echo Assignments and a function: c=$c; }
|
/busybox-1.35.0/docs/ |
D | new-applet-HOWTO.txt | 20 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 …]
|
D | style-guide.txt | 33 - 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/ |
D | README | 76 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/ |
D | func1.right | 5 Multi line function
|
D | func1.tests | 6 echo function
|
D | env_and_func.tests | 4 # out of function invocations (similar to "special builtins" behavior);
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.gperf | 2 %define hash-function-name kconf_id_hash 3 %define lookup-function-name kconf_id_lookup
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc.right | 20 fff is a function
|
/busybox-1.35.0/shell/ash_test/ash-heredoc/ |
D | heredoc.right | 19 fff is a function
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith-for.right | 13 fx is a function
|
/busybox-1.35.0/shell/ash_test/ash-psubst/ |
D | bash_procsub.tests | 14 # process substitutions can be passed to a function as parameters or
|
/busybox-1.35.0/ |
D | .indent.pro | 25 --no-space-after-function-call-names
|
12