Searched refs:tempnam (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | getent.c | 49 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 D | tempnam.c | 40 __warn_references(tempnam, 46 tempnam(const char *dir, const char *pfx) in tempnam() function
|
H A D | Makefile.inc | 20 tempnam.c tmpfile.c \ 130 MLINKS+=tmpnam.3 tempnam.3 \
|
H A D | Symbol.map | 76 tempnam;
|
/freebsd/contrib/file/src/ |
H A D | apptype.c | 56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
|
/freebsd/contrib/capsicum-test/ |
H A D | capsicum-test-main.cc | 66 char *tmpdir_name = tempnam(nullptr, "cptst"); in CreateTemporaryRoot()
|
/freebsd/include/ |
H A D | stdio.h | 375 char *tempnam(const char *, const char *);
|
/freebsd/contrib/byacc/ |
H A D | main.c | 701 if ((name = tempnam(dname, fname)) != 0) in my_mkstemp()
|
H A D | CHANGES | 4884 * main.c: for cases where mkstemp() is not available, use tempnam/open
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 5064 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 D | libc_ubuntu1404_abilist.txt | 3133 fun:tempnam=uninstrumented
|