Home | History | Annotate | Download | only in libpam

Lines Matching defs:line

57  * Read a line from a file.
63 char *line;
67 line = NULL;
68 if (openpam_straddch(&line, &size, &len, 0) != 0)
91 if (line[len - 1] == '\\') {
92 line[--len] = '\0';
99 if (openpam_straddch(&line, &size, &len, ch) != 0)
106 return (line);
108 FREE(line);
115 * The =openpam_readline function reads a line from a file, and returns it
125 * - If a line ends in a backslash, the backslash is stripped and the
126 * next line is appended.
131 * If =lenp is not =NULL, the length of the line (not including the