HomeSort by: relevance | last modified time | path
    Searched defs:getfile (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/lib/libsa/
getfile.c 1 /* $NetBSD: getfile.c,v 1.10 2016/06/11 06:59:21 dholland Exp $ */
31 * @(#)getfile.c 8.1 (Berkeley) 6/11/93
38 getfile(char *prompt, int mode) function
getfile.c 1 /* $NetBSD: getfile.c,v 1.10 2016/06/11 06:59:21 dholland Exp $ */
31 * @(#)getfile.c 8.1 (Berkeley) 6/11/93
38 getfile(char *prompt, int mode) function
  /src/crypto/external/apache2/openssl/dist/test/
pem_read_depr_test.c 26 static BIO *getfile(const char *filename) function
44 BIO *infile = getfile("dhparams.pem");
65 BIO *infile = getfile("x942params.pem");
88 BIO *infile = getfile("dsaparams.pem");
109 BIO *infile = getfile("dsaprivatekey.pem");
130 BIO *infile = getfile("dsapublickey.pem");
152 BIO *infile = getfile("rsaprivatekey.pem");
173 BIO *infile = getfile("rsapublickey.pem");
pem_read_depr_test.c 26 static BIO *getfile(const char *filename) function
44 BIO *infile = getfile("dhparams.pem");
65 BIO *infile = getfile("x942params.pem");
88 BIO *infile = getfile("dsaparams.pem");
109 BIO *infile = getfile("dsaprivatekey.pem");
130 BIO *infile = getfile("dsapublickey.pem");
152 BIO *infile = getfile("rsaprivatekey.pem");
173 BIO *infile = getfile("rsapublickey.pem");
  /src/crypto/external/bsd/openssl/dist/test/
pem_read_depr_test.c 26 static BIO *getfile(const char *filename) function
44 BIO *infile = getfile("dhparams.pem");
65 BIO *infile = getfile("x942params.pem");
88 BIO *infile = getfile("dsaparams.pem");
109 BIO *infile = getfile("dsaprivatekey.pem");
130 BIO *infile = getfile("dsapublickey.pem");
152 BIO *infile = getfile("rsaprivatekey.pem");
173 BIO *infile = getfile("rsapublickey.pem");
pem_read_depr_test.c 26 static BIO *getfile(const char *filename) function
44 BIO *infile = getfile("dhparams.pem");
65 BIO *infile = getfile("x942params.pem");
88 BIO *infile = getfile("dsaparams.pem");
109 BIO *infile = getfile("dsaprivatekey.pem");
130 BIO *infile = getfile("dsapublickey.pem");
152 BIO *infile = getfile("rsaprivatekey.pem");
173 BIO *infile = getfile("rsapublickey.pem");
  /src/share/examples/refuse/ian/ian/
ian.c 59 getfile(const char *url) function
140 if (!getfile(path)) {
ian.c 59 getfile(const char *url) function
140 if (!getfile(path)) {
  /src/usr.bin/rs/
rs.c 98 static void getfile(void);
116 getfile();
127 getfile(void) function
rs.c 98 static void getfile(void);
116 getfile();
127 getfile(void) function
  /src/sbin/restore/
tape.c 693 getfile(xtrlnkfile, xtrattr, xtrlnkskip);
740 getfile(xtrnull, xtrattr, xtrnull);
775 getfile(xtrnull, xtrattr, xtrnull);
804 getfile(xtrfile, xtrattr, xtrskip);
971 getfile(xtrnull, xtrnull, xtrnull);
1043 getfile(void (*datafill)(char *, size_t), void (*attrfill)(char *, size_t), function
1128 panic("getfile: lost data: %s\n", curfile.name);
tape.c 693 getfile(xtrlnkfile, xtrattr, xtrlnkskip);
740 getfile(xtrnull, xtrattr, xtrnull);
775 getfile(xtrnull, xtrattr, xtrnull);
804 getfile(xtrfile, xtrattr, xtrskip);
971 getfile(xtrnull, xtrnull, xtrnull);
1043 getfile(void (*datafill)(char *, size_t), void (*attrfill)(char *, size_t), function
1128 panic("getfile: lost data: %s\n", curfile.name);

Completed in 93 milliseconds