Symbol: getfile
crypto/openssl/test/pem_read_depr_test.c
109
BIO *infile = getfile("dsaprivatekey.pem");
crypto/openssl/test/pem_read_depr_test.c
130
BIO *infile = getfile("dsapublickey.pem");
crypto/openssl/test/pem_read_depr_test.c
152
BIO *infile = getfile("rsaprivatekey.pem");
crypto/openssl/test/pem_read_depr_test.c
173
BIO *infile = getfile("rsapublickey.pem");
crypto/openssl/test/pem_read_depr_test.c
44
BIO *infile = getfile("dhparams.pem");
crypto/openssl/test/pem_read_depr_test.c
65
BIO *infile = getfile("x942params.pem");
crypto/openssl/test/pem_read_depr_test.c
88
BIO *infile = getfile("dsaparams.pem");
sbin/restore/dirs.c
176
getfile(putdir, putdirattrs, xtrnull);
sbin/restore/extern.h
56
void getfile(void (*)(char *, size_t), void (*)(char *, size_t),
sbin/restore/tape.c
284
getfile(xtrmap, xtrmapskip, xtrmapskip);
sbin/restore/tape.c
294
getfile(xtrmap, xtrmapskip, xtrmapskip);
sbin/restore/tape.c
616
getfile(xtrlnkfile, xtrattr, xtrlnkskip);
sbin/restore/tape.c
656
getfile(xtrnull, xtrattr, xtrnull);
sbin/restore/tape.c
686
getfile(xtrnull, xtrattr, xtrnull);
sbin/restore/tape.c
712
getfile(xtrfile, xtrattr, xtrskip);
sbin/restore/tape.c
843
getfile(xtrnull, xtrnull, xtrnull);
usr.bin/rs/rs.cc
80
static void getfile(void);
usr.bin/rs/rs.cc
92
getfile();
usr.sbin/bootparamd/bootparamd/bootparamd.c
108
bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *req __unused)
usr.sbin/bootparamd/bootparamd/bootparamd.c
115
getfile->client_name, getfile->file_id);
usr.sbin/bootparamd/bootparamd/bootparamd.c
119
getfile->client_name, getfile->file_id);
usr.sbin/bootparamd/bootparamd/bootparamd.c
122
he = gethostbyname(getfile->client_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
128
if (getthefile(askname, getfile->file_id,buffer,sizeof(buffer))) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
143
if (!strcmp(getfile->file_id, "dump")) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
167
if (debug) warnx("getfile failed for %s", getfile->client_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
169
"getfile failed for %s\n", getfile->client_name);