Home
last modified time | relevance | path

Searched refs:uniqueNum (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c1507 UINT uniqueNum; in gettmp() local
1512 uniqueNum = GetTempFileName(pathBuffer, "ctm", 0, tempFilename); in gettmp()
1513 if (uniqueNum == 0) in gettmp()