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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c201 int hash_tblcnt = 0; variable
905 for (sopt = opt; sopt->name != NULL; ++sopt, hash_tblcnt++) {
1014 sopt = malloc(sizeof(*sopt) * hash_tblcnt);
1022 if (sofar >= hash_tblcnt) {

Completed in 46 milliseconds