Searched refs:filename (Results 176 - 200 of 942) sorted by relevance

1234567891011>>

/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h47 char *filename; member in struct:pt_section
168 * Returns -pte_bad_file if @filename cannot be opened.
170 * Returns -pte_invalid if @filename is too long.
172 extern int pt_mk_section(struct pt_section **psection, const char *filename,
242 /* Return the filename of @section. */
314 * Returns -pte_internal if @pstatus, @psize, or @filename is NULL.
315 * Returns -pte_bad_image if @filename can't be opened.
319 const char *filename);
/freebsd-current/sys/contrib/zstd/examples/
H A Ddictionary_compression.c59 static char* createOutFilename_orDie(const char* filename) argument
61 size_t const inL = strlen(filename);
65 strcat(outSpace, filename);
/freebsd-current/contrib/ldns/drill/
H A Ddrill.h85 ldns_pkt *read_hex_pkt(char *filename);
86 ldns_buffer *read_hex_buffer(char *filename);
88 ldns_rr_list *read_root_hints(const char *filename);
H A Ddrill_util.h17 * Read keys from filename and append to key_list.
19 ldns_status read_key_file(const char *filename, ldns_rr_list *key_list,
/freebsd-current/sbin/ddb/
H A Dddb.c57 ddb_readfile(char *filename) argument
62 if ((f = fopen(filename, "r")) == NULL)
63 err(EX_UNAVAILABLE, "fopen: %s", filename);
/freebsd-current/crypto/openssl/fuzz/
H A Dtest-corpus.c68 const char *filename = NULL; local
76 while ((filename = OPENSSL_DIR_read(&ctx, argv[n])) != NULL) {
89 strcpy(pathname + dirname_len, filename);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c156 char *filename = argv[1]; local
166 if ((fp = fopen(filename, "r")) == NULL)
167 fatal("couldn't open %s", filename);
181 fatal("failed to compile script %s: %s\n", filename,
/freebsd-current/contrib/kyua/cli/
H A Dconfig.cpp96 const fs::path filename = cmdline.get_option< cmdline::path_option >( local
98 if (filename.str() == none_config) {
101 } else if (filename.str() != cli::config_option.default_value())
102 return engine::load_config(filename);
/freebsd-current/contrib/com_err/
H A Dcompile_et.h51 extern char *filename;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h35 void ParseFromFile(const char *filename);
/freebsd-current/contrib/lutok/
H A Dexceptions.hpp76 const std::string& filename(void) const;
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dcompile_et.h54 extern char *filename;
/freebsd-current/contrib/pnglite/
H A Dpnglite.h100 * filename - Filename of the file to be opened.
106 int png_open(png_t *png, const char *filename);
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_local.h23 * anything but will need to cache the filename for use in the dso_bind
48 * This is populated with (a copy of) the platform-independent filename
51 char *filename; member in struct:dso_st
53 * This is populated with (a copy of) the translated filename by which
55 * loaded. NB: This is here because the filename translation process may
60 * loaded library or not, and (b) the filename with which it was actually
/freebsd-current/usr.bin/etdump/
H A Doutput_shell.c37 output_entry(FILE *outfile, const char *filename __unused,
/freebsd-current/lib/libmd/
H A DmdXhl.c91 MDXFile(const char *filename, char *buf) argument
93 return (MDXFileChunk(filename, buf, 0, 0));
97 MDXFileChunk(const char *filename, char *buf, off_t ofs, off_t len) argument
102 fd = open(filename, O_RDONLY);
/freebsd-current/crypto/openssl/test/
H A Dsimpledynamic.h45 int sd_load(const char *filename, SD *sd, int type);
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp22 auto Filename = sys::path::filename(P);
/freebsd-current/contrib/xz/src/xz/
H A Dcoder.h96 extern void coder_run(const char *filename);
/freebsd-current/crypto/openssh/
H A Dservconf.c78 const char *filename, struct sshbuf *conf, struct include_list *includes,
743 parse_token(const char *cp, const char *filename, argument
755 filename, linenum, cp);
1310 const char *filename, int linenum, int *activep,
1352 filename, linenum, keyword);
1357 opcode = parse_token(keyword, filename, linenum, &flags);
1360 error("%s line %d: invalid quotes", filename, linenum);
1371 debug3("%s:%d setting %s %s", filename, linenum, keyword, str);
1375 "within a Match block", filename, linenum, keyword);
1399 filename, linenu
1309 process_server_config_line_depth(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, struct connection_info *connectinfo, int *inc_flags, int depth, struct include_list *includes) argument
2645 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, struct connection_info *connectinfo, struct include_list *includes) argument
2659 load_server_config(const char *filename, struct sshbuf *conf) argument
2895 parse_server_config_depth(ServerOptions *options, const char *filename, struct sshbuf *conf, struct include_list *includes, struct connection_info *connectinfo, int flags, int *activep, int depth) argument
2924 parse_server_config(ServerOptions *options, const char *filename, struct sshbuf *conf, struct include_list *includes, struct connection_info *connectinfo, int reexec) argument
[all...]
/freebsd-current/crypto/heimdal/kadmin/
H A Dload.c358 * Parse the dump file in `filename' and create the database (merging
363 doit(const char *filename, int mergep) argument
375 f = fopen(filename, "r");
377 krb5_warn(context, errno, "fopen(%s)", filename);
453 filename, line, msg, e.principal);
460 filename, line, e.key);
467 filename, line, e.created);
473 filename, line, e.modified);
479 filename, line, e.valid_start);
485 filename, lin
[all...]
/freebsd-current/stand/ficl/
H A Dfileaccess.c39 char *filename = (char *)alloca(length + 1); local
40 memcpy(filename, address, length);
41 filename[length] = 0;
65 f = fopen(filename, mode);
71 verify_file(fileno(f), filename, 0, VE_GUESS, __func__) < 0) {
78 strcpy(ff->filename, filename);
119 char *filename = (char *)alloca(length + 1); local
120 memcpy(filename, address, length);
121 filename[lengt
156 char *filename = (char *)alloca(length + 1); local
[all...]
/freebsd-current/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c214 auditfilter_module_parse(const char *filename, int linenumber, char *buffer) argument
221 warn("auditfilter_module_parse: %s:%d", filename, linenumber);
236 filename, linenumber);
242 warn("auditfilter_module_parse: %s:%d", filename, linenumber);
249 warn("auditfilter_module_parse: %s:%d", filename, linenumber);
261 warn("auditfilter_module_parse: %s:%d", filename, linenumber);
276 filename, linenumber);
290 auditfilterd_conf_read(const char *filename, FILE *fp, argument
306 am = auditfilter_module_parse(filename, linenumber, buffer);
468 auditfilterd_conf(const char *filename, FIL argument
[all...]
/freebsd-current/lib/libsecureboot/openpgp/
H A Dopgp_sig.c262 * @param[in] filename
266 * content of filename
282 openpgp_verify(const char *filename, argument
308 warnx("cannot verify %s", filename);
370 filename,
375 filename, get_error_string());
378 printf("Unverified %s\n", filename);
382 warnx("cannot decode signature for %s", filename);
408 * @param[in] filename
412 * content of filename
421 openpgp_verify_file(const char *filename, unsigned char *fdata, size_t nbytes) argument
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkeytab_file.c46 char *filename; member in struct:fkt_data
143 fkt->filename);
151 fkt->filename);
167 fkt->filename);
174 fkt->filename);
202 fkt->filename);
212 fkt->filename);
219 fkt->filename);
235 fkt->filename);
249 fkt->filename);
[all...]

Completed in 166 milliseconds

1234567891011>>