Searched defs:hash_tblcnt (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds