Searched refs:pword (Results 1 – 4 of 4) sorted by relevance
650 char *pword; in files_update() local721 pword = strdup(hash); in files_update()722 if (pword == NULL) { in files_update()729 pwbuf->new_sp_pwdp = pword; in files_update()730 spw->sp_pwdp = pword; in files_update()745 pword = malloc(len); in files_update()746 if (pword == NULL) { in files_update()750 (void) strlcpy(pword, LOCKSTRING, len); in files_update()751 (void) strlcat(pword, spw->sp_pwdp, len); in files_update()754 pwbuf->new_sp_pwdp = pword; in files_update()[all …]
50 void pword(void);716 pword(); in dobackp()864 pword(); in backeval()891 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()
757 unsigned char pword[9]; in smb_encode_SHARE_INFO_2() local759 bzero(pword, sizeof (pword)); in smb_encode_SHARE_INFO_2()760 (void) strncpy((char *)pword, password, sizeof (pword)); in smb_encode_SHARE_INFO_2()767 pword); in smb_encode_SHARE_INFO_2()