HomeSort by: relevance | last modified time | path
    Searched defs:getconfigent (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/inetd/
parse.c 99 static struct servtab *getconfigent(char **);
137 * saves cp across getconfigent calls.
157 while ((cp = getconfigent(&current_pos)) != NULL) {
385 getconfigent(char **current_pos) function
396 * line contains config line. Continue where the last getconfigent
786 /* getconfigent read a positional service def, move to next line */
parse.c 99 static struct servtab *getconfigent(char **);
137 * saves cp across getconfigent calls.
157 while ((cp = getconfigent(&current_pos)) != NULL) {
385 getconfigent(char **current_pos) function
396 * line contains config line. Continue where the last getconfigent
786 /* getconfigent read a positional service def, move to next line */
parse.c 99 static struct servtab *getconfigent(char **);
137 * saves cp across getconfigent calls.
157 while ((cp = getconfigent(&current_pos)) != NULL) {
385 getconfigent(char **current_pos) function
396 * line contains config line. Continue where the last getconfigent
786 /* getconfigent read a positional service def, move to next line */

Completed in 39 milliseconds