Searched refs:tpath (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c55 TCHAR tpath[MAX_PATH]; local
58 if (!GetTempPath(sizeof(tpath)/sizeof(tpath[0]), tpath)) {
66 len = strlen(tpath);
68 if (len > 0 && tpath[len - 1] == '\\')
69 tpath[len - 1] = '\0';
71 *ret = strdup(tpath);
/freebsd-13-stable/usr.bin/fortune/fortune/
H A Dfortune.c463 char *tpath, *offensive; local
469 tpath = NULL;
473 tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2));
474 strcat(strcat(strcpy(tpath, dir), "/"), file);
475 path = tpath;
480 free(tpath);
489 free(tpath);
490 path = tpath = offensive;
511 free(tpath);
512 path = tpath
[all...]
/freebsd-13-stable/usr.sbin/jail/
H A Dcommand.c967 char *tpath, *p; local
985 tpath = alloca(strlen(path) + 1);
986 strcpy(tpath, path);
987 for (p = tpath + jplen; p != NULL; ) {
991 if (lstat(tpath, &st) < 0) {
994 jail_warnx(j, "%s: %s: %s", pname, tpath,
1000 pname, tpath);
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1886 cleantmpdir(jid, tpath, user)
1888 char *tpath;
1894 tpath);
1897 execl(CLEANTMPCMD, CLEANTMPCMD, user, tpath, NULL);
1899 tpath, CLEANTMPCMD);
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c254 char *thost = NULL, *tport = NULL, *tpath = NULL; local
296 OPENSSL_free(tpath);
297 thost = tport = tpath = NULL;
304 tpath = path;
829 OPENSSL_free(tpath);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c361 struct ipoib_path *tpath; local
366 tpath = rb_entry(pn, struct ipoib_path, rb_node);
368 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw,

Completed in 180 milliseconds