Lines Matching refs:linestr
52 static char linestr[AU_LINE_MAX]; variable
159 if (fgets(linestr, AU_LINE_MAX, fp) == NULL) in getauevent_r_locked()
163 if ((nl = strrchr(linestr, '\n')) != NULL) in getauevent_r_locked()
167 if (linestr[0] == '#') in getauevent_r_locked()
171 if (eventfromstr(linestr, e) == NULL) in getauevent_r_locked()
228 while (fgets(linestr, AU_LINE_MAX, fp) != NULL) { in getauevnam_r_locked()
230 if ((nl = strrchr(linestr, '\n')) != NULL) in getauevnam_r_locked()
233 if (eventfromstr(linestr, e) != NULL) { in getauevnam_r_locked()
286 while (fgets(linestr, AU_LINE_MAX, fp) != NULL) { in getauevnum_r_locked()
288 if ((nl = strrchr(linestr, '\n')) != NULL) in getauevnum_r_locked()
291 if (eventfromstr(linestr, e) != NULL) { in getauevnum_r_locked()