Searched refs:new_dir (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/tools/test/stress2/misc/
H A Dnullfs29.sh39 int new_dir, new_file, ret;
46 new_dir = openat(AT_FDCWD, dir, O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH, 0700);
47 if (new_dir == -1)
50 ret = fstatat(new_dir, "what2", &sb, AT_SYMLINK_NOFOLLOW);
56 close(new_dir);
H A Dunionfs15.sh47 int new_dir, new_file, ret;
54 new_dir = openat(AT_FDCWD, dir, O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH, 0700);
55 if (new_dir == -1)
58 ret = fstatat(new_dir, "what2", &sb, AT_SYMLINK_NOFOLLOW);
64 close(new_dir);
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dndbm.c163 char *old_dir, *old_pag, *new_dir, *new_pag; local
194 asprintf(&new_dir, "%s.dir", new_name);
197 ret = rename(old_dir, new_dir) || rename(old_pag, new_pag);
207 free(new_dir);
/freebsd-current/crypto/openssl/crypto/x509/
H A Dby_dir.c54 static int new_dir(X509_LOOKUP *lu);
64 new_dir, /* new_item */
108 static int new_dir(X509_LOOKUP *lu) function
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4554 FileSpec new_dir = GetSaveJITObjectsDir(); local
4555 if (!new_dir)
4559 bool exists = instance.Exists(new_dir);
4560 bool is_directory = instance.IsDirectory(new_dir);
4561 std::string path = new_dir.GetPath(true);

Completed in 140 milliseconds