Searched refs:getfile (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | pem_read_depr_test.c | 26 static BIO *getfile(const char *filename) in getfile() function 44 BIO *infile = getfile("dhparams.pem"); in test_read_dh_params() 65 BIO *infile = getfile("x942params.pem"); in test_read_dh_x942_params() 88 BIO *infile = getfile("dsaparams.pem"); in test_read_dsa_params() 109 BIO *infile = getfile("dsaprivatekey.pem"); in test_read_dsa_private() 130 BIO *infile = getfile("dsapublickey.pem"); in test_read_dsa_public() 152 BIO *infile = getfile("rsaprivatekey.pem"); in test_read_rsa_private() 173 BIO *infile = getfile("rsapublickey.pem"); in test_read_rsa_public()
|
| /freebsd/usr.sbin/bootparamd/bootparamd/ |
| H A D | bootparamd.c | 108 bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *req __unused) in bootparamproc_getfile_1_svc() argument 115 getfile->client_name, getfile->file_id); in bootparamproc_getfile_1_svc() 119 getfile->client_name, getfile->file_id); in bootparamproc_getfile_1_svc() 122 he = gethostbyname(getfile->client_name); in bootparamproc_getfile_1_svc() 128 if (getthefile(askname, getfile->file_id,buffer,sizeof(buffer))) { in bootparamproc_getfile_1_svc() 143 if (!strcmp(getfile->file_id, "dump")) { in bootparamproc_getfile_1_svc() 167 if (debug) warnx("getfile failed for %s", getfile->client_name); in bootparamproc_getfile_1_svc() 169 "getfile failed for %s\n", getfile->client_name); in bootparamproc_getfile_1_svc()
|
| /freebsd/usr.bin/rs/ |
| H A D | rs.cc | 80 static void getfile(void); 92 getfile(); in main() 103 getfile(void) in getfile() function
|
| /freebsd/sbin/restore/ |
| H A D | tape.c | 284 getfile(xtrmap, xtrmapskip, xtrmapskip); in setup() 294 getfile(xtrmap, xtrmapskip, xtrmapskip); in setup() 616 getfile(xtrlnkfile, xtrattr, xtrlnkskip); in extractfile() 656 getfile(xtrnull, xtrattr, xtrnull); in extractfile() 686 getfile(xtrnull, xtrattr, xtrnull); in extractfile() 712 getfile(xtrfile, xtrattr, xtrskip); in extractfile() 843 getfile(xtrnull, xtrnull, xtrnull); in skipfile() 867 getfile(void (*datafill)(char *, size_t), void (*attrfill)(char *, size_t), in getfile() 971 panic("getfile: lost data\n"); in getfile() 866 getfile(void (*datafill)(char *, size_t), void (*attrfill)(char *, size_t), getfile() function
|
| H A D | extern.h | 56 void getfile(void (*)(char *, size_t), void (*)(char *, size_t),
|
| H A D | dirs.c | 176 getfile(putdir, putdirattrs, xtrnull); in extractdirs()
|