Searched refs:tpath (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/man/ |
| D | man.c | 540 char buf[MAXPATHLEN], cmd[MAXPATHLEN], tpath[MAXPATHLEN]; in build_page() local 586 (void)strlcpy(tpath, _PATH_TMPFILE, sizeof(tpath)); in build_page() 587 if ((fd = mkstemp(tpath)) == -1) { in build_page() 588 warn("%s", tpath); in build_page() 592 (void)snprintf(buf, sizeof(buf), "%s > %s", fmt, tpath); in build_page() 596 if ((*pathp = strdup(tpath)) == NULL) { in build_page()
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | ocsp.c | 101 char *thost = NULL, *tport = NULL, *tpath = NULL; in MAIN() local 164 if (tpath) in MAIN() 165 OPENSSL_free(tpath); in MAIN() 176 tpath = path; in MAIN() 904 if (tpath) in MAIN() 905 OPENSSL_free(tpath); in MAIN()
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | cscope.NOTES | 127 The file "cscope.tpath" may contain a colon-separated directory search 129 cscope.tpath does not exist, then the paths are assumed to be relative to
|
| /mirbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 1809 char *p = getenv("TMP"), *tpath; in settmppath() local 1816 tpath = (char *)malloc(len + strlen(TMPPATH1) + 2); in settmppath() 1817 if (tpath) { in settmppath() 1818 strcpy(tpath, p); in settmppath() 1819 tpath[len] = '/'; in settmppath() 1820 strcpy(tpath + len + 1, TMPPATH1); in settmppath() 1821 tmppath = tpath; in settmppath() 4531 char *p = getenv("TMP"), *tpath; in my_tmpnam() local 4534 tpath = tempnam(p, "pltmp"); in my_tmpnam() 4535 if (str && tpath) { in my_tmpnam() [all …]
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 336 tpath
|