/dflybsd-src/usr.sbin/ppp/ |
H A D | fsm.c | 129 struct fsm *fp = (struct fsm *)v; in StoppedTimeout() local 142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, in fsm_Init() 169 NewState(struct fsm *fp, int new) in NewState() 188 fsm_Output(struct fsm *fp, u_int code, u_int id, u_char *ptr, unsigned count, in fsm_Output() 229 struct fsm *fp = (struct fsm *)v; in FsmOpenNow() local 255 fsm_Open(struct fsm *fp) in fsm_Open() 293 fsm_Up(struct fsm *fp) in fsm_Up() 314 fsm_Down(struct fsm *fp) in fsm_Down() 346 fsm_Close(struct fsm *fp) in fsm_Close() 383 FsmSendConfigReq(struct fsm *fp) in FsmSendConfigReq() [all …]
|
H A D | ccp.c | 324 CcpInitRestartCounter(struct fsm *fp, int what) in CcpInitRestartCounter() 344 CcpSendConfigReq(struct fsm *fp) in CcpSendConfigReq() 395 ccp_SendResetReq(struct fsm *fp) in ccp_SendResetReq() 412 CcpSendTerminateAck(struct fsm *fp, u_char id) in CcpSendTerminateAck() 419 CcpRecvResetReq(struct fsm *fp) in CcpRecvResetReq() 429 CcpLayerStart(struct fsm *fp) in CcpLayerStart() 439 CcpLayerDown(struct fsm *fp) in CcpLayerDown() 467 CcpLayerFinish(struct fsm *fp) in CcpLayerFinish() 494 CcpLayerUp(struct fsm *fp) in CcpLayerUp() 562 CcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in CcpDecodeConfig() [all …]
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-create.c | 36 ctf_grow_ptrtab (ctf_file_t *fp) in ctf_grow_ptrtab() 78 ctf_file_t *fp; in ctf_create() local 153 ctf_copy_smembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t) in ctf_copy_smembers() 178 ctf_copy_lmembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t) in ctf_copy_lmembers() 204 ctf_copy_emembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t) in ctf_copy_emembers() 227 ctf_file_t *fp; member 244 ctf_update (ctf_file_t *fp) in ctf_update() 264 ctf_serialize (ctf_file_t *fp) in ctf_serialize() 584 ctf_name_table (ctf_file_t *fp, int kind) in ctf_name_table() 600 ctf_dtd_insert (ctf_file_t *fp, ctf_dtdef_t *dtd, int kind) in ctf_dtd_insert() [all …]
|
H A D | ctf-types.c | 26 ctf_type_isparent (ctf_file_t *fp, ctf_id_t id) in ctf_type_isparent() 32 ctf_type_ischild (ctf_file_t * fp, ctf_id_t id) in ctf_type_ischild() 41 ctf_member_iter (ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 110 ctf_enum_iter (ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 161 ctf_type_iter (ctf_file_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter() 181 ctf_type_iter_all (ctf_file_t *fp, ctf_type_all_f *func, void *arg) in ctf_type_iter_all() 202 ctf_variable_iter (ctf_file_t *fp, ctf_variable_f *func, void *arg) in ctf_variable_iter() 241 ctf_type_resolve (ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() 281 ctf_type_resolve_unsliced (ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve_unsliced() 299 ctf_id_t ctf_lookup_by_rawname (ctf_file_t *fp, int kind, const char *name) in ctf_lookup_by_rawname() [all …]
|
H A D | ctf-string.c | 26 ctf_strraw_explicit (ctf_file_t *fp, uint32_t name, ctf_strs_t *strtab) in ctf_strraw_explicit() 61 ctf_strraw (ctf_file_t *fp, uint32_t name) in ctf_strraw() 69 ctf_strptr (ctf_file_t *fp, uint32_t name) in ctf_strptr() 102 ctf_str_create_atoms (ctf_file_t *fp) in ctf_str_create_atoms() 134 ctf_str_free_atoms (ctf_file_t *fp) in ctf_str_free_atoms() 146 ctf_str_add_ref_internal (ctf_file_t *fp, const char *str, in ctf_str_add_ref_internal() 218 ctf_str_add (ctf_file_t *fp, const char *str) in ctf_str_add() 235 ctf_str_add_ref (ctf_file_t *fp, const char *str, uint32_t *ref) in ctf_str_add_ref() 251 ctf_str_add_external (ctf_file_t *fp, const char *str, uint32_t offset) in ctf_str_add_external() 267 ctf_str_remove_ref (ctf_file_t *fp, const char *str, uint32_t *ref) in ctf_str_remove_ref() [all …]
|
H A D | ctf-open.c | 108 get_ctt_size_v1 (const ctf_file_t *fp, const ctf_type_t *tp, in get_ctt_size_v1() 122 get_ctt_size_v2_unconverted (const ctf_file_t *fp, const ctf_type_t *tp, in get_ctt_size_v2_unconverted() 134 get_ctt_size_v2 (const ctf_file_t *fp, const ctf_type_t *tp, in get_ctt_size_v2() 227 init_symtab (ctf_file_t *fp, const ctf_header_t *hp, in init_symtab() 320 ctf_set_base (ctf_file_t *fp, const ctf_header_t *hp, unsigned char *base) in ctf_set_base() 361 ctf_set_version (ctf_file_t *fp, ctf_header_t *cth, int ctf_version) in ctf_set_version() 399 upgrade_types_v1 (ctf_file_t *fp, ctf_header_t *cth) in upgrade_types_v1() 623 upgrade_types (ctf_file_t *fp, ctf_header_t *cth) in upgrade_types() 651 init_types (ctf_file_t *fp, ctf_header_t *cth) in init_types() 1199 void ctf_set_ctl_hashes (ctf_file_t *fp) in ctf_set_ctl_hashes() [all …]
|
/dflybsd-src/lib/libc/stdio/ |
H A D | local.h | 92 __fgetwc(FILE *fp, locale_t locale) in __fgetwc() 114 #define prepwrite(fp) \ argument 123 #define HASUB(fp) ((fp)->_ub._base != NULL) argument 124 #define FREEUB(fp) { \ argument 133 #define HASLB(fp) ((fp)->_lb._base != NULL) argument 134 #define FREELB(fp) { \ argument 152 #define ORIENT(fp, o) _SET_ORIENTATION(fp, o) argument
|
H A D | stdio.c | 52 FILE *fp = cookie; in __sread() local 60 FILE *fp = cookie; in __swrite() local 68 FILE *fp = cookie; in __sseek() local 84 _sread(FILE *fp, char *buf, int n) in _sread() 102 _swrite(FILE *fp, const char *buf, int n) in _swrite() 129 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek()
|
H A D | _flock_stub.c | 50 _flockfile(FILE *fp) in _flockfile() 71 _flockfile_debug_stub(FILE *fp, char *fname __unused, int lineno __unused) in _flockfile_debug_stub() 77 _ftrylockfile(FILE *fp) in _ftrylockfile() 98 _funlockfile(FILE *fp) in _funlockfile()
|
H A D | fflush.c | 51 fflush(FILE *fp) in fflush() 84 __fflush(FILE *fp) in __fflush() 100 __sflush(FILE *fp) in __sflush() 140 sflush_locked(FILE *fp) in sflush_locked()
|
/dflybsd-src/games/rogue/ |
H A D | save.c | 87 FILE *fp; in save_into_file() local 179 FILE *fp = NULL; in restore() local 258 write_pack(const object *pack, FILE *fp) in write_pack() 270 read_pack(object *pack, FILE *fp, boolean is_rogue) in read_pack() 298 rw_dungeon(FILE *fp, boolean rw) in rw_dungeon() 321 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id() 341 write_string(char *s, FILE *fp) in write_string() 352 read_string(char *s, FILE *fp, size_t len) in read_string() 367 rw_rooms(FILE *fp, boolean rw) in rw_rooms() 378 r_read(FILE *fp, char *buf, int n) in r_read() [all …]
|
/dflybsd-src/crypto/libressl/crypto/pem/ |
H A D | pem_all.c | 145 PEM_read_X509_REQ(FILE *fp, X509_REQ **x, pem_password_cb *cb, void *u) in PEM_read_X509_REQ() 152 PEM_write_X509_REQ(FILE *fp, X509_REQ *x) in PEM_write_X509_REQ() 173 PEM_write_X509_REQ_NEW(FILE *fp, X509_REQ *x) in PEM_write_X509_REQ_NEW() 187 PEM_read_X509_CRL(FILE *fp, X509_CRL **x, pem_password_cb *cb, void *u) in PEM_read_X509_CRL() 194 PEM_write_X509_CRL(FILE *fp, X509_CRL *x) in PEM_write_X509_CRL() 215 PEM_read_PKCS7(FILE *fp, PKCS7 **x, pem_password_cb *cb, void *u) in PEM_read_PKCS7() 222 PEM_write_PKCS7(FILE *fp, PKCS7 *x) in PEM_write_PKCS7() 243 PEM_write_NETSCAPE_CERT_SEQUENCE(FILE *fp, NETSCAPE_CERT_SEQUENCE *x) in PEM_write_NETSCAPE_CERT_SEQUENCE() 250 PEM_read_NETSCAPE_CERT_SEQUENCE(FILE *fp, NETSCAPE_CERT_SEQUENCE **x, pem_password_cb *cb, void *u) in PEM_read_NETSCAPE_CERT_SEQUENCE() 299 PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_RSAPrivateKey() [all …]
|
/dflybsd-src/sys/sys/ |
H A D | file2.h | 45 struct file *fp, in fo_read() 60 struct file *fp, in fo_write() 75 struct file *fp, in fo_ioctl() 90 fo_stat(struct file *fp, struct stat *sb, struct ucred *cred) in fo_stat() 101 fo_close(struct file *fp) in fo_close() 107 fo_shutdown(struct file *fp, int how) in fo_shutdown() 113 fo_kqfilter(struct file *fp, struct knote *kn) in fo_kqfilter() 119 fo_seek(struct file *fp, off_t offset, int whence, off_t *res) in fo_seek()
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x_all.c | 91 d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp() 97 i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp() 115 d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp() 121 i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp() 139 d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp() 145 i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) in i2d_PKCS7_fp() 163 d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp() 169 i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp() 188 d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp() 194 i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp() [all …]
|
/dflybsd-src/sys/kern/ |
H A D | kern_descrip.c | 188 struct file *fp; in fclearcache() local 278 struct file *fp; in holdfp_fdp() local 301 struct file *fp; in holdfp_fdp_locked() local 332 struct file *fp; in _holdfp_cache() local 478 struct file *fp; in _holdfp2() local 510 dropfp(thread_t td, int fd, struct file *fp) in dropfp() 609 fp2filelist(const struct file *fp) in fp2filelist() 703 struct file *fp; in kern_fcntl() local 1002 struct file *fp; in kern_dup() local 1423 struct file *fp; in kern_close() local [all …]
|
H A D | kern_checkpoint.c | 93 read_check(struct file *fp, void *buf, size_t nbyte) in read_check() 110 elf_gethdr(struct file *fp, Elf_Ehdr *ehdr) in elf_gethdr() 152 elf_getphdrs(struct file *fp, Elf_Phdr *phdr, size_t nbyte) in elf_getphdrs() 176 elf_getnotes(struct lwp *lp, struct file *fp, size_t notesz) in elf_getnotes() 218 ckpt_thaw_proc(struct lwp *lp, struct file *fp) in ckpt_thaw_proc() 399 mmap_phdr(struct file *fp, Elf_Phdr *phdr) in mmap_phdr() 434 elf_loadphdrs(struct file *fp, Elf_Phdr *phdr, int numsegs) in elf_loadphdrs() 449 elf_getsigs(struct lwp *lp, struct file *fp) in elf_getsigs() 511 struct file *fp; in mmap_vp() local 534 elf_gettextvp(struct proc *p, struct file *fp) in elf_gettextvp() [all …]
|
H A D | sys_socket.c | 71 soo_read(struct file *fp, struct uio *uio, struct ucred *cred, int fflags) in soo_read() 98 soo_write(struct file *fp, struct uio *uio, struct ucred *cred, int fflags) in soo_write() 128 soo_ioctl(struct file *fp, u_long cmd, caddr_t data, in soo_ioctl() 196 soo_stat(struct file *fp, struct stat *ub, struct ucred *cred) in soo_stat() 227 soo_close(struct file *fp) in soo_close() 244 soo_shutdown(struct file *fp, int how) in soo_shutdown()
|
H A D | kern_fp.c | 133 struct file *fp; in fp_vpopen() local 204 fp_pread(file_t fp, void *buf, size_t nbytes, off_t offset, ssize_t *res, in fp_pread() 243 fp_read(file_t fp, void *buf, size_t nbytes, ssize_t *res, int all, in fp_read() 301 fp_pwrite(file_t fp, void *buf, size_t nbytes, off_t offset, ssize_t *res, in fp_pwrite() 341 fp_write(file_t fp, void *buf, size_t nbytes, ssize_t *res, enum uio_seg seg) in fp_write() 379 fp_stat(file_t fp, struct stat *ub) in fp_stat() 393 fp_mmap(void *addr_arg, size_t size, int prot, int flags, struct file *fp, in fp_mmap() 559 fp_close(file_t fp) in fp_close() 565 fp_shutdown(file_t fp, int how) in fp_shutdown()
|
H A D | vfs_vnops.c | 104 struct file *fp = fpp ? *fpp : NULL; in vn_open() local 487 vn_close(struct vnode *vp, int flags, struct file *fp) in vn_close() 507 sequential_heuristic(struct uio *uio, struct file *fp) in sequential_heuristic() 548 vn_get_fpf_offset(struct file *fp) in vn_get_fpf_offset() 583 vn_set_fpf_offset(struct file *fp, off_t offset) in vn_set_fpf_offset() 611 vn_poll_fpf_offset(struct file *fp) in vn_poll_fpf_offset() 723 vn_read(struct file *fp, struct uio *uio, struct ucred *cred, int flags) in vn_read() 760 vn_write(struct file *fp, struct uio *uio, struct ucred *cred, int flags) in vn_write() 813 vn_statfile(struct file *fp, struct stat *sb, struct ucred *cred) in vn_statfile() 977 vn_ioctl(struct file *fp, u_long com, caddr_t data, struct ucred *ucred, in vn_ioctl() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | graph.c | 55 start_fct (FILE *fp) in start_fct() 70 start_bb (FILE *fp, int bb) in start_bb() 113 node_data (FILE *fp, rtx tmp_rtx) in node_data() 173 draw_edge (FILE *fp, int from, int to, int bb_edge, int color_class) in draw_edge() 200 end_bb (FILE *fp) in end_bb() 218 end_fct (FILE *fp) in end_fct() 240 FILE *fp; in print_rtl_graph_with_bb() local 403 FILE *fp; in clean_graph_dump_file() local 427 FILE *fp; in finish_graph_dump_file() local
|
/dflybsd-src/usr.bin/mail/ |
H A D | popen.c | 42 struct fp { struct 43 FILE *fp; member 46 struct fp *link; argument 65 FILE *fp; in Fopen() local 77 FILE *fp; in Fdopen() local 87 Fclose(FILE *fp) in Fclose() 100 FILE *fp; in Popen() local 157 register_file(FILE *fp, int pipe, int pid) in register_file() 171 unregister_file(FILE *fp) in unregister_file() 186 file_pid(FILE *fp) in file_pid()
|
/dflybsd-src/contrib/byacc/ |
H A D | output.c | 6 #define CountLine(fp) (!rflag || ((fp) == code_file)) argument 35 putc_code(FILE * fp, int c) in putc_code() 43 putl_code(FILE * fp, const char *s) in putl_code() 51 puts_code(FILE * fp, const char *s) in puts_code() 57 puts_param_types(FILE * fp, param *list, int more) in puts_param_types() 82 puts_param_names(FILE * fp, param *list, int more) in puts_param_names() 94 write_code_lineno(FILE * fp) in write_code_lineno() 114 define_prefixed(FILE * fp, const char *name) in define_prefixed() 135 output_prefix(FILE * fp) in output_prefix() 189 output_code_lines(FILE * fp, int cl) in output_code_lines() [all …]
|
/dflybsd-src/usr.sbin/config/ |
H A D | mkmakefile.c | 48 #define next_word(fp, wd) \ argument 58 #define next_quoted_word(fp, wd) \ argument 88 struct file_list *fp; in fl_lookup() local 103 struct file_list *fp; in fltail_lookup() local 118 struct file_list *fp; in new_fent() local 225 FILE *fp; in read_files() local 538 do_before_depend(FILE *fp) in do_before_depend() 563 do_objs(FILE *fp) in do_objs() 591 do_cfiles(FILE *fp) in do_cfiles() 619 do_mfiles(FILE *fp) in do_mfiles() [all …]
|
/dflybsd-src/usr.bin/at/ |
H A D | perm.c | 60 check_for_user(FILE *fp, const char *name) in check_for_user() 88 FILE *fp; in check_permission() local 100 fp = fopen(PERM_PATH "at.allow","r"); in check_permission() local 113 fp = fopen(PERM_PATH "at.deny", "r"); in check_permission() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | graph.c | 48 FILE *fp; in open_graph_file() local 301 print_graph_cfg (FILE *fp, struct function *fun) in print_graph_cfg() 321 print_graph_cfg (FILE *fp, struct function *fun, dump_flags_t flags) in print_graph_cfg() 338 FILE *fp = open_graph_file (base, "a"); in print_graph_cfg() local 345 start_graph_dump (FILE *fp, const char *base) in start_graph_dump() 361 end_graph_dump (FILE *fp) in end_graph_dump() 370 FILE *fp = open_graph_file (base, "w"); in clean_graph_dump_file() local 380 FILE *fp = open_graph_file (base, "a"); in finish_graph_dump_file() local
|