aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-21 20:54:10 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-21 20:54:10 +0000
commit0624a1ee6366d6714cfd10e4cd6b8877955d9eac (patch)
tree96a6e27d53f7e03421330e6d2bb97310f72b2838 /AUTHORS
parent9ac75ac8b8d309493c7aa64d14f08bcd14b8afad (diff)
downloadrpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar
rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar.gz
rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar.bz2
rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.tar.xz
rpm-setup-0624a1ee6366d6714cfd10e4cd6b8877955d9eac.zip
1.1561.156
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
a> 26 27 28
.text
.align 0 
.global strncmp
.type	 strncmp,@function
strncmp:
	push %ebx
	movl %esp,%ebx
	movl 12(%ebx),%edx
	movl 16(%ebx),%ecx
	movl 8(%ebx),%ebx
.Lloop:
	jecxz .Ldone
	decl %ecx
	movb (%ebx),%al
	incl %edx
	incl %ebx
	movb %al,%ah
	subb -1(%edx),%al
	jnz .Lnotequal
	testb %ah,%ah
	jnz .Lloop

.Ldone:
	xorl %eax,%eax
.Lnotequal:
	movsx %al, %eax
	popl %ebx
	ret