Home
last modified time | relevance | path

Searched refs:keypath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd20 keypath=$1
23 if [ ! -f $keypath ]; then
36 grep -i "^[ ]*HostKey[ ]*=\{0,1\}[ ]*$keypath" \
37 $SSHDIR/sshd_config | grep "$keypath" > /dev/null 2>&1
41 $KEYGEN -f $keypath -t $keytype -N ''
43 echo "Could not create $keytype key: $keypath"
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6762 write_key_file(keypath, key) in write_key_file() argument
6763 char *keypath; in write_key_file()
6771 if (keypath == NULL || *keypath == '\0')
6776 keyf = safefopen(keypath, O_WRONLY|O_TRUNC, FileMode, sff);
6780 keypath, sm_errstring(errno));
6796 keypath, RunAsUid, sm_errstring(err));
6819 read_key_file(keypath, key) in read_key_file() argument
6820 char *keypath; in read_key_file()
6827 if (keypath == NULL || *keypath == '\0')
6832 keyf = safefopen(keypath, O_RDONLY, FileMode, sff);
[all …]
/illumos-gate/usr/src/head/
H A Dldap.h1519 (void *context, char **keypath);