Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:de

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