repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
misc
/
mkostemps.s
blob
8faece9bec9f3f9e328255b69459d7d64e33bc26
1
.text
2
.p2align 4,,15
3
.globl mkostemps
4
.type mkostemps, @function
5
mkostemps
:
6
testl
%
esi
, %
esi
7
js
.L5
8
xorl
%
ecx
, %
ecx
9
jmp __gen_tempname
10
.p2align 4,,10
11
.p2align 3
12
.L5:
13
movq __libc_errno@gottpoff
(%
rip
), %
rax
14
movl $
22
, %
fs
:(%
rax
)
15
movl $
-
1
, %
eax
16
ret
17
.size mkostemps, .-mkostemps
18
.weak mkostemps64
19
.set mkostemps64,mkostemps
20
.hidden __gen_tempname