Searched defs:dir (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dtempnam.c43 tempnam(const char *dir, const char *pfx) argument
65 if (dir != NULL) {
66 f = *dir ? (char *)dir : ".";
/bionic/tests/
H A Dsys_sem_test.cpp43 TemporaryDir dir; local
44 key_t key = ftok(dir.dirname, 1);
H A Dsys_shm_test.cpp43 TemporaryDir dir; local
44 key_t key = ftok(dir.dirname, 1);
H A Dsys_msg_test.cpp43 TemporaryDir dir; local
44 key_t key = ftok(dir.dirname, 1);
H A Difaddrs_test.cpp100 dirent* dir; local
101 while ((dir = readdir(d.get())) != nullptr) {
102 if (dir->d_type == DT_LNK) {
103 sys_class_net.push_back(std::string(dir->d_name));
/bionic/libc/private/
H A DScopedReaddir.h29 ScopedReaddir(DIR* dir) { argument
30 dir_ = dir;
/bionic/libc/bionic/
H A Dscandir.cpp99 DIR* dir = nullptr; local
101 dir = opendir(dir_name);
105 dir = fdopendir(dir_fd);
109 ScopedReaddir reader(dir);
H A Dexec.cpp135 const char* dir; local
136 while ((dir = strsep(&strsep_buf, ":"))) {
139 if (*dir == '\0') dir = const_cast<char*>(".");
141 size_t dir_len = strlen(dir);
145 mempcpy(mempcpy(mempcpy(buf, dir, dir_len), "/", 1), name, name_len + 1);
/bionic/linker/
H A Dlinker_utils.cpp119 bool file_is_in_dir(const std::string& file, const std::string& dir) { argument
120 const char* needle = dir.c_str();
129 bool file_is_under_dir(const std::string& file, const std::string& dir) { argument
130 const char* needle = dir.c_str();
/bionic/libc/kernel/uapi/linux/
H A Drio_mport_cdev.h161 __u16 dir; member in struct:rio_transaction
H A Dsynclink.h246 __u32 dir; member in struct:gpio_desc
H A Dxfrm.h431 __u8 dir; member in struct:xfrm_userpolicy_info
446 __u8 dir; member in struct:xfrm_userpolicy_id
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Drio_mport_cdev.h161 __u16 dir; member in struct:rio_transaction
H A Dsynclink.h246 __u32 dir; member in struct:gpio_desc
H A Dxfrm.h431 __u8 dir; member in struct:xfrm_userpolicy_info
446 __u8 dir; member in struct:xfrm_userpolicy_id
/bionic/libc/tzcode/
H A Dlocaltime.c1886 register int dir; local
1981 dir = (t > 0) ? 1 : -1;
1982 } else dir = tmcomp(&mytm, &yourtm);
1983 if (dir != 0) {
1997 if (dir > 0)

Completed in 9810 milliseconds