Home | History | Annotate | Download | only in Efi

Lines Matching defs:pfx

5647     char *pfx = NULL;

5650 if (!PyArg_ParseTuple(args, "|zz:tempnam", &dir, &pfx))
5661 name = tempnam(dir, pfx);