Home | History | Annotate | Download | only in Modules

Lines Matching refs:pfx

7544     char *pfx = NULL;
7547 if (!PyArg_ParseTuple(args, "|zz:tempnam", &dir, &pfx))
7559 name = _tempnam(dir, pfx);
7561 name = tempnam(dir, pfx);