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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c97 int rpc_pw_count = 0; /* Number of passwords entered by user */ variable
375 for (pcount = 0; pcount < rpc_pw_count; pcount++) {
474 rpc_pw_count++;
476 (char **)realloc(rpc_pws, sizeof (char *) * rpc_pw_count))) {
480 rpc_pws[rpc_pw_count - 1] = cur_pw;
507 for (pcount = 0; pcount < rpc_pw_count; pcount++) {
547 rpc_pw_count--;
584 rpc_pw_count = 0;

Completed in 91 milliseconds