Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c194 int hash_tblcnt = 0; variable
898 for (sopt = opt; sopt->name != NULL; ++sopt, hash_tblcnt++) {
1007 sopt = malloc(sizeof(*sopt) * hash_tblcnt);
1015 if (sofar >= hash_tblcnt) {