Lines Matching refs:de
59 struct dirent *de;
65 while ((de = readdir(d)) != NULL) {
66 if (de->d_name[0] == '.')
68 if (strstr(de->d_name, PCM_PREFIX))
78 struct dirent *de;
88 while ((de = readdir(d)) != NULL) {
89 if (de->d_name[0] == '.')
91 /* printf("%s\n", de->d_name); */
92 if (strstr(de->d_name, PCM_PREFIX)) {
98 sscanf(de->d_name, PCM_PREFIX "C%uD%u", &(pcmnodes[pcms].card),
100 flags = de->d_name[strlen(de->d_name)-1];
115 if (strstr(de->d_name, MIXER_PREFIX)) {
117 sscanf(de->d_name, MIXER_PREFIX "C%u", &mixer);
121 if (strstr(de->d_name, TIMER_PREFIX)) {