Searched refs:tempnam (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/contrib/telnet/libtelnet/ |
| HD | getent.c | 53 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/ |
| HD | tempnam.c | 44 __warn_references(tempnam, 50 tempnam(const char *dir, const char *pfx) in tempnam() function
|
| HD | Makefile.inc | 22 tempnam.c tmpfile.c \ 87 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
|
| HD | Symbol.map | 80 tempnam;
|
| /freebsd-13-stable/contrib/file/src/ |
| HD | apptype.c | 56 else if ((filename = tempnam("./", "tmp")) == NULL) { in file_os2_apptype()
|
| /freebsd-13-stable/contrib/capsicum-test/ |
| HD | capsicum-test-main.cc | 66 char *tmpdir_name = tempnam(nullptr, "cptst"); in CreateTemporaryRoot()
|
| /freebsd-13-stable/include/ |
| HD | stdio.h | 368 char *tempnam(const char *, const char *);
|
| /freebsd-13-stable/contrib/byacc/ |
| HD | main.c | 601 if ((name = tempnam(dname, fname)) != 0) in my_mkstemp()
|
| HD | CHANGES | 2141 * main.c: for cases where mkstemp() is not available, use tempnam/open
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | 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-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 3133 fun:tempnam=uninstrumented
|