Home | History | Annotate | Download | only in strace

Lines Matching defs:de

1026 				struct_dirent *de;
1028 while ((de = read_dir(dir)) != NULL) {
1032 if (de->d_fileno == 0)
1035 tid = atoi(de->d_name);