string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 48b205e commit 947fb5adf8af450507c978abf1c7ec9f051e5842
@Sascha Hauer Sascha Hauer authored on 11 Apr 2016
Showing 77 changed files
View
arch/arm/boards/edb93xx/edb93xx.c
View
arch/arm/boards/embedsky-e9/board.c
View
arch/arm/boards/phytec-som-imx6/board.c
View
arch/arm/boards/raspberry-pi/rpi-common.c
View
arch/arm/mach-imx/iim.c
View
arch/arm/mach-omap/omap_generic.c
View
arch/arm/mach-omap/xload.c
View
commands/boot.c
View
commands/clk.c
View
commands/crc.c
View
commands/defaultenv.c
View
commands/hashsum.c
View
commands/tftp.c
View
common/blspec.c
View
common/bootargs.c
View
common/console.c
View
common/env.c
View
common/environment.c
View
common/firmware.c
View
common/globalvar.c
View
common/menutree.c
View
common/partitions.c
View
common/state.c
View
crypto/hmac.c
View
drivers/ata/disk_ata_drive.c
View
drivers/ata/disk_bios_drive.c
View
drivers/eeprom/at24.c
View
drivers/mci/mci-core.c
View
drivers/mfd/stmpe-i2c.c
View
drivers/misc/sram.c
View
drivers/mtd/core.c
View
drivers/mtd/devices/docg3.c
View
drivers/mtd/mtdoob.c
View
drivers/mtd/mtdraw.c
View
drivers/mtd/nand/nand-bb.c
View
drivers/mtd/ubi/barebox.c
View
drivers/net/ksz8864rmn.c
View
drivers/of/barebox.c
View
drivers/of/base.c
View
drivers/of/of_path.c
View
drivers/of/partition.c
View
drivers/pci/pci-mvebu.c
View
drivers/pinctrl/pinctrl.c
View
drivers/pwm/pwm-imx.c
View
drivers/pwm/pwm-mxs.c
View
drivers/pwm/pxa_pwm.c
View
drivers/regulator/core.c
View
drivers/spi/gpio_spi.c
View
drivers/usb/gadget/composite.c
View
drivers/usb/gadget/f_fastboot.c
View
drivers/usb/storage/usb.c
View
drivers/video/edid.c
View
drivers/video/fb.c
View
drivers/video/imx-ipu-v3/imx-ldb.c
View
drivers/video/imx-ipu-v3/ipu-di.c
View
drivers/video/imx-ipu-v3/ipufb.c
View
drivers/w1/slaves/w1_ds2431.c
View
drivers/w1/slaves/w1_ds2433.c
View
fs/bpkfs.c
View
fs/efi.c
View
fs/efivarfs.c
View
fs/fs.c
View
fs/nfs.c
View
fs/ubifs/ubifs.c
View
fs/uimagefs.c
View
include/stdio.h
View
include/w1_mac_address.h
View
lib/libfile.c
View
lib/logo/logo.c
View
lib/parameter.c
View
lib/stringlist.c
View
lib/uncompress.c
View
lib/vsprintf.c
View
lib/xfuncs.c
View
net/dhcp.c
View
net/dns.c
View
net/ifup.c