For example, on Windows, you may make all functions use the stdcall
calling convention by defining XZ_FUNC=__stdcall when building and
using the functions from XZ Embedded.
-
print out their pathnames.
endmenu
-
devfsd and size optimizations in strings, openvt and deallocvt.
=cut
-
</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
-</body></html>
\ No newline at end of file
+</body></html>
CGI - Common Gateway Interface
</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
-</body></html>
\ No newline at end of file
+</body></html>
CGI - Common Gateway Interface
</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
-</body></html>
\ No newline at end of file
+</body></html>
CGI - Common Gateway Interface
</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
-</body></html>
\ No newline at end of file
+</body></html>
CGI - Common Gateway Interface
</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
-</body></html>
\ No newline at end of file
+</body></html>
document don't worry, the folks on the Busybox mailing list are a fairly
good-natured bunch and will work with you to help get your patches into shape
or help you make contributions.
-
-
zcat POSIX options: None
zcat Busybox specific options: None
-
int difference = (x - y);
return (difference >= 0);
}
-
-
This boot floppy is made with Busybox, uClibc, and the Linux kernel.
Hit RETURN to boot or enter boot parameters at the prompt below.
-
proc /proc proc defaults 0 0
-
::respawn:-/bin/sh
tty2::askfirst:-/bin/sh
::ctrlaltdel:/bin/umount -a -r
-
# no-op
echo "Done"
echo
-
rmdir $TARGET_DIR
gzip -9 rootfs
fi
-
::ctrlaltdel:/sbin/reboot
::shutdown:/bin/umount -a -r
::shutdown:/sbin/swapoff -a
-
# define RB_POWER_OFF RB_HALT_SYSTEM
# endif
#endif
-
Erik Andersen
<andersen@codepoet.org>
-
setfscreatecon_or_die(context);
freecon(context);
}
-
*id = htons(i);
return 0;
}
-
targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
$(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs)
-
quiet_cmd_gzip = GZIP $@
cmd_gzip = gzip -f -9 < $< > $@
-
-
fflush(stdout);
return exitstatus;
}
-
# or (less surefire ones):
grep -n -B1 -r $'^\t*}' . | grep -A1 '.[ch]-[0-9]*-$'
grep -n -A1 -r $'^\t*{' . | grep -B1 '.[ch]-[0-9]*-$'
+
+# find trailing empty lines
+find -type f | xargs tail -1 | while read file; do
+ test x"$file" = x"" && continue
+ read lastline
+ #echo "|$file|$lastline"
+ if test x"$lastline" = x""; then
+ echo "$file"
+ fi
+done
if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS;
fi
-
{
return current_pos.file ? current_pos.file->name : "<none>";
}
-
#include "expr.c"
#include "symbol.c"
#include "menu.c"
-
-
fi
objdump -d $1 | sed -n -e '/./{H;$!d}' -e "x;/^.[0-9a-fA-F]* <$2>:/p"
-
Displays the status of SELinux.
endmenu
-
while true; do echo A; break; echo B; done
echo OK:$?
-
problems that occur within programs and scripts.
endmenu
-
test x$(basename $(pwd)) = x$(busybox basename $(pwd))
-
test x$(dirname $(pwd)) = x$(busybox dirname $(pwd))
-
if [ $? != 1 ] ; then
exit 1;
fi;
-
# clean up
rm -r "$TESTLINK" "$TESTDIR"
-