Home
last modified time | relevance | path

Searched refs:new_hostinfo (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/rusers/
Drusers.c676 struct host_info *new_hostinfo, *entry; in expandhosts() local
683 new_hostinfo = calloc(sizeof(*entry), count); in expandhosts()
684 if (new_hostinfo == NULL) in expandhosts()
686 for (i = 0, entry = new_hostinfo; i < nentries; i++) { in expandhosts()
696 hostinfo = new_hostinfo; in expandhosts()