Home
last modified time | relevance | path

Searched refs:tempnam (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/telnet/libtelnet/
HDgetent.c53 char *tempnam, *dba[2] = { gettytab, NULL }; in getent() local
55 tempnam = strdup(name); in getent()
56 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0; in getent()
57 free(tempnam); in getent()
/freebsd-13-stable/lib/libc/stdio/
HDtempnam.c44 __warn_references(tempnam,
50 tempnam(const char *dir, const char *pfx) in tempnam() function
HDMakefile.inc22 tempnam.c tmpfile.c \
87 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
HDSymbol.map80 tempnam;
/freebsd-13-stable/contrib/file/src/
HDapptype.c56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
/freebsd-13-stable/contrib/capsicum-test/
HDcapsicum-test-main.cc66 char *tmpdir_name = tempnam(nullptr, "cptst"); in CreateTemporaryRoot()
/freebsd-13-stable/include/
HDstdio.h368 char *tempnam(const char *, const char *);
/freebsd-13-stable/contrib/byacc/
HDmain.c601 if ((name = tempnam(dname, fname)) != 0) in my_mkstemp()
HDCHANGES2141 * main.c: for cases where mkstemp() is not available, use tempnam/open
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc5064 INTERCEPTOR(char *, tempnam, char *dir, char *pfx) {
5066 COMMON_INTERCEPTOR_ENTER(ctx, tempnam, dir, pfx);
5069 char *res = REAL(tempnam)(dir, pfx);
5073 #define INIT_TEMPNAM COMMON_INTERCEPT_FUNCTION(tempnam);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt3133 fun:tempnam=uninstrumented