Searched refs:direntry (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/
H A DLPdir_unix.c67 struct dirent *direntry = NULL; local
97 direntry = readdir((*ctx)->dir);
98 if (direntry == NULL)
103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
/external/lldb/source/Host/linux/
H A DHost.cpp252 struct dirent *direntry = NULL; local
257 while ((direntry = readdir (dirproc)) != NULL)
259 if (direntry->d_type != DT_DIR || !IsDirNumeric (direntry->d_name))
262 lldb::pid_t pid = atoi (direntry->d_name);
310 struct dirent *direntry = NULL; local
311 while ((direntry = readdir (dirproc)) != NULL)
313 if (direntry->d_type != DT_DIR || !IsDirNumeric (direntry->d_name))
316 lldb::tid_t tid = atoi(direntry
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex4054 \def\direntry{\doignore{direntry}}

Completed in 167 milliseconds