Searched refs:tpath (Results 1 – 3 of 3) sorted by relevance
127 The file "cscope.tpath" may contain a colon-separated directory search129 cscope.tpath does not exist, then the paths are assumed to be relative to
1840 char *p = PerlEnv_getenv("TMP"), *tpath; in settmppath() local1847 tpath = (char *)malloc(len + strlen(TMPPATH1) + 2); in settmppath()1848 if (tpath) { in settmppath()1849 strcpy(tpath, p); in settmppath()1850 tpath[len] = '/'; in settmppath()1851 strcpy(tpath + len + 1, TMPPATH1); in settmppath()1852 tmppath = tpath; in settmppath()5047 char *p = PerlEnv_getenv("TMP"), *tpath; in my_tmpnam() local5051 tpath = tempnam(p, "pltmp"); in my_tmpnam()5052 if (str && tpath) { in my_tmpnam()[all …]
332 tpath