| /src/games/fortune/fortune/ |
| fortune.c | 452 char *tpath, *offensive, *tfile = strdup(file), *tf; local 457 tpath = NULL; 460 tpath = do_malloc(strlen(dir) + strlen(file) + 2); 461 (void) strcat(strcat(strcpy(tpath, dir), "/"), file); 462 path = tpath; 465 if (tpath) 466 free(tpath); 475 if (tpath) { 476 free(tpath); 477 tpath = NULL [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| expand_path.c | 59 TCHAR tpath[MAX_PATH]; local 62 if (!GetTempPath(sizeof(tpath)/sizeof(tpath[0]), tpath)) { 70 len = strlen(tpath); 72 if (len > 0 && tpath[len - 1] == '\\') 73 tpath[len - 1] = '\0'; 75 *ret = strdup(tpath);
|
| /src/external/bsd/libarchive/dist/tar/test/ |
| test_windows.c | 25 mkfullpath(char **path1, char **path2, const char *tpath, int type) 31 * Get full path name of "tpath" 33 l = GetFullPathNameA(tpath, 0, NULL, NULL); 39 l = GetFullPathNameA(tpath, (DWORD)l, fp1, NULL);
|
| /src/usr.bin/man/ |
| man.c | 756 char buf[MAXPATHLEN], cmd[MAXPATHLEN], tpath[MAXPATHLEN]; local 811 (void)snprintf(tpath, sizeof (tpath), "%s%s%s", tmpdir, 813 if ((fd = mkstemp(tpath)) == -1) { 814 warn("%s", tpath); 818 (void)snprintf(buf, sizeof(buf), "%s > %s", fmt, tpath); 822 if ((*pathp = strdup(tpath)) == NULL) {
|
| /src/external/gpl3/gcc/dist/contrib/header-tools/ |
| reduce-headers | 178 tpath = bld_dir + "/" + target 179 if not os.path.exists (tpath + "/gcc"): 180 print "Error: gcc build directory for target " + t + " Does not exist: " + tpath + "/gcc" 183 target_dict[target] = tpath
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| reduce-headers | 179 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
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ocsp.c | 249 char *thost = NULL, *tport = NULL, *tpath = NULL; local 287 OPENSSL_free(tpath); 288 thost = tport = tpath = NULL; 297 tpath = path; 878 OPENSSL_free(tpath);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 254 char *thost = NULL, *tport = NULL, *tpath = NULL; local 296 OPENSSL_free(tpath); 297 thost = tport = tpath = NULL; 304 tpath = path; 829 OPENSSL_free(tpath);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ocsp.c | 289 char *thost = NULL, *tport = NULL, *tpath = NULL; local 328 OPENSSL_free(tpath); 329 thost = tport = tpath = NULL; 338 tpath = path; 924 OPENSSL_free(tpath);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_diff.c | 59 do_name_cmp(const char *fpath, const char *tpath) 63 tname = strrchr(tpath, '/') + 1;
|