HomeSort by: relevance | last modified time | path
    Searched refs:mkostemp (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/stdio/
mkostemp.c 1 /* $NetBSD: mkostemp.c,v 1.1 2014/06/18 17:47:58 christos Exp $ */
31 mkostemp(char *path, int oflags) function in typeref:typename:int
Makefile.inc 14 getwchar.c makebuf.c mkdtemp.c mkstemp.c mkstemps.c mkostemp.c \
49 MLINKS+=mktemp.3 mkostemp.3 mktemp.3 mkostemps.3
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitProtExecAllocator.c 99 int mkostemp(char *template, int flags);
155 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME);
  /src/tests/lib/libc/stdlib/
t_mktemp.c 189 atf_tc_set_md_var(tc, "descr", "A basic test of mkostemp(3)");
209 fd = mkostemp(template, flags[i]);
  /src/include/
stdlib.h 406 int mkostemp(char *, int);

Completed in 15 milliseconds