Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Dgetent.c49 char *tempnam, *dba[2] = { gettytab, NULL }; in getent() local
51 tempnam = strdup(name); in getent()
52 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0; in getent()
53 free(tempnam); in getent()
/freebsd/lib/libc/stdio/
H A Dtempnam.c40 __warn_references(tempnam,
46 tempnam(const char *dir, const char *pfx) in tempnam() function
H A DMakefile.inc20 tempnam.c tmpfile.c \
130 MLINKS+=tmpnam.3 tempnam.3 \
H A DSymbol.map76 tempnam;
/freebsd/contrib/file/src/
H A Dapptype.c56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
/freebsd/contrib/capsicum-test/
H A Dcapsicum-test-main.cc66 char *tmpdir_name = tempnam(nullptr, "cptst"); in CreateTemporaryRoot()
/freebsd/include/
H A Dstdio.h375 char *tempnam(const char *, const char *);
/freebsd/contrib/byacc/
H A Dmain.c701 if ((name = tempnam(dname, fname)) != 0) in my_mkstemp()
H A DCHANGES4884 * main.c: for cases where mkstemp() is not available, use tempnam/open
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3133 fun:tempnam=uninstrumented