Lines Matching refs:ajFmtPrintS

822 	    ajFmtPrintS(&featoutUfoTest, "%S.%S", featout->Basename,  in featoutUfoProcess()
825 ajFmtPrintS(&featoutUfoTest, "%S.%S", featout->Seqname, in featoutUfoProcess()
828 ajFmtPrintS(&featoutUfoTest, "unknown.%S", featout->Formatstr); in featoutUfoProcess()
2245 ajFmtPrintS(&pos,"%d",gfsub->Start); in ajFeattableWritePir()
2256 ajFmtPrintS(&pos,"%d",gf->Start); in ajFeattableWritePir()
2533 ajFmtPrintS(&featoutStr, "%S", outtag); in ajFeattableWriteDasgff()
2569 ajFmtPrintS(&featoutStr, "%S:%S", in ajFeattableWriteDasgff()
3268 ajFmtPrintS(&preftyploc, "%s %-15.15S ", "FT", tmptyp); in featDumpEmbl()
3269 ajFmtPrintS(&preftyptag, "%s ", "FT"); in featDumpEmbl()
3273 ajFmtPrintS(&preftyploc, "%s %-15.15S ", " ", tmptyp); in featDumpEmbl()
3274 ajFmtPrintS(&preftyptag, "%s ", " "); in featDumpEmbl()
3302 ajFmtPrintS(&featoutStr, "/note=\"*Type %S %S\"\n", in featDumpEmbl()
3332 ajFmtPrintS(&featoutStr, "/%S", tmptag); in featDumpEmbl()
3344 ajFmtPrintS(&featoutStr, "/note=\"*%S %S\"\n", in featDumpEmbl()
3371 ajFmtPrintS(&featoutStr, "/%S", tmptag); in featDumpEmbl()
3516 ajFmtPrintS(&preftyploc, "%s %-15.15S ", " ", tmptyp); in featDumpRefseq()
3517 ajFmtPrintS(&preftyptag, "%s ", " "); in featDumpRefseq()
3538 ajFmtPrintS(&featoutStr, "/%S", tmptag); in featDumpRefseq()
3679 ajFmtPrintS(&preftyploc, "%s %-15.15S ", " ", tmptyp); in featDumpRefseqp()
3680 ajFmtPrintS(&preftyptag, "%s ", " "); in featDumpRefseqp()
3701 ajFmtPrintS(&featoutStr, "/%S", tmptag); in featDumpRefseqp()
3944 ajFmtPrintS(&fromstr, "?%d", thys->Start); in featDumpSwiss()
3946 ajFmtPrintS(&fromstr, "?"); in featDumpSwiss()
3949 ajFmtPrintS(&fromstr, "<%d", thys->Start); in featDumpSwiss()
3951 ajFmtPrintS(&fromstr, "%d", thys->Start); in featDumpSwiss()
3957 ajFmtPrintS(&tostr, "?%d", thys->End); in featDumpSwiss()
3959 ajFmtPrintS(&tostr, "?"); in featDumpSwiss()
3962 ajFmtPrintS(&tostr, ">%d", thys->End); in featDumpSwiss()
3964 ajFmtPrintS(&tostr, "%d", thys->End); in featDumpSwiss()
3966 ajFmtPrintS(&featoutStr, "FT %-8.8S %6.6S %6.6S", in featDumpSwiss()
4280 ajFmtPrintS(&flagdata, "0x%x", thys->Flags); in featDumpGff2()
5484 ajFmtPrintS(pout, "/note=\"%S: %S\"", tag, *pval); in featTagEmblDefault()
5510 ajFmtPrintS(pout, "note \"%S: %S\"", tag, *pval); in featTagGff2Default()
5539 ajFmtPrintS(pout, "%S:%S", tag, *pval); in featTagDasgffDefault()