Home | History | Annotate | Download | only in libtests

Lines Matching refs:tmpf

78 static char tmpf[23] = "TMP";
3206 sprintf(name, "%s%d.png", tmpf, ++counter);
3565 if (strlen(argv[++c]) >= sizeof tmpf)
3574 strncpy(tmpf, argv[c], sizeof (tmpf)-1);