Searched refs:k_afs_cell_of_file (Results 1 – 10 of 10) sorted by relevance
/freebsd/kerberos5/lib/libkafs5/ |
H A D | version.map | 5 k_afs_cell_of_file;
|
H A D | Makefile | 10 MLINKS= kafs5.3 k_afs_cell_of_file.3 \
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | kafs.h | 129 int k_afs_cell_of_file (const char *path, char *cell, int len);
|
H A D | afssys.c | 282 k_afs_cell_of_file(const char *path, char *cell, int len) in k_afs_cell_of_file() function
|
H A D | ChangeLog | 83 * afssys.c (k_afs_cell_of_file): unconst path
|
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | afslog.c | 171 if(k_afs_cell_of_file(path, cell, sizeof(cell))){ in afslog_file()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login.c | 227 if(k_afs_cell_of_file(pw_dir, cell, sizeof(cell)) == 0) in krb5_get_afs_tokens()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rshd.c | 828 if (k_afs_cell_of_file (pwd->pw_dir, cell, sizeof(cell)) == 0) in doit()
|
/freebsd/crypto/openssh/ |
H A D | session.c | 1621 if (k_afs_cell_of_file(pw->pw_dir, cell, sizeof(cell)) == 0) in do_child()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 3092 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
|