Searched refs:pword (Results 1 – 4 of 4) sorted by relevance
655 char *pword; in files_update() local726 pword = strdup(hash); in files_update()727 if (pword == NULL) { in files_update()734 pwbuf->new_sp_pwdp = pword; in files_update()735 spw->sp_pwdp = pword; in files_update()750 pword = malloc(len); in files_update()751 if (pword == NULL) { in files_update()755 (void) strlcpy(pword, LOCKSTRING, len); in files_update()756 (void) strlcat(pword, spw->sp_pwdp, len); in files_update()759 pwbuf->new_sp_pwdp = pword; in files_update()[all …]
53 void pword(void);719 pword(); in dobackp()867 pword(); in backeval()894 pword(void) in pword() function
566 u16_t * pword; in BnxeCalcCksum() local569 pword = (u16_t *)start; in BnxeCalcCksum()571 for ( ; len > 1; len -= 2, pword++) in BnxeCalcCksum()574 sum += *pword; in BnxeCalcCksum()580 sum += (u16_t)(*((u8_t *)pword)); in BnxeCalcCksum()
764 unsigned char pword[9]; in smb_encode_SHARE_INFO_2() local766 bzero(pword, sizeof (pword)); in smb_encode_SHARE_INFO_2()767 (void) strncpy((char *)pword, password, sizeof (pword)); in smb_encode_SHARE_INFO_2()774 pword); in smb_encode_SHARE_INFO_2()