Searched refs:k5_path_split (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/util/support/ |
H A D | t_path.c | 139 if (k5_path_split(ipath, NULL, NULL) != 0) in main() 141 if (k5_path_split(ipath, &dirname, NULL) != 0) in main() 144 if (k5_path_split(ipath, NULL, &basename) != 0) in main() 147 if (k5_path_split(ipath, &dirname, &basename) != 0) in main()
|
H A D | libkrb5support-fixed.exports | 63 k5_path_split
|
H A D | path.c | 67 k5_path_split(const char *path, char **parent_out, char **basename_out) in k5_path_split() function
|
/freebsd/krb5/util/support/ |
H A D | version.map | 65 k5_path_split;
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | cc_dir.c | 115 ret = k5_path_split(path, &dirname, &filename); in split_path()
|
/freebsd/crypto/krb5/src/include/ |
H A D | k5-platform.h | 1073 long k5_path_split(const char *path, char **parent_out, char **basename_out);
|