Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h313 #define TMPPATH1 "plXXXXXX" macro
H A Dos2.c1835 const char *tmppath = TMPPATH1;
1847 tpath = (char *)malloc(len + strlen(TMPPATH1) + 2); in settmppath()
1851 strcpy(tpath + len + 1, TMPPATH1); in settmppath()