Home
last modified time | relevance | path

Searched refs:apath (Results 1 – 2 of 2) sorted by relevance

/dragonfly/test/stress/stress2/testcases/openat/
H A Dopenat.c43 static char apath[128]; variable
62 if (getcwd(apath, sizeof(apath)) == NULL) in setup()
/dragonfly/crypto/openssh/
H A Dservconf.c255 char *apath = derelativise_path(path); in servconf_add_hostkey() local
259 &options->num_host_key_files, apath, userprovided); in servconf_add_hostkey()
260 free(apath); in servconf_add_hostkey()
267 char *apath = derelativise_path(path); in servconf_add_hostcert() local
270 &options->host_cert_files, &options->num_host_cert_files, apath); in servconf_add_hostcert()
271 free(apath); in servconf_add_hostcert()