Home | History | Annotate | Download | only in openssh

Lines Matching refs:d_name

941 			    strcmp(path, "/") ? "/" : "", dp->d_name);
945 stats[count].name = xstrdup(dp->d_name);
946 stats[count].long_name = ls_file(dp->d_name, &st, 0, 0);