Searched refs:mkstemp (Results 126 - 141 of 141) sorted by relevance

123456

/openbsd-current/sbin/dhcpleased/
H A Ddhcpleased.c888 if ((fd = mkstemp(tmpl)) == -1) {
889 log_warn("%s: mkstemp", __func__);
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgCreate.pm948 my ($fh, $tmp) = OpenBSD::MkTemp::mkstemp(
/openbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c853 if ((fd = mkstemp(file2)) == -1)
/openbsd-current/usr.bin/ssh/
H A Dssh-keygen.c1096 if ((fd = mkstemp(prv_tmp)) == -1) {
1101 (void)close(fd); /* just using mkstemp() to reserve a name */
1118 if ((fd = mkstemp(pub_tmp)) == -1) {
1325 if ((fd = mkstemp(tmp)) == -1)
1326 fatal("mkstemp: %s", strerror(errno));
H A Dsession.c256 if ((fd = mkstemp(auth_info_file)) == -1) {
257 error_f("mkstemp: %s", strerror(errno));
/openbsd-current/usr.bin/diff/
H A Ddiffreg.c464 if ((ofd = mkstemp(tempfile)) == -1) {
/openbsd-current/usr.sbin/smtpd/
H A Dsmtpd.c1459 allout = mkstemp(sfn);
1461 (void)snprintf(ebuf, sizeof ebuf, "mkstemp: %s", strerror(errno));
/openbsd-current/usr.bin/tic/
H A Dtic.c398 int fd = mkstemp(filename);
/openbsd-current/gnu/usr.bin/cvs/
H A Dconfigure2845 mkstemp \
/openbsd-current/usr.sbin/ldapd/
H A Dbtree.c3082 fd = mkstemp(compact_path);
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c1212 int mkstemp(const char *path) function
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH1844 * This symbol, if defined, indicates that the mkstemp routine is
H A Dconfigure.com4377 $! Check for mkstemp
4386 $ WS "mkstemp(""foo"");"
4390 $ tmp = "mkstemp"
H A DConfigure16506 : see if mkstemp exists
16507 set mkstemp d_mkstemp
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2320 fd = mkstemp(tmpfile);
/openbsd-current/gnu/usr.bin/texinfo/
H A Dconfigure7169 for ac_func in mkstemp
7283 echo "$as_me:$LINENO: checking for mkstemp limitations" >&5
7284 echo $ECHO_N "checking for mkstemp limitations... $ECHO_C" >&6
7307 int fd = mkstemp (template);
7347 "mkstemp.$ac_objext" | \
7348 *" mkstemp.$ac_objext" | \
7349 "mkstemp.$ac_objext "* | \
7350 *" mkstemp.$ac_objext "* ) ;;
7351 *) LIBOBJS="$LIBOBJS mkstemp.$ac_objext" ;;
7364 #define mkstemp rpl_mkstem
[all...]

Completed in 322 milliseconds

123456