Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 6506) sorted by relevance

12345678910>>...261

/dports/mail/nmh/nmh-1.7.1/test/mkstemp/
H A Dtest-mkstemp22 mkstemp="${MH_LIBEXEC_DIR}/mkstemp"
24 check_exit '-eq 255' $mkstemp -
34 Usage: mkstemp [switches]
44 Usage: mkstemp [switches]
54 run_prog $mkstemp -h 2>&1 | sed '/^$/,$d' >"$actual"
60 case `$mkstemp -v` in
61 mkstemp\ --*) ;;
68 tmpfile=`$mkstemp`
77 tmpfile=`$mkstemp -directory "$MHTMPDIR"`
85 tmpfile=`$mkstemp -prefix mkstemptest`
[all …]
/dports/print/gv/gv-3.7.4/m4/
H A Dmkstemp.m410 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
60 rm -rf conftest.mkstemp
64 AC_LIBOBJ([mkstemp])
69 AC_LIBOBJ([mkstemp])
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/m4/
H A Dmkstemp.m410 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
16 AC_REPLACE_FUNCS(mkstemp)
20 AC_CACHE_CHECK([for mkstemp limitations],
23 mkdir conftest.mkstemp
32 char template[] = "conftest.mkstemp/coXXXXXX";
33 int fd = mkstemp (template);
45 rm -rf conftest.mkstemp
51 AC_LIBOBJ(mkstemp)
53 AC_DEFINE(mkstemp, rpl_mkstemp,
[all …]
/dports/archivers/sharutils/sharutils-4.15.2/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
66 rm -rf conftest.mkstemp
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
66 rm -rf conftest.mkstemp
[all …]
/dports/databases/recutils/recutils-1.8/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
68 rm -rf conftest.mkstemp
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/glm4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
68 rm -rf conftest.mkstemp
[all …]
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
68 rm -rf conftest.mkstemp
[all …]
/dports/math/pspp/pspp-1.4.1/gl/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
70 rm -rf conftest.mkstemp
[all …]
/dports/devel/m4/m4-1.4.19/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
70 rm -rf conftest.mkstemp
[all …]
/dports/games/freeciv/freeciv-2.6.6/dependencies/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/devel/rcs/rcs-5.10.0/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/math/spot/spot-2.10.2/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
70 rm -rf conftest.mkstemp
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/math/py-spot/spot-2.10.2/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
70 rm -rf conftest.mkstemp
[all …]
/dports/www/wget2/wget2-2.0.0/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/editors/poke/poke-1.0/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/ftp/wget/wget-1.21.2/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/textproc/augeas/augeas-1.12.0/gnulib/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
38 char templ[] = "conftest.mkstemp/coXXXXXX";
39 int (*mkstemp_function) (char *) = mkstemp;
70 rm -rf conftest.mkstemp
[all …]
/dports/textproc/diffutils/diffutils-3.8/m4/
H A Dmkstemp.m48 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
10 # Other systems lack mkstemp altogether.
11 # On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
13 # On some hosts, mkstemp creates files with mode 0666, which is a security
21 AC_CHECK_FUNCS_ONCE([mkstemp])
23 AC_CACHE_CHECK([for working mkstemp],
26 mkdir conftest.mkstemp
39 char templ[] = "conftest.mkstemp/coXXXXXX";
40 int (*mkstemp_function) (char *) = mkstemp;
71 rm -rf conftest.mkstemp
[all …]
/dports/www/cadaver/cadaver-0.23.3/m4/
H A Dmkstemp.m43 # On some systems (e.g., HPUX-10.20, SunOS4.1.4, solaris2.5.1), mkstemp has the
5 # Other systems lack mkstemp altogether. On either type of system, arrange
9 AC_REPLACE_FUNCS(mkstemp)
13 AC_CACHE_CHECK([for mkstemp limitations],
24 int fd = mkstemp (template);
41 AC_LIBOBJ(mkstemp)
43 AC_DEFINE(mkstemp, rpl_mkstemp,
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dmkstemp.texi1 @node mkstemp
2 @section @code{mkstemp}
3 @findex mkstemp
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html}
7 Gnulib module: mkstemp
19 On some platforms (HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a silly
23 On platforms where @code{off_t} is a 32-bit type, @code{mkstemp} may not work
26 On some older platforms, @code{mkstemp} can create a world or group
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dmkstemp.texi1 @node mkstemp
2 @section @code{mkstemp}
3 @findex mkstemp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html}
7 Gnulib module: mkstemp
15 On platforms where @code{off_t} is a 32-bit type, @code{mkstemp} may not work
18 On some older platforms, @code{mkstemp} can create a world or group

12345678910>>...261