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

  /src/tests/lib/libc/sys/
t_aio_rw.c 45 static int mktemp_file(char *, size_t);
50 mktemp_file(char *path, size_t pathlen) function in typeref:typename:int
117 fd = mktemp_file(path, sizeof(path));
t_aio_suspend.c 45 static int mktemp_file(char *, size_t);
50 mktemp_file(char *path, size_t pathlen) function in typeref:typename:int
100 fd = mktemp_file(path, sizeof(path));
t_aio_cancel.c 45 static int mktemp_file(char *, size_t);
50 mktemp_file(char *path, size_t pathlen) function in typeref:typename:int
115 fd = mktemp_file(path, sizeof(path));
171 fd = mktemp_file(path, sizeof(path));
t_aio_lio.c 44 static int mktemp_file(char *, size_t);
49 mktemp_file(char *path, size_t pathlen) function in typeref:typename:int
117 fd = mktemp_file(path, sizeof(path));
181 fd = mktemp_file(path, sizeof(path));
  /src/usr.bin/mail/
mime_attach.c 610 mktemp_file(FILE **nfo, FILE **nfi, const char *hint) function in typeref:typename:int
652 if (mktemp_file(&nfo, &nfi, "mail.Rs") != 0)

Completed in 13 milliseconds