Lines Matching refs:function
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
174 //usage: "\n -a First function"
175 //usage: "\n -b Second function"
199 git add libbb/function.c