HomeSort by: relevance | last modified time | path
    Searched defs:getconfigent (Results 1 - 2 of 2) 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) {
384 getconfigent(char **current_pos) function in typeref:struct:servtab *
395 * line contains config line. Continue where the last getconfigent
782 /* 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) {
384 getconfigent(char **current_pos) function in typeref:struct:servtab *
395 * line contains config line. Continue where the last getconfigent
782 /* getconfigent read a positional service def, move to next line */

Completed in 22 milliseconds