repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
mkostemp
blob
afa49d60e782d1f276bcd84b784d5243773a45da
1
Description:
2
mkostemp() function: create a private temporary file, with specific opening
3
flags.
4
5
Files:
6
lib/mkostemp.c
7
m4/mkostemp.m4
8
9
Depends-on:
10
stdlib
11
extensions
12
largefile
13
tempname [test $HAVE_MKOSTEMP = 0]
14
15
configure.ac:
16
gl_FUNC_MKOSTEMP
17
if test $HAVE_MKOSTEMP = 0; then
18
AC_LIBOBJ([mkostemp])
19
gl_PREREQ_MKOSTEMP
20
fi
21
gl_MODULE_INDICATOR([mkostemp])
22
gl_STDLIB_MODULE_INDICATOR([mkostemp])
23
24
Makefile.am:
25
26
Include:
27
<stdlib.h>
28
29
License:
30
LGPLv2+
31
32
Maintainer:
33
Jim Meyering