Home
last modified time | relevance | path

Searched defs:f (Results 126 – 150 of 1285) sorted by relevance

12345678910>>...52

/dragonfly/usr.sbin/authpf/
H A Dauthpf.c339 read_config(FILE *f) in read_config()
412 FILE *f; in print_message() local
445 FILE *f; in allowed_luser() local
517 FILE *f; in check_luser() local
/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_subpart_hammer.c618 populate_create_subpartitions_form(struct dfui_form *f, struct i_fn_args *a) in populate_create_subpartitions_form()
715 struct dfui_form *f; in make_create_subpartitions_form() local
802 show_create_subpartitions_form(int which, struct dfui_form *f, in show_create_subpartitions_form()
863 struct dfui_form *f; in fn_create_subpartitions_hammer() local
H A Dfn_disk.c76 struct dfui_form *f; in fn_select_disk() local
130 struct dfui_form *f; in fn_select_slice() local
512 struct dfui_form *f; in fn_install_bootblocks() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_open_file.c51 FILE *f; member
59 archive_write_open_FILE(struct archive *a, FILE *f) in archive_write_open_FILE()
/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_mixer.c140 feed_mixer_init(struct pcm_feeder *f) in feed_mixer_init()
160 feed_mixer_set(struct pcm_feeder *f, int what, int value) in feed_mixer_set()
280 feed_mixer_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, in feed_mixer_feed()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Dprint.c47 FILE *f; member
84 backtrace_print (struct backtrace_state *state, int skip, FILE *f) in backtrace_print()
/dragonfly/contrib/mpfr/src/
H A Dset_q.c31 set_z (mpfr_ptr f, mpz_srcptr z, mp_size_t *zs) in set_z()
65 mpfr_set_q (mpfr_ptr f, mpq_srcptr q, mpfr_rnd_t rnd) in mpfr_set_q()
/dragonfly/games/trek/
H A Dkill.c143 kills(int x, int y, int f) in kills()
184 killd(int x, int y, int f) in killd()
/dragonfly/usr.bin/soelim/
H A Dsoelim.c56 FILE *f; in soelim_fopen() local
84 soelim_file(FILE *f, int flag) in soelim_file()
/dragonfly/libexec/getty/
H A Dsubr.c227 #define SET(t, f) (t) |= (f) argument
228 #define CLR(t, f) (t) &= ~(f) argument
229 #define ISSET(t, f) ((t) & (f)) argument
436 int f; in delaybits() local
/dragonfly/contrib/wpa_supplicant/src/fst/
H A Dfst_group.c90 static unsigned fst_fill_iface_mb_ies(struct fst_iface *f, struct wpabuf *buf) in fst_fill_iface_mb_ies()
131 struct fst_iface *f; in fst_group_create_mb_ie() local
235 struct fst_iface *f; in fst_group_get_iface_by_name() local
458 struct fst_iface *f; in fst_group_attach_iface() local
/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c632 formal_entry *f; in free_macro() local
860 formal_entry *f; in macro_expand_body() local
911 formal_entry *f = new_formal (); in macro_expand_body() local
1008 formal_entry *f; in macro_expand_body() local
1029 formal_entry *f; in macro_expand() local
1315 formal_entry f; in expand_irp() local
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c633 formal_entry *f; in free_macro() local
861 formal_entry *f; in macro_expand_body() local
912 formal_entry *f = new_formal (); in macro_expand_body() local
1009 formal_entry *f; in macro_expand_body() local
1030 formal_entry *f; in macro_expand() local
1316 formal_entry f; in expand_irp() local
/dragonfly/usr.bin/telnet/
H A Dsys_bsd.c78 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) argument
83 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) argument
87 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) argument
90 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) argument
365 TerminalNewMode(int f) in TerminalNewMode()
/dragonfly/sys/dev/drm/scheduler/
H A Dgpu_scheduler.c237 static void drm_sched_entity_kill_jobs_cb(struct dma_fence *f, in drm_sched_entity_kill_jobs_cb()
374 static void drm_sched_entity_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in drm_sched_entity_wakeup()
383 static void drm_sched_entity_clear_dep(struct dma_fence *f, struct dma_fence_cb *cb) in drm_sched_entity_clear_dep()
588 static void drm_sched_job_finish_cb(struct dma_fence *f, in drm_sched_job_finish_cb()
818 static void drm_sched_process_job(struct dma_fence *f, struct dma_fence_cb *cb) in drm_sched_process_job()
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c178 tcp6flg_match(struct tcphdr *tcp6, struct ip6_fw *f) in tcp6flg_match()
204 icmp6type_match(struct icmp6_hdr *icmp6, struct ip6_fw *f) in icmp6type_match()
242 ip6opts_match(struct ip6_hdr **pip6, struct ip6_fw *f, struct mbuf **m, in ip6opts_match()
357 ip6fw_report(struct ip6_fw *f, struct ip6_hdr *ip6, in ip6fw_report()
533 struct ip6_fw *const f = chain->rule; in ip6_fw_chk() local
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsedit.c400 snapshotline(f, l) in snapshotline() argument
413 snapshotedit(f) in snapshotedit() argument
480 openfcopy(f) in openfcopy() argument
513 snapshotedit(f) in snapshotedit() argument
751 register FILE *f; local
1314 RILE *f; local
1433 # define create(f) creat(f, OPEN_CREAT_READONLY) argument
1435 # define create(f) open(f, OPEN_O_BINARY|OPEN_O_LOCK|OPEN_O_WRONLY|O_CREAT|O_EXCL|O_TRUNC, OPEN_CR… argument
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dflags.c98 int f, first = 1; in print_flags() local
142 int f; in read_flags() local
/dragonfly/usr.bin/mail/
H A Dlist.c111 markall(char *buf, int f) in markall()
359 check(int mesg, int f) in check()
629 first(int f, int m) in first()
773 metamess(int meta, int f) in metamess()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype.c437 size_t f; in read_input_list() local
1120 outf_p f = get_output_file_with_visibility (NULL); in write_rtx_next() local
1519 pair_p f; in set_gc_used_type() local
1634 outf_p f; in create_file() local
1764 const char *f = get_input_file_name (inpf); in get_file_srcdir_relative_path() local
1789 get_prefix_langdir_index (const char *f) in get_prefix_langdir_index()
2393 outf_p f; member
2919 pair_p f; in walk_type() local
4073 put_mangled_filename (outf_p f, const input_file *inpf) in put_mangled_filename()
4489 outf_p f = in write_roots() local
[all …]
/dragonfly/contrib/less/
H A Dfilename.c219 int f; in dirfile() local
446 public int bin_file(int f) in bin_file()
490 static POSITION seek_filesize(int f) in seek_filesize()
1000 int f; in is_dir() local
1059 public POSITION filesize(int f) in filesize()
/dragonfly/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c101 lzmainfo(const char *name, FILE *f) in lzmainfo()
199 FILE *f = fopen(argv[optind], "r"); in main() local
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dfiles.c298 for (_cpp_file *f = pfile->all_files; f; f = f->next_file) in pch_open_file() local
788 _cpp_file *f; in should_stack_file() local
1580 read_filename_string (int ch, FILE *f) in read_filename_string()
1612 FILE *f; in read_name_map() local
1758 cpp_get_path (struct _cpp_file *f) in cpp_get_path()
1766 cpp_get_dir (struct _cpp_file *f) in cpp_get_dir()
1844 _cpp_file *f; in _cpp_save_file_entries() local
1910 _cpp_read_file_entries (cpp_reader *pfile ATTRIBUTE_UNUSED, FILE *f) in _cpp_read_file_entries()
1944 _cpp_file *f; member
1962 _cpp_file *const f = d->f; in pchf_compare() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-vis.c763 dump_insn_slim (FILE *f, rtx x) in dump_insn_slim()
791 print_rtl_slim_with_bb (FILE *f, rtx first, int flags) in print_rtl_slim_with_bb()
799 print_rtl_slim (FILE *f, rtx first, rtx last, int count, int flags) in print_rtl_slim()
/dragonfly/sys/net/ppp_layer/
H A Dslcompress.c115 #define DECODEL(f) { \ argument
124 #define DECODES(f) { \ argument
133 #define DECODEU(f) { \ argument

12345678910>>...52