Displaying 13 results from an estimated 13 matches for "strntoimax".
2007 Apr 12
2
[PATCH] Make com32 printf obey width-restriction on %s
...s.o qsort.o realloc.o seed48.o snprintf.o \
sprintf.o srand48.o sscanf.o stack.o strcasecmp.o strcat.o \
strchr.o strcmp.o strcpy.o strdup.o strerror.o strlen.o \
- strncasecmp.o strncat.o strncmp.o strncpy.o strndup.o \
+ strncasecmp.o strncat.o strncmp.o strncpy.o strndup.o strnlen.o \
strntoimax.o strntoumax.o strrchr.o strsep.o strspn.o strstr.o \
strtoimax.o strtok.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o \
--- syslinux-3.36/com32/lib/vsnprintf.c.orig 2007-02-10
21:47:08.000000000 +0100
+++ syslinux-3.36/com32/lib/vsnprin...
2008 Aug 16
1
Minimal COM32 Root Module
...py.o mempcpy.o memmem.o memmove.o memset.o memswap.o \
exit.o onexit.o \
perror.o qsort.o realloc.o seed48.o snprintf.o \
sprintf.o srand48.o sscanf.o strcasecmp.o \
strdup.o strerror.o strlen.o \
strnlen.o \
strncasecmp.o strncat.o strncmp.o strndup.o \
stpcpy.o stpncpy.o \
strntoimax.o strntoumax.o strrchr.o strstr.o \
strtoimax.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vprintf.o vsprintf.o \
asprintf.o vasprintf.o strlcat.o \
vsscanf.o zalloc.o \
\
sys/x86_init_fpu.o math/pow.o math/strtod.o
Thank you!
Stefan Bucur
2007 Aug 15
0
[git patch] fstype support + minor stuff
...Kbuild
index ad72116..512f841 100644
--- a/usr/klibc/Kbuild
+++ b/usr/klibc/Kbuild
@@ -5,57 +5,64 @@
# Tell that we are building klibc
export klibc-build := y
-klib-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
- asprintf.o vasprintf.o \
- vsscanf.o sscanf.o ctypes.o \
- strntoumax.o strntoimax.o \
- atoi.o atol.o atoll.o \
- strtol.o strtoll.o strtoul.o strtoull.o \
- strtoimax.o strtoumax.o \
- globals.o exit.o atexit.o onexit.o \
- execl.o execle.o execv.o execvpe.o execvp.o execlp.o execlpe.o \
- fork.o vfork.o wait.o wait3.o waitpid.o system.o \
- setpgrp.o getpgrp.o da...
2014 May 08
2
compile error about 6.0.2
...17: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strtoimax?
/mlsyslinux/com32/include/inttypes.h:18: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strtoumax?
/mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax?
/mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax?
In file included from /mlsyslinux/com32/include/zconf.h:364,
from /mlsyslinux/com32/include/zlib.h:34,
from /mlsyslinux/com32/libupload/cpio.c:11:...
2014 May 08
0
compile error about 6.0.2
...expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strtoimax?
> /mlsyslinux/com32/include/inttypes.h:18: error: expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strtoumax?
> /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strntoimax?
> /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?,
?asm? or ?__attribute__? before ?strntoumax?
> In file included from /mlsyslinux/com32/include/zconf.h:364,
> from /mlsyslinux/com32/include/zlib.h:34,
> from /mlsyslinux/com32/l...
2014 May 12
2
compile error about 6.0.2
...expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strtoimax?
> /mlsyslinux/com32/include/inttypes.h:18: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strtoumax?
> /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax?
> /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax?
> In file included from /mlsyslinux/com32/include/zconf.h:364,
> from /mlsyslinux/com32/include/zlib.h:34,
> from /mlsyslinux/com32/l...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...ux/config.o \
syslinux/version.o \
syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
+ syslinux/pxe_dns.o \
syslinux/video/fontquery.o syslinux/video/reportmode.o
LIBLOAD_OBJS = \
@@ -125,7 +126,7 @@ LIBOTHER_OBJS = \
strnlen.o \
strncat.o strndup.o \
stpncpy.o \
- strntoimax.o strntoumax.o strrchr.o strsep.o strspn.o strstr.o \
+ strntoimax.o strntoumax.o strsep.o strspn.o strstr.o \
strtoimax.o strtok.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vprintf.o vsprintf.o \
asprintf.o vasprintf.o \
@@ -133,7 +134,7 @@ LIBOTHER_OBJS = \
skipspace.o...
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
...build file for klibc
#
# Tell that we are building klibc
-klibc-build := y
+export klibc-build := y
-libc-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
+klib-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
asprintf.o vasprintf.o \
vsscanf.o sscanf.o ctypes.o \
strntoumax.o strntoimax.o \
@@ -52,19 +52,15 @@ libc-y := vsnprintf.o snprintf.o vsprint
ctype/ispunct.o ctype/isspace.o ctype/isupper.o \
ctype/isxdigit.o ctype/tolower.o ctype/toupper.o
-libc-$(CONFIG_KLIBC_ERRLIST) += errlist.o
+klib-$(CONFIG_KLIBC_ERRLIST) += errlist.o
ifeq ($(CONFIG_KLIBC_ERRLIST),y)
KL...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com>
The following patch series is available at,
git://git.zytor.com/users/mfleming/syslinux.git elflink
All patches are against the 'elflink' branch.
This series fixes a few serious bugs and some behavioural
incompatibilities with the 4.x series.
Matt Fleming (19):
ldlinux: Initialise 'p' before using it.
ldlinux: Parse
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...knl/linux/usr//include -I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/strntoumax.o usr/klibc/strntoumax.c
ppc-linux-gcc -Wp,-MD,usr/klibc/.strntoimax.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: