Home
last modified time | relevance | path

Searched refs: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++) { in cmp_passwd()
474 rpc_pw_count++; in getrpcpws()
476 (char **)realloc(rpc_pws, sizeof (char *) * rpc_pw_count))) { in getrpcpws()
480 rpc_pws[rpc_pw_count - 1] = cur_pw; in getrpcpws()
507 for (pcount = 0; pcount < rpc_pw_count; pcount++) { in getsecrets()
547 rpc_pw_count--; in getsecrets()
584 rpc_pw_count = 0; in getsecrets()