Lines Matching refs:strncpyz
147 strncpyz(Command,Arg,ASIZE(Command)); in ParseArg()
164 strncpyz(ArcName,Arg,ASIZE(ArcName)); in ParseArg()
189 strncpyz(ExtrPath,Arg,ASIZE(ExtrPath)); in ParseArg()
222 strncpyz(ExtrPath,Arg,ASIZE(ExtrPath)-1); in ParseArg()
348 strncpyz(LogName,Switch[4] ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
363 strncpyz(EmailTo,Switch[4] ? Switch+4:"@",ASIZE(EmailTo)); in ProcessSwitch()
480 strncpyz(GenerateMask,Switch+2,ASIZE(GenerateMask)); in ProcessSwitch()
686 strncpyz(CommentFile,Switch+1,ASIZE(CommentFile)); in ProcessSwitch()
751 strncpyz(StoreNames,(Switch[2]==0 ? DefaultStoreList:Switch+2),ASIZE(StoreNames)); in ProcessSwitch()
823 strncpyz(TempPath,&Switch[1],ASIZE(TempPath)); in ProcessSwitch()
1158 strncpyz(NewName+2,Name,ASIZE(NewName)-2); in ExclCheckArgs()