HomeSort by: relevance | last modified time | path
    Searched defs:net_passphrase (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
net.c 88 static char net_passphrase[STRSIZE]; variable in typeref:typename:char[]
1227 msg_prompt_noecho(MSG_net_passphrase, net_passphrase, net_passphrase,
1228 sizeof net_passphrase);
1243 if (net_passphrase[0] != '\0') {
1245 net_passphrase);
net.c 88 static char net_passphrase[STRSIZE]; variable in typeref:typename:char[]
1227 msg_prompt_noecho(MSG_net_passphrase, net_passphrase, net_passphrase,
1228 sizeof net_passphrase);
1243 if (net_passphrase[0] != '\0') {
1245 net_passphrase);

Completed in 22 milliseconds