Home
last modified time | relevance | path

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

/netbsd-src/games/fortune/fortune/
H A Dfortune.c452 char *tpath, *offensive, *tfile = strdup(file), *tf; in add_file() local
457 tpath = NULL; in add_file()
460 tpath = do_malloc(strlen(dir) + strlen(file) + 2); in add_file()
461 (void) strcat(strcat(strcpy(tpath, dir), "/"), file); in add_file()
462 path = tpath; in add_file()
465 if (tpath) in add_file()
466 free(tpath); in add_file()
475 if (tpath) { in add_file()
476 free(tpath); in add_file()
477 tpath = NULL; in add_file()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dexpand_path.c59 TCHAR tpath[MAX_PATH]; in _expand_temp_folder() local
62 if (!GetTempPath(sizeof(tpath)/sizeof(tpath[0]), tpath)) { in _expand_temp_folder()
70 len = strlen(tpath); in _expand_temp_folder()
72 if (len > 0 && tpath[len - 1] == '\\') in _expand_temp_folder()
73 tpath[len - 1] = '\0'; in _expand_temp_folder()
75 *ret = strdup(tpath); in _expand_temp_folder()
/netbsd-src/usr.bin/man/
H A Dman.c751 char buf[MAXPATHLEN], cmd[MAXPATHLEN], tpath[MAXPATHLEN]; in build_page() local
806 (void)snprintf(tpath, sizeof (tpath), "%s%s%s", tmpdir, in build_page()
808 if ((fd = mkstemp(tpath)) == -1) { in build_page()
809 warn("%s", tpath); in build_page()
813 (void)snprintf(buf, sizeof(buf), "%s > %s", fmt, tpath); in build_page()
817 if ((*pathp = strdup(tpath)) == NULL) { in build_page()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreduce-headers179 tpath = bld_dir + "/" + target
180 if not os.path.exists (tpath + "/gcc"):
181 print "Error: gcc build directory for target " + t + " Does not exist: " + tpath + "/gcc"
184 target_dict[target] = tpath
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreduce-headers179 tpath = bld_dir + "/" + target
180 if not os.path.exists (tpath + "/gcc"):
181 print "Error: gcc build directory for target " + t + " Does not exist: " + tpath + "/gcc"
184 target_dict[target] = tpath
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Docsp.c249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local
287 OPENSSL_free(tpath); in ocsp_main()
288 thost = tport = tpath = NULL; in ocsp_main()
297 tpath = path; in ocsp_main()
878 OPENSSL_free(tpath); in ocsp_main()
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dcscope.NOTES127 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c254 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local
296 OPENSSL_free(tpath); in ocsp_main()
297 thost = tport = tpath = NULL; in ocsp_main()
304 tpath = path; in ocsp_main()
829 OPENSSL_free(tpath); in ocsp_main()
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dspell.ok341 tpath
H A Dvi.texi950 @QQ{cscope.tpath}
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_diff.c59 do_name_cmp(const char *fpath, const char *tpath) in do_name_cmp() argument
63 tname = strrchr(tpath, '/') + 1; in do_name_cmp()