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

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DAccountInfo.h48 CreateServiceAccount(char *name, char *password);
H A DAccountInfo.cpp179 CreateServiceAccount(char *name, char *password) { argument
187 size_t passwdlen = strlen(password);
192 mbstowcs(AccountPassword, password, passwdlen + 1);

Completed in 9 milliseconds