Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 1855) sorted by relevance

12345678910>>...75

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h86 #define WRITE(fp, ptr, size) \ argument
98 #define WRITE_INT32(fp, i) \ argument
103 #define WRITE_STRING(fp, str) \ argument
119 #define WRITE_STRINGLIST(fp, arr) \ argument
140 #define WRITE_STRINGLIST_EXCEPT(fp, arr, not) \ argument
165 #define READ(fp, ptr, size) \ argument
177 #define READ_INT32(fp, i) \ argument
183 #define READ_STRING(fp, buffer) \ argument
220 #define BUF_CHECK(fp, sz) \ argument
235 #define BUF_ALIGN(fp, type) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dmsvc.c63 _fgetc_nolock (FILE *fp) in _fgetc_nolock()
82 _fputc_nolock (int c, FILE *fp) in _fputc_nolock()
101 rewind (FILE *fp) in rewind()
113 clearerr (FILE *fp) in clearerr()
124 feof (FILE *fp) in feof()
135 ferror (FILE *fp) in ferror()
146 fileno (FILE *fp) in fileno()
158 _fgetwc_nolock (FILE *fp) in _fgetwc_nolock()
164 _fputwc_nolock (wchar_t c, FILE *fp) in _fputwc_nolock()
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dread_data.c47 FILE *fp; in open_data_file() local
73 close_data_file (FILE *fp) in close_data_file()
81 skip_line (FILE *fp) in skip_line()
95 skip_whitespace (FILE *fp) in skip_whitespace()
108 skip_whitespace_comments (FILE *fp) in skip_whitespace_comments()
120 read_string (FILE *fp, char **buffer_ptr, size_t buffer_length, const char *name) in read_string()
183 read_ternary (FILE *fp, int* ternary) in read_ternary()
213 read_mpfr_rounding_mode (FILE *fp, mpfr_rnd_t* rnd) in read_mpfr_rounding_mode()
249 read_mpc_rounding_mode (FILE *fp, mpc_rnd_t* rnd) in read_mpc_rounding_mode()
258 read_int (FILE *fp, int *nread, const char *name) in read_int()
[all …]
/netbsd-src/usr.bin/config/
H A Dmkmakefile.c215 emitmkoption(FILE *fp, const char *ass, const struct nvlist *nv) in emitmkoption() argument
229 emitsubs(FILE *fp, char *line, const char *file, int lineno) in emitsubs() argument
276 emitdefs(FILE *fp) in emitdefs() argument
331 emitfile(FILE * fp,struct files * fi) emitfile() argument
352 emitfilerel(FILE * fp,struct files * fi) emitfilerel() argument
367 emitofiles(FILE * fp) emitofiles() argument
375 emitkobjs(FILE * fp) emitkobjs() argument
389 emitallkobjs(FILE * fp) emitallkobjs() argument
469 emitattrkobjs(FILE * fp) emitattrkobjs() argument
481 FILE *fp = arg; emitattrkobjscb() local
500 emitcfiles(FILE * fp) emitcfiles() argument
508 emitsfiles(FILE * fp) emitsfiles() argument
516 emitallfiles(FILE * fp) emitallfiles() argument
540 emitrules(FILE * fp) emitrules() argument
566 emitload(FILE * fp) emitload() argument
606 emitincludes(FILE * fp) emitincludes() argument
622 emitopts(FILE * fp,struct condexpr * cond,int include) emitopts() argument
650 emitappmkoptions(FILE * fp) emitappmkoptions() argument
[all...]
H A Dmkdevsw.c54 FILE *fp; in mkdevsw() local
84 emitheader(FILE * fp) emitheader() argument
93 dentry(FILE * fp,struct hashtab * t,devmajor_t i,char p) dentry() argument
107 pentry(FILE * fp,struct hashtab * t,devmajor_t i,char p) pentry() argument
127 emitdevm(FILE * fp) emitdevm() argument
166 emitconv(FILE * fp) emitconv() argument
220 emitdev(FILE * fp) emitdev() argument
[all...]
H A Dmkioconf.c87 FILE *fp; in mkioconf() local
184 FILE *fp = arg; in cf_locators_print() local
214 emitcfdrivers(FILE *fp) in emitcfdrivers()
269 emitexterns(FILE *fp) in emitexterns()
283 emitcfattachinit(FILE *fp) in emitcfattachinit()
326 emitloc(FILE *fp) in emitloc()
343 emitparents(FILE *fp) in emitparents()
374 emitcfdata(FILE *fp) in emitcfdata()
465 emitroots(FILE *fp) in emitroots()
486 emitpseudo(FILE *fp) in emitpseudo()
[all …]
/netbsd-src/sys/kern/
H A Dsys_socket.c105 soo_read(file_t * fp,off_t * offset,struct uio * uio,kauth_cred_t cred,int flags) soo_read() argument
118 soo_write(file_t * fp,off_t * offset,struct uio * uio,kauth_cred_t cred,int flags) soo_write() argument
130 soo_ioctl(file_t * fp,u_long cmd,void * data) soo_ioctl() argument
230 soo_poll(file_t * fp,int events) soo_poll() argument
237 soo_stat(file_t * fp,struct stat * ub) soo_stat() argument
254 soo_close(file_t * fp) soo_close() argument
266 soo_restart(file_t * fp) soo_restart() argument
273 soo_fpathconf(struct file * fp,int name,register_t * retval) soo_fpathconf() argument
286 soo_posix_fadvise(struct file * fp,off_t offset,off_t len,int advice) soo_posix_fadvise() argument
[all...]
H A Dsys_memfd.c97 file_t *fp; in sys_memfd_create() local
143 memfd_read(file_t *fp, off_t *offp, struct uio *uio, kauth_cred_t cred, in memfd_read()
180 memfd_write(file_t *fp, off_t *offp, struct uio *uio, kauth_cred_t cred, in memfd_write()
232 memfd_ioctl(file_t *fp, u_long cmd, void *data) in memfd_ioctl()
239 memfd_fcntl(file_t *fp, u_int cmd, void *data) in memfd_fcntl()
295 memfd_stat(file_t *fp, struct stat *st) in memfd_stat()
321 memfd_close(file_t *fp) in memfd_close()
334 memfd_mmap(file_t *fp, off_t *offp, size_t size, int prot, int *flagsp, in memfd_mmap()
375 memfd_seek(file_t *fp, off_t delta, int whence, off_t *newoffp, in memfd_seek()
413 memfd_truncate_locked(file_t *fp, off_t length) in memfd_truncate_locked()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c105 get_ctt_size_v1 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v1()
119 get_ctt_size_v2_unconverted (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2_unconverted()
131 get_ctt_size_v2 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2()
141 get_vbytes_common (ctf_dict_t *fp, unsigned short kind, in get_vbytes_common()
169 get_vbytes_v1 (ctf_dict_t *fp, unsigned short kind, ssize_t size, size_t vlen) in get_vbytes_v1()
189 get_vbytes_v2 (ctf_dict_t *fp, unsigned short kind, ssize_t size, size_t vlen) in get_vbytes_v2()
235 init_symtab (ctf_dict_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp) in init_symtab()
348 ctf_set_base (ctf_dict_t *fp, const ctf_header_t *hp, unsigned char *base) in ctf_set_base()
389 ctf_set_version (ctf_dict_t *fp, ctf_header_t *cth, int ctf_version) in ctf_set_version()
427 upgrade_types_v1 (ctf_dict_t *fp, ctf_header_t *cth) in upgrade_types_v1()
[all …]
H A Dctf-create.c45 ctf_grow_ptrtab (ctf_dict_t *fp) in ctf_grow_ptrtab()
79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen) in ctf_grow_vlen()
112 ctf_dict_t *fp; in ctf_create() local
197 ctf_update (ctf_dict_t *fp) in ctf_update()
207 ctf_name_table (ctf_dict_t *fp, int kind) in ctf_name_table()
223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind) in ctf_dtd_insert()
247 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd) in ctf_dtd_delete()
300 ctf_dtd_lookup (const ctf_dict_t *fp, ctf_id_t type) in ctf_dtd_lookup()
310 ctf_dynamic_type (const ctf_dict_t *fp, ctf_id_t id) in ctf_dynamic_type()
328 ctf_dvd_insert (ctf_dict_t *fp, ctf_dvdef_t *dvd) in ctf_dvd_insert()
[all …]
H A Dctf-types.c27 ctf_type_isparent (ctf_dict_t *fp, ctf_id_t id) in ctf_type_isparent()
33 ctf_type_ischild (ctf_dict_t * fp, ctf_id_t id) in ctf_type_ischild()
41 ctf_struct_member (ctf_dict_t *fp, ctf_lmember_t *dst, const ctf_type_t *tp, in ctf_struct_member()
72 ctf_member_iter (ctf_dict_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter()
99 ctf_member_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_member_next()
243 ctf_enum_iter (ctf_dict_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter()
269 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next()
364 ctf_type_iter (ctf_dict_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter()
392 ctf_type_iter_all (ctf_dict_t *fp, ctf_type_all_f *func, void *arg) in ctf_type_iter_all()
422 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) in ctf_type_next()
[all …]
H A Dctf-link.c44 ctf_link_input_name (ctf_dict_t *fp) in ctf_link_input_name()
57 ctf_unnamed_cuname (ctf_dict_t *fp) in ctf_unnamed_cuname()
94 ctf_link_add_ctf_internal (ctf_dict_t *fp, ctf_archive_t *ctf, in ctf_link_add_ctf_internal()
172 ctf_link_add (ctf_dict_t *fp, ctf_archive_t *ctf, const char *name, in ctf_link_add()
219 ctf_link_add_ctf (ctf_dict_t *fp, ctf_archive_t *ctf, const char *name) in ctf_link_add_ctf()
229 ctf_link_lazy_open (ctf_dict_t *fp, ctf_link_input_t *input) in ctf_link_lazy_open()
273 ctf_new_per_cu_name (ctf_dict_t *fp, const char *name) in ctf_new_per_cu_name()
295 ctf_create_per_cu (ctf_dict_t *fp, ctf_dict_t *input, const char *cu_name) in ctf_create_per_cu()
372 ctf_link_add_cu_mapping (ctf_dict_t *fp, const char *from, const char *to) in ctf_link_add_cu_mapping()
475 ctf_link_set_memb_name_changer (ctf_dict_t *fp, in ctf_link_set_memb_name_changer()
[all …]
H A Dctf-string.c27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit()
62 ctf_strraw (ctf_dict_t *fp, uint32_t name) in ctf_strraw()
70 ctf_strptr (ctf_dict_t *fp, uint32_t name) in ctf_strptr()
103 ctf_str_create_atoms (ctf_dict_t *fp) in ctf_str_create_atoms()
145 ctf_str_free_atoms (ctf_dict_t *fp) in ctf_str_free_atoms()
162 ctf_str_add_ref_internal (ctf_dict_t *fp, const char *str, in ctf_str_add_ref_internal()
244 ctf_str_add (ctf_dict_t *fp, const char *str) in ctf_str_add()
262 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) in ctf_str_add_ref()
280 ctf_str_add_pending (ctf_dict_t *fp, const char *str, uint32_t *ref) in ctf_str_add_pending()
297 ctf_str_move_pending (ctf_dict_t *fp, uint32_t *new_ref, ptrdiff_t bytes) in ctf_str_move_pending()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c105 get_ctt_size_v1 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v1()
119 get_ctt_size_v2_unconverted (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2_unconverted()
131 get_ctt_size_v2 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2()
141 get_vbytes_common (ctf_dict_t *fp, unsigned short kind, in get_vbytes_common()
169 get_vbytes_v1 (ctf_dict_t *fp, unsigned short kind, ssize_t size, size_t vlen) in get_vbytes_v1()
189 get_vbytes_v2 (ctf_dict_t *fp, unsigned short kind, ssize_t size, size_t vlen) in get_vbytes_v2()
235 init_symtab (ctf_dict_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp) in init_symtab()
348 ctf_set_base (ctf_dict_t *fp, const ctf_header_t *hp, unsigned char *base) in ctf_set_base()
389 ctf_set_version (ctf_dict_t *fp, ctf_header_t *cth, int ctf_version) in ctf_set_version()
427 upgrade_types_v1 (ctf_dict_t *fp, ctf_header_t *cth) in upgrade_types_v1()
[all …]
H A Dctf-create.c45 ctf_grow_ptrtab (ctf_dict_t *fp) in ctf_grow_ptrtab()
79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen) in ctf_grow_vlen()
112 ctf_dict_t *fp; in ctf_create() local
197 ctf_update (ctf_dict_t *fp) in ctf_update()
207 ctf_name_table (ctf_dict_t *fp, int kind) in ctf_name_table()
223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind) in ctf_dtd_insert()
251 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd) in ctf_dtd_delete()
304 ctf_dtd_lookup (const ctf_dict_t *fp, ctf_id_t type) in ctf_dtd_lookup()
311 ctf_dynamic_type (const ctf_dict_t *fp, ctf_id_t id) in ctf_dynamic_type()
329 ctf_dvd_insert (ctf_dict_t *fp, ctf_dvdef_t *dvd) in ctf_dvd_insert()
[all …]
H A Dctf-types.c27 ctf_type_isparent (ctf_dict_t *fp, ctf_id_t id) in ctf_type_isparent()
33 ctf_type_ischild (ctf_dict_t * fp, ctf_id_t id) in ctf_type_ischild()
41 ctf_struct_member (ctf_dict_t *fp, ctf_lmember_t *dst, const ctf_type_t *tp, in ctf_struct_member()
72 ctf_member_iter (ctf_dict_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter()
99 ctf_member_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_member_next()
242 ctf_enum_iter (ctf_dict_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter()
268 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next()
363 ctf_type_iter (ctf_dict_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter()
391 ctf_type_iter_all (ctf_dict_t *fp, ctf_type_all_f *func, void *arg) in ctf_type_iter_all()
421 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) in ctf_type_next()
[all …]
H A Dctf-link.c44 ctf_link_input_name (ctf_dict_t *fp) in ctf_link_input_name()
57 ctf_unnamed_cuname (ctf_dict_t *fp) in ctf_unnamed_cuname()
94 ctf_link_add_ctf_internal (ctf_dict_t *fp, ctf_archive_t *ctf, in ctf_link_add_ctf_internal()
172 ctf_link_add (ctf_dict_t *fp, ctf_archive_t *ctf, const char *name, in ctf_link_add()
219 ctf_link_add_ctf (ctf_dict_t *fp, ctf_archive_t *ctf, const char *name) in ctf_link_add_ctf()
229 ctf_link_lazy_open (ctf_dict_t *fp, ctf_link_input_t *input) in ctf_link_lazy_open()
275 ctf_new_per_cu_name (ctf_dict_t *fp, const char *name) in ctf_new_per_cu_name()
297 ctf_create_per_cu (ctf_dict_t *fp, ctf_dict_t *input, const char *cu_name) in ctf_create_per_cu()
373 ctf_link_add_cu_mapping (ctf_dict_t *fp, const char *from, const char *to) in ctf_link_add_cu_mapping()
460 ctf_link_set_memb_name_changer (ctf_dict_t *fp, in ctf_link_set_memb_name_changer()
[all …]
H A Dctf-string.c27 ctf_strraw_explicit (ctf_dict_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit()
62 ctf_strraw (ctf_dict_t *fp, uint32_t name) in ctf_strraw()
70 ctf_strptr (ctf_dict_t *fp, uint32_t name) in ctf_strptr()
103 ctf_str_create_atoms (ctf_dict_t *fp) in ctf_str_create_atoms()
145 ctf_str_free_atoms (ctf_dict_t *fp) in ctf_str_free_atoms()
162 ctf_str_add_ref_internal (ctf_dict_t *fp, const char *str, in ctf_str_add_ref_internal()
242 ctf_str_add (ctf_dict_t *fp, const char *str) in ctf_str_add()
260 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) in ctf_str_add_ref()
278 ctf_str_add_pending (ctf_dict_t *fp, const char *str, uint32_t *ref) in ctf_str_add_pending()
295 ctf_str_move_pending (ctf_dict_t *fp, uint32_t *new_ref, ptrdiff_t bytes) in ctf_str_move_pending()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dis.c41 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_log()
50 dif_instr_t in, FILE *fp) in dt_dis_branch()
57 dt_dis_load(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_load()
66 dif_instr_t in, FILE *fp) in dt_dis_store()
74 dt_dis_str(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_str()
81 dt_dis_r1rd(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_r1rd()
89 dt_dis_cmp(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_cmp()
97 dt_dis_tst(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_tst()
131 dt_dis_lda(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_lda()
144 dt_dis_ldv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_ldv()
[all …]
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c294 FILE *fp in checkitems()
330 FILE *fp in check1item()
353 FILE *fp in peerlist()
409 FILE *fp in peers()
421 FILE *fp in dmpeers()
435 FILE *fp, in dopeers()
537 FILE * fp, in print_pflag()
594 FILE *fp in printpeer()
687 FILE *fp in showpeer()
760 FILE *fp in peerstats()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_all.c119 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
124 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp()
141 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
146 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
163 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
168 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) in i2d_PKCS7_fp()
185 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
190 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp()
209 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
214 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp()
[all …]
/netbsd-src/games/rogue/
H A Dsave.c92 FILE *fp; in save_into_file() local
176 FILE *fp; in restore() local
255 write_pack(const object *pack, FILE *fp) in write_pack()
267 read_pack(object *pack, FILE *fp, boolean is_rogue) in read_pack()
295 rw_dungeon(FILE *fp, boolean rw) in rw_dungeon()
318 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id()
338 write_string(char *s, FILE *fp) in write_string()
349 read_string(char *s, FILE *fp, size_t len) in read_string()
364 rw_rooms(FILE *fp, boolean rw) in rw_rooms()
375 r_read(FILE *fp, void *buf, size_t n) in r_read()
[all …]
/netbsd-src/lib/libc/stdio/
H A Dfileext.h49 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base)) argument
50 #define _UB(fp) _EXT(fp)->_ub argument
52 #define _LOCK(fp) (_EXT(fp)->_lock) argument
53 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond) argument
54 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner) argument
55 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount) argument
56 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal) argument
57 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate) argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_asn1.c33 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a) in d2i_TS_MSG_IMPRINT_fp()
39 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a) in i2d_TS_MSG_IMPRINT_fp()
66 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a) in d2i_TS_REQ_fp()
71 int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a) in i2d_TS_REQ_fp()
112 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a) in d2i_TS_TST_INFO_fp()
118 int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a) in i2d_TS_TST_INFO_fp()
193 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a) in d2i_TS_RESP_fp()
198 int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a) in i2d_TS_RESP_fp()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c174 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
179 int i2d_X509_fp(FILE *fp, const X509 *x509) in i2d_X509_fp()
196 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
201 int i2d_X509_CRL_fp(FILE *fp, const X509_CRL *crl) in i2d_X509_CRL_fp()
218 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
235 int i2d_PKCS7_fp(FILE *fp, const PKCS7 *p7) in i2d_PKCS7_fp()
264 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
269 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req) in i2d_X509_REQ_fp()
294 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
299 int i2d_RSAPrivateKey_fp(FILE *fp, const RSA *rsa) in i2d_RSAPrivateKey_fp()
[all …]

12345678910>>...75