Home
last modified time | relevance | path

Searched refs:StringCopyS (Results 1 – 13 of 13) sorted by relevance

/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsstrings.h273 #define StringCopyS(blk, blk2) StringCopyN(blk, (blk2).buffer_, (blk2).length_) macro
290 StringCopyS(BLK, s__); \
H A Dhtscoremain.c438 StringCopyS(opt->path_log, opt->path_html); in hts_main_internal()
H A Dhtscore.c3732 StringCopyS(to->user_agent, from->user_agent); in copy_htsopt()
/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dtools.h290 char * StringCopyS ( char * buf, size_t bufsize, ccp src );
H A Dtools.c814 char * StringCopyS ( char * buf, size_t buf_size, ccp src ) in StringCopyS() function
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwbfs-interface.c1999 StringCopyS(mi->info,sizeof(mi->info),"WBFS header"); in DumpWBFS()
2002 StringCopyS(mi->info,sizeof(mi->info),"Disc table"); in DumpWBFS()
2030 StringCopyS(mi->info,sizeof(mi->info),"Free blocks table"); in DumpWBFS()
2137 StringCopyS(r->title,sizeof(r->title),"HEADER:"); in AW_header()
2421 StringCopyS(r->title,sizeof(r->title),"DISCS:"); in AW_discs()
2483 StringCopyS(r->title,sizeof(r->title),title); in AW_calc()
2484 StringCopyS(r->info,sizeof(r->info),info); in AW_calc()
4314 StringCopyS(w_id6,sizeof(w_id6),&whead->disc_id); in RenameWDisc()
4342 StringCopyS(i_id6,sizeof(i_id6),&ihead.disc_id); in RenameWDisc()
4343 StringCopyS(w_name,sizeof(w_name),whead->disc_title); in RenameWDisc()
[all …]
H A Dtitles.c900 StringCopyS(disc_title,sizeof(disc_title),(ccp)dh->disc_title); in CheckParamSlot()
1039 StringCopyS(t->id,sizeof(t->id),id); in InsertID()
1040 StringCopyS(t->title,tlen+1,title); in InsertID()
H A Diso-interface.c781 StringCopyS(mi->info,sizeof(mi->info),"DOL header"); in Dump_DOL()
783 StringCopyS(mi->info,sizeof(mi->info),"--- end of file ---"); in Dump_DOL()
1556 StringCopyS(old_id6,sizeof(old_id6),&whead->disc_id); in RenameISOHeader()
1578 StringCopyS(old_name,sizeof(old_name),(ccp)whead->disc_title); in RenameISOHeader()
3481 StringCopyS(data_part,PARTITION_NAME_SIZE,dent->d_name); in SearchPartitionsFST()
3492 StringCopyS(update_part,PARTITION_NAME_SIZE,dent->d_name); in SearchPartitionsFST()
3503 StringCopyS(channel_part,PARTITION_NAME_SIZE,dent->d_name); in SearchPartitionsFST()
4087 StringCopyS(imi->info,sizeof(imi->info),"apploader.img"); in GenPartFST()
4106 StringCopyS(imi->info,sizeof(imi->info),"main.dol"); in GenPartFST()
4371 StringCopyS(imi->info,sizeof(imi->info),"partition tables"); in SetupReadFST()
[all …]
H A Dlib-std.c519 StringCopyS(file_ptr-5,sizeof(path),share); in SetupLib()
1129 char * ptr = StringCopyS(buf,bufsize-1,path1); in PathCatPP()
1145 char * ptr = path1 ? StringCopyS(buf,bufsize-1,path1) : buf; in PathCatPPE()
1170 char * path_dest = StringCopyS(buf,bufsize,src_path); in SetupDirPath()
1172 path_dest = StringCopyS(buf,bufsize,"./"); in SetupDirPath()
4795 StringCopyS(mi->info,sizeof(mi->info),info); in InsertMemMapWrapper()
H A Dlib-sf.c1087 StringCopyS(pure_name,len,fname); in SubstFileName()
1090 StringCopyS(pure_name,sizeof(pure_name),fname); in SubstFileName()
1093 StringCopyS(src_path,sizeof(src_path),src_file); in SubstFileName()
3291 char * dest = StringCopyS(dest_dir,dest_dir_size-1,source_dest); in NormalizeExtractPath()
5920 char * dest = StringCopyS(fbuf,sizeof(fbuf)-10,path); in SourceIteratorHelper()
H A Dwdf.c240 StringCopyS(buf,flen+1,fname); in RemoveExt()
H A Dlib-file.c964 StringCopyS(buf,buf_size,fname); in ReduceToPathAndType()
2831 StringCopyS(buf,sizeof(buf),fname); in CreatePath()
H A Dwit.c1044 StringCopyS(path_buf,sizeof(path_buf),src_path); in LoadPatchFile()