Symbol: get_fullpath
usr/src/cmd/cmd-crypto/pktool/download.c
111
fullpath = get_fullpath(dir, outfile);
usr/src/lib/libcryptoutil/common/cryptoutil.h
210
extern char *get_fullpath(char *dir, char *filepath);
usr/src/lib/libkmf/libkmf/common/certop.c
1562
crlfilename = get_fullpath(dir == NULL ? "./" : dir,
usr/src/lib/libkmf/libkmf/common/certop.c
1652
crlfilename = get_fullpath(dir == NULL ? "./" : dir,
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
1052
fullpath = get_fullpath(dirpath, filename);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
1085
fname = get_fullpath(fullpath, (char *)&dp->d_name);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
1215
fullpath = get_fullpath(dirpath, outfilename);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
1263
fullpath = get_fullpath(dirpath, filename);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
1292
fname = get_fullpath(fullpath,
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
2975
fullpath = get_fullpath(dirpath, keyfile);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
3009
fname = get_fullpath(fullpath,
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
3582
fullpath = get_fullpath(dirpath, certfile);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
3607
fullpath = get_fullpath(dirpath, keyfile);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
4648
fullpath = get_fullpath(dirpath, keyfile);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
4913
fullpath = get_fullpath(dirpath, keyfile);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
5037
crlfile = get_fullpath(dirpath, incrl);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
5042
outcrlfile = get_fullpath(dirpath, outcrl);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
5205
crlfile = get_fullpath(dirpath, crlfilename);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
5306
crlfile = get_fullpath(dirpath, crlfilename);
usr/src/lib/libkmf/plugins/kmf_openssl/common/openssl_spi.c
5365
crlfile = get_fullpath(dirpath, crlfilename);