Home | History | Annotate | Download | only in strace

Lines Matching defs:de

434 				struct dirent *de;
436 while ((de = readdir(dir)) != NULL) {
437 if (de->d_fileno == 0)
439 tid = atoi(de->d_name);