Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dgetlist.c110 free_listofnames(locallist) in free_listofnames() argument
111 listofnames *locallist; in free_listofnames()
115 for (; locallist; locallist = next) {
116 next = locallist->nextname;
117 if (locallist->name)
118 free(locallist->name);
119 free((char *)locallist);