Home | History | Annotate | Download | only in jhead

Lines Matching refs:pat

612                         char pat[8], num[16];
614 memcpy(pat, pattern+ppos, 4);
615 pat[a-ppos] = 'd'; // Replace 'i' with 'd' for '%d'
616 pat[a-ppos+1] = '\0';
617 sprintf(num, pat, FileSequence); // let printf do the number formatting.