Home | History | Annotate | Download | only in strace

Lines Matching defs:de

1007 				struct_dirent *de;
1009 while ((de = read_dir(dir)) != NULL) {
1013 if (de->d_fileno == 0)
1016 tid = atoi(de->d_name);