Home | History | Annotate | Download | only in input

Lines Matching refs:d_name

1517         if(de->d_name[0] == '.' &&
1518 (de->d_name[1] == '\0' ||
1519 (de->d_name[1] == '.' && de->d_name[2] == '\0')))
1521 strcpy(filename, de->d_name);