Searched refs:load_file (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_load_file.h31 void load_file(const char *, uint8_t **, uint32_t *);
H A Dbus_autoconf.c75 load_file(fname, &ptr, &len);
106 load_file(fname, &ptr, &len);
H A Dbus_load_file.c39 load_file(const char *fname, uint8_t **pptr, uint32_t *plen) function
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dcommon.h9 struct sshbuf *load_file(const char *name);
H A Dtest_fuzz.c109 buf = load_file("rsa1_1");
130 buf = load_file("rsa1_1_pw");
152 buf = load_file("rsa_1");
172 buf = load_file("rsa_n");
192 buf = load_file("dsa_1");
212 buf = load_file("dsa_n");
233 buf = load_file("ecdsa_1");
253 buf = load_file("ecdsa_n");
274 buf = load_file("ed25519_1");
294 buf = load_file("rsa_
[all...]
H A Dcommon.c40 load_file(const char *name) function
55 struct sshbuf *ret = load_file(name);
H A Dtest_file.c56 buf = load_file("rsa1_1");
66 buf = load_file("rsa1_1_pw");
105 buf = load_file("rsa_1");
121 buf = load_file("rsa_1_pw");
131 buf = load_file("rsa_n");
140 buf = load_file("rsa_n_pw");
196 buf = load_file("dsa_1");
212 buf = load_file("dsa_1_pw");
222 buf = load_file("dsa_n");
231 buf = load_file("dsa_n_p
[all...]
H A Dtest_sshkey.c170 b = load_file(n);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dload_url.c21 hosts = load_file(url);
24 hosts = load_file(url);
H A Dload_file.c6 * $Id: load_file.c,v 1.6.2.2 2012/07/22 08:04:24 darren_r Exp $
13 load_file(char *filename) function
22 fprintf(stderr, "load_file cannot open '%s'\n", filename);
H A DMakefile57 $(DEST)/load_file.o \
245 $(DEST)/load_file.o: $(LIBSRC)/load_file.c $(INCDEP)
246 $(CC) $(CCARGS) -c $(LIBSRC)/load_file.c -o $@
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
H A Dgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
H A Dgenerate_test_runner.rb41 yaml_guts = YAML.load_file(config_file)
/freebsd-11-stable/sbin/ipf/libipf/
H A DMakefile22 kvatoname.c load_dstlist.c load_dstlistnode.c load_file.c \
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1571 char *load_file, *tmp; local
1585 load_file = NULL;
1642 load_file = malloc (len + 1);
1643 if (!load_file) {
1649 snprintf (load_file, len + 1, "%.*s", (int)len, data);
1651 if (!ucl_fetch_file (load_file, &buf, &buflen, &parser->err,
1653 free (load_file);
1658 free (load_file);
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h259 extern alist_t *load_file(char *);
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c92 static int __elfN(load_file)(struct proc *p, const char *file, u_long *addr,
655 __elfN(load_file)(struct proc *p, const char *file, u_long *addr, function
1056 error = __elfN(load_file)(imgp->proc, path, &addr,
1065 error = __elfN(load_file)(imgp->proc, newinterp, &addr,
1071 error = __elfN(load_file)(imgp->proc, interp, &addr,

Completed in 133 milliseconds