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

  /src/usr.sbin/inetd/
parse.c 139 char *current_pos; local in function:config
155 current_pos = nextline(fconfig);
157 while ((cp = getconfigent(&current_pos)) != NULL) {
384 getconfigent(char **current_pos)
394 * Pre-condition: current_pos points into line,
398 cp = *current_pos;
533 *current_pos = cp;
540 *current_pos = cp;
562 *current_pos = cp;
783 *current_pos = nextline(fconfig)
    [all...]
parse.c 139 char *current_pos; local in function:config
155 current_pos = nextline(fconfig);
157 while ((cp = getconfigent(&current_pos)) != NULL) {
384 getconfigent(char **current_pos)
394 * Pre-condition: current_pos points into line,
398 cp = *current_pos;
533 *current_pos = cp;
540 *current_pos = cp;
562 *current_pos = cp;
783 *current_pos = nextline(fconfig)
    [all...]

Completed in 23 milliseconds