Home
last modified time | relevance | path

Searched refs:mkstemps (Results 1 – 25 of 1861) sorted by relevance

12345678910>>...75

/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dmkstemps2 mkstemps() function: create a private temporary file, with suffix
5 lib/mkstemps.c
6 m4/mkstemps.m4
17 AC_LIBOBJ([mkstemps])
19 gl_MODULE_INDICATOR([mkstemps])
20 gl_STDLIB_MODULE_INDICATOR([mkstemps])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dmkstemps2 mkstemps() function: create a private temporary file, with suffix
5 lib/mkstemps.c
6 m4/mkstemps.m4
17 AC_LIBOBJ([mkstemps])
19 gl_MODULE_INDICATOR([mkstemps])
20 gl_STDLIB_MODULE_INDICATOR([mkstemps])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dmkstemps.texi1 @node mkstemps
2 @subsection @code{mkstemps}
3 @findex mkstemps
5 …tion:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mkstemps.3.html,,man mkstemps}
7 Gnulib module: mkstemps
20 On platforms where @code{off_t} is a 32-bit type, @code{mkstemps} may not work
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dmkstemps.texi1 @node mkstemps
2 @subsection @code{mkstemps}
3 @findex mkstemps
5 Gnulib module: mkstemps
18 On platforms where @code{off_t} is a 32-bit type, @code{mkstemps} may not work
/dports/math/spot/spot-2.10.2/m4/
H A Dmkstemps.m41 # mkstemps.m4 serial 2
11 dnl Persuade glibc <stdlib.h> to declare mkstemps().
14 AC_CHECK_FUNCS_ONCE([mkstemps])
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dmkstemps.m41 # mkstemps.m4 serial 2
11 dnl Persuade glibc <stdlib.h> to declare mkstemps().
14 AC_CHECK_FUNCS_ONCE([mkstemps])
/dports/devel/libdap/libdap-3.20.8/gl/m4/
H A Dmkstemps.m41 # mkstemps.m4 serial 2
11 dnl Persuade glibc <stdlib.h> to declare mkstemps().
14 AC_CHECK_FUNCS_ONCE([mkstemps])
/dports/editors/nano/nano-5.9/m4/
H A Dmkstemps.m41 # mkstemps.m4 serial 2
11 dnl Persuade glibc <stdlib.h> to declare mkstemps().
14 AC_CHECK_FUNCS_ONCE([mkstemps])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dmkstemps.m41 # mkstemps.m4 serial 2
11 dnl Persuade glibc <stdlib.h> to declare mkstemps().
14 AC_CHECK_FUNCS_ONCE([mkstemps])
/dports/math/py-spot/spot-2.10.2/m4/
H A Dmkstemps.m41 # mkstemps.m4 serial 2
11 dnl Persuade glibc <stdlib.h> to declare mkstemps().
14 AC_CHECK_FUNCS_ONCE([mkstemps])
/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/
H A DTemp.hsc23 mkstemp, mkstemps, mkdtemp
70 mkstemps :: String -> String -> IO (FilePath, Handle)
72 mkstemps prefix suffix = do function
81 mkstemps = error "System.Posix.Temp.mkstemps: not available on this platform" function
/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/Temp/
H A DByteString.hsc23 mkstemp, mkstemps, mkdtemp
71 mkstemps :: ByteString -> ByteString -> IO (RawFilePath, Handle)
73 mkstemps prefix suffix = do function
82 mkstemps = error "System.Posix.Temp.mkstemps: not available on this platform" function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/temp/
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/temp/
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/temp/
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/temp/
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/temp/
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/temp/
H A Dmkstemps.c7 int mkstemps(char *template, int len) in mkstemps() function
12 LFS64(mkstemps);
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/temp/
H A Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dpf_mkstemp.cc51 int mkstemps (char *tmpl, int suffixlen) in mkstemps() function
144 int fd = mkstemps(tmpl, suffixlen); in pf_mkstemp()
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/
H A Dgnu.c79 int fp = mkstemps(template, suffixlen); in resourceLeak_mkstemps()
85 int fp = mkstemps(template, suffixlen); in no_resourceLeak_mkstemps_01()
91 return mkstemps(template, suffixlen); in no_resourceLeak_mkstemps_02()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cfg/
H A Dgnu.c79 int fp = mkstemps(template, suffixlen); in resourceLeak_mkstemps()
85 int fp = mkstemps(template, suffixlen); in no_resourceLeak_mkstemps_01()
91 return mkstemps(template, suffixlen); in no_resourceLeak_mkstemps_02()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dmake-temp-file.c46 extern int mkstemps (char *, int);
168 fd = mkstemps (temp_filename, suffix_len); in make_temp_file()
/dports/devel/djgpp-binutils/binutils-2.17/libiberty/
H A Dmake-temp-file.c46 extern int mkstemps (char *, int);
168 fd = mkstemps (temp_filename, suffix_len); in make_temp_file()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dmake-temp-file.c46 extern int mkstemps PARAMS ((char *, int));
170 fd = mkstemps (temp_filename, suffix_len);

12345678910>>...75