HomeSort by relevance Sort by last modified time
    Searched refs:direntry (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/
LPdir_unix.c 67 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/
Host.cpp 252 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->d_name)
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 95 milliseconds