Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:de

286 	struct dirent*	de;
305 while ((de=readdir(d)) != NULL) {
306 if (!strncmp(".", de->d_name, 1))
309 de->d_name);
775 while ((c = getopt (argc, argv, "panyrcC:B:dE:fvtFVM:b:I:j:P:l:L:N:SsDk")) != EOF)