Home
last modified time | relevance | path

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

12345678910>>...41

/freebsd/lib/libc/stdio/
H A Dlocal.h91 __fgetwc(FILE *fp, locale_t locale) in __fgetwc()
102 #define prepwrite(fp) \ argument
111 #define HASUB(fp) ((fp)->_ub._base != NULL) argument
112 #define FREEUB(fp) { \ argument
121 #define HASLB(fp) ((fp)->_lb._base != NULL) argument
122 #define FREELB(fp) { \ argument
139 #define ORIENT(fp, o) do { \ argument
145 #define FLOCKFILE_CANCELSAFE(fp) \ argument
H A D_flock_stub.c61 _flockfile(FILE *fp) in _flockfile()
82 _flockfile_debug_stub(FILE *fp, char *fname, int lineno) in _flockfile_debug_stub()
88 _ftrylockfile(FILE *fp) in _ftrylockfile()
109 _funlockfile(FILE *fp) in _funlockfile()
H A Dstdio.c51 FILE *fp = cookie; in __sread() local
59 FILE *fp = cookie; in __swrite() local
67 FILE *fp = cookie; in __sseek() local
83 _sread(FILE *fp, char *buf, int n) in _sread()
101 _swrite(FILE *fp, char const *buf, int n) in _swrite()
128 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek()
H A Dfflush.c49 fflush(FILE *fp) in fflush()
84 __fflush(FILE *fp) in __fflush()
100 __sflush(FILE *fp) in __sflush()
139 sflush_locked(FILE *fp) in sflush_locked()
/freebsd/usr.sbin/ppp/
H A Dfsm.c129 struct fsm *fp = (struct fsm *)v; in StoppedTimeout() local
169 NewState(struct fsm *fp, int new) in NewState()
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()
398 FsmSendTerminateReq(struct fsm *fp) in FsmSendTerminateReq()
1113 fsm_Reopen(struct fsm *fp) in fsm_Reopen()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dstdio.c60 sm_stdopen(fp, info, flags, rpool) in sm_stdopen() argument
125 sm_stdread(fp, buf, n) in sm_stdread() argument
154 sm_stdwrite(fp, buf, n) in sm_stdwrite() argument
179 sm_stdseek(fp, offset, whence) in sm_stdseek() argument
204 sm_stdclose(fp) in sm_stdclose() argument
225 sm_stdsetmode(fp, mode) in sm_stdsetmode() argument
267 sm_stdgetmode(fp, mode) in sm_stdgetmode() argument
303 sm_stdsetinfo(fp, what, valp) in sm_stdsetinfo() argument
335 sm_stdgetinfo(fp, what, valp) in sm_stdgetinfo() argument
404 sm_stdfdopen(fp, info, flags, rpool) in sm_stdfdopen() argument
[all …]
H A Dlocal.h82 #define cantwrite(fp) \ argument
91 #define HASUB(fp) ((fp)->f_ub.smb_base != NULL) argument
92 #define FREEUB(fp) \ argument
103 #define sm_io_flockfile(fp) ((void) 0) argument
104 #define sm_io_funlockfile(fp) ((void) 0) argument
146 # define SM_CONVERT_TIME(fp, fd, val, time) { \ argument
225 #define SM_IO_WR_TIMEOUT(fp, fd, to) { \ argument
H A Dsmstdio.c50 sm_stdioopen(fp, info, flags, rpool) in sm_stdioopen() argument
113 setup(fp) in setup() argument
149 sm_stdioread(fp, buf, n) in sm_stdioread() argument
175 sm_stdiowrite(fp, buf, n) in sm_stdiowrite() argument
201 sm_stdioseek(fp, offset, whence) in sm_stdioseek() argument
225 sm_stdioclose(fp) in sm_stdioclose() argument
251 sm_stdiosetinfo(fp, what, valp) in sm_stdiosetinfo() argument
280 sm_stdiogetinfo(fp, what, valp) in sm_stdiogetinfo() argument
332 SM_FILE_T *fp; local
H A Dsyslogio.c75 sm_syslogread(fp, buf, n) in sm_syslogread() argument
104 sm_syslogwrite(fp, buf, n) in sm_syslogwrite() argument
129 sm_syslogseek(fp, offset, whence) in sm_syslogseek() argument
150 sm_syslogclose(fp) in sm_syslogclose() argument
173 sm_syslogsetinfo(fp, what, valp) in sm_syslogsetinfo() argument
206 sm_sysloggetinfo(fp, what, valp) in sm_sysloggetinfo() argument
H A Dstrio.c92 sm_strread(fp, buf, n) in sm_strread() argument
125 sm_strwrite(fp, buf, n) in sm_strwrite() argument
164 sm_strseek(fp, offset, whence) in sm_strseek() argument
217 sm_stropen(fp, info, flags, rpool) in sm_stropen() argument
292 sm_strclose(fp) in sm_strclose() argument
320 sm_strsetmode(fp, mode) in sm_strsetmode() argument
363 sm_strgetmode(fp, mode) in sm_strgetmode() argument
403 sm_strsetinfo(fp, what, valp) in sm_strsetinfo() argument
434 sm_strgetinfo(fp, what, valp) in sm_strgetinfo() argument
474 sm_strio_init(fp, buf, size) in sm_strio_init() argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c54 struct file *fp; in zfs_file_open() local
109 zfs_file_close(zfs_file_t *fp) in zfs_file_close()
204 zfs_file_read(zfs_file_t *fp, void *buf, size_t count, ssize_t *resid) in zfs_file_read()
216 zfs_file_pread(zfs_file_t *fp, void *buf, size_t count, loff_t off, in zfs_file_pread()
223 zfs_file_seek(zfs_file_t *fp, loff_t *offp, int whence) in zfs_file_seek()
238 zfs_file_getattr(zfs_file_t *fp, zfs_file_attr_t *zfattr) in zfs_file_getattr()
280 zfs_file_fsync(zfs_file_t *fp, int flags) in zfs_file_fsync()
291 struct file *fp; in zfs_file_get() local
300 zfs_file_put(zfs_file_t *fp) in zfs_file_put()
306 zfs_file_off(zfs_file_t *fp) in zfs_file_off()
[all …]
/freebsd/lib/libsysdecode/
H A Dflags.c98 sysdecode_atflags(FILE *fp, int flag, int *rem) in sysdecode_atflags()
140 sysdecode_semget_flags(FILE *fp, int flag, int *rem) in sysdecode_semget_flags()
192 sysdecode_vmprot(FILE *fp, int type, int *rem) in sysdecode_vmprot()
203 sysdecode_socket_type(FILE *fp, int type, int *rem) in sysdecode_socket_type()
224 sysdecode_access_mode(FILE *fp, int mode, int *rem) in sysdecode_access_mode()
267 sysdecode_open_flags(FILE *fp, int flags, int *rem) in sysdecode_open_flags()
507 sysdecode_mmap_prot(FILE *fp, int prot, int *rem) in sysdecode_mmap_prot()
531 sysdecode_filemode(FILE *fp, int mode, int *rem) in sysdecode_filemode()
602 sysdecode_quotactl_cmd(FILE *fp, int cmd) in sysdecode_quotactl_cmd()
957 sysdecode_msg_flags(FILE *fp, int flags, int *rem) in sysdecode_msg_flags()
[all …]
H A Dsupport.c50 print_mask_part(FILE *fp, struct name_table *table, uintmax_t *valp, in print_mask_part()
81 print_mask_int(FILE *fp, struct name_table *table, int ival, int *rem) in print_mask_int()
98 print_mask_0(FILE *fp, struct name_table *table, int val, int *rem) in print_mask_0()
114 print_mask_0ul(FILE *fp, struct name_table *table, u_long lval, u_long *rem) in print_mask_0ul()
135 print_integer(FILE *fp, int val, int base) in print_integer()
155 print_value(FILE *fp, struct name_table *table, uintmax_t val) in print_value()
/freebsd/cddl/contrib/opensolaris/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()
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()
215 const char *name, dif_instr_t in, FILE *fp) in dt_dis_pushts()
239 const char *name, dif_instr_t in, FILE *fp) in dt_dis_xlate()
329 dt_dis_rtab(const char *rtag, const dtrace_difo_t *dp, FILE *fp, in dt_dis_rtab()
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c292 FILE *fp in checkitems()
328 FILE *fp in check1item()
351 FILE *fp in peerlist()
407 FILE *fp in peers()
419 FILE *fp in dmpeers()
592 FILE *fp in printpeer()
685 FILE *fp in showpeer()
758 FILE *fp in peerstats()
879 FILE *fp in loopinfo()
953 FILE *fp in sysinfo()
[all …]
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_io.c146 print_delim(FILE *fp, const char *del) in print_delim()
196 print_mem(FILE *fp, u_char *data, size_t len) in print_mem()
272 open_attr(FILE *fp, const char *str) in open_attr()
282 close_attr(FILE *fp) in close_attr()
292 close_tag(FILE *fp, u_char type) in close_tag()
643 print_user(FILE *fp, u_int32_t usr, int oflags) in print_user()
662 print_group(FILE *fp, u_int32_t grp, int oflags) in print_group()
682 print_event(FILE *fp, u_int16_t ev, int oflags) in print_event()
792 print_ip_address(FILE *fp, u_int32_t ip) in print_ip_address()
859 print_errval(FILE *fp, u_int32_t val) in print_errval()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c67 zfs_file_close(zfs_file_t *fp) in zfs_file_close()
104 zfs_file_write(zfs_file_t *fp, const void *buf, size_t count, ssize_t *resid) in zfs_file_write()
136 zfs_file_pwrite(zfs_file_t *fp, const void *buf, size_t count, loff_t off, in zfs_file_pwrite()
155 zfs_file_read_impl(zfs_file_t *fp, void *buf, size_t count, loff_t *off) in zfs_file_read_impl()
185 zfs_file_read(zfs_file_t *fp, void *buf, size_t count, ssize_t *resid) in zfs_file_read()
217 zfs_file_pread(zfs_file_t *fp, void *buf, size_t count, loff_t off, in zfs_file_pread()
245 zfs_file_seek(zfs_file_t *fp, loff_t *offp, int whence) in zfs_file_seek()
341 zfs_file_fallocate(zfs_file_t *fp, int mode, loff_t offset, loff_t len) in zfs_file_fallocate()
373 zfs_file_off(zfs_file_t *fp) in zfs_file_off()
386 zfs_file_private(zfs_file_t *fp) in zfs_file_private()
[all …]
/freebsd/crypto/openssl/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, const 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, const 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, const TS_TST_INFO *a) in i2d_TS_TST_INFO_fp()
192 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a) in d2i_TS_RESP_fp()
197 int i2d_TS_RESP_fp(FILE *fp, const TS_RESP *a) in i2d_TS_RESP_fp()
/freebsd/crypto/openssl/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()
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()
294 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
304 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp()
309 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp()
321 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa) in i2d_RSA_PUBKEY_fp()
359 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa) in d2i_DSAPrivateKey_fp()
369 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa) in d2i_DSA_PUBKEY_fp()
[all …]
/freebsd/usr.bin/at/
H A Dperm.c60 static int check_for_user(FILE *fp,const char *name) in check_for_user()
86 FILE *fp; in check_permission() local
98 fp=fopen(PERM_PATH "at.allow","r"); in check_permission() local
111 fp=fopen(PERM_PATH "at.deny", "r"); in check_permission() local
/freebsd/sys/kern/
H A Dkern_fail.c92 #define FP_SLEEP_CHANNEL(fp) (void*)(fp) argument
219 fail_point_is_off(struct fail_point *fp) in fail_point_is_off()
244 fail_point_setting_new(struct fail_point *fp) in fail_point_setting_new()
301 fail_point_setting_get_ref(struct fail_point *fp) in fail_point_setting_get_ref()
334 fail_point_swap_settings(struct fail_point *fp, in fail_point_swap_settings()
346 fail_point_eval_swap_out(struct fail_point *fp, in fail_point_eval_swap_out()
497 fail_point_alloc_callout(struct fail_point *fp) in fail_point_alloc_callout()
517 fail_point_destroy(struct fail_point *fp) in fail_point_destroy()
760 fail_point_set(struct fail_point *fp, char *buf) in fail_point_set()
868 struct fail_point *fp; in fail_point_sysctl() local
[all …]
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c60 ctf_file_t *fp; in ctf_create() local
221 ctf_ref_inc(ctf_file_t *fp, ctf_id_t tid) in ctf_ref_inc()
239 ctf_ref_dec(ctf_file_t *fp, ctf_id_t tid) in ctf_ref_dec()
273 ctf_update(ctf_file_t *fp) in ctf_update()
654 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type) in ctf_dtd_lookup()
679 ctf_discard(ctf_file_t *fp) in ctf_discard()
764 ctf_add_encoded(ctf_file_t *fp, uint_t flag, in ctf_add_encoded()
804 ctf_add_integer(ctf_file_t *fp, uint_t flag, in ctf_add_integer()
811 ctf_add_float(ctf_file_t *fp, uint_t flag, in ctf_add_float()
889 ctf_add_function(ctf_file_t *fp, uint_t flag, in ctf_add_function()
[all …]
H A Dctf_types.c60 ctf_get_ctt_info(const ctf_file_t *fp, const void *v, uint_t *kindp, in ctf_get_ctt_info()
128 ctf_get_ctm_info(const ctf_file_t *fp, const void *v, size_t size, in ctf_get_ctm_info()
262 ctf_type_iter(ctf_file_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter()
287 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve()
460 ctf_type_rname(ctf_file_t *fp, const void *v) in ctf_type_rname()
482 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size()
534 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align()
595 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind()
613 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference()
645 ctf_type_pointer(ctf_file_t *fp, ctf_id_t type) in ctf_type_pointer()
[all …]
/freebsd/usr.bin/mail/
H A Dpopen.c42 struct fp { struct
43 FILE *fp; member
46 struct fp *link; argument
66 FILE *fp; in Fopen() local
78 FILE *fp; in Fdopen() local
88 Fclose(FILE *fp) in Fclose()
102 FILE *fp; in Popen() local
159 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
173 unregister_file(FILE *fp) in unregister_file()
188 file_pid(FILE *fp) in file_pid()
/freebsd/contrib/byacc/
H A Doutput.c35 putc_code(FILE * fp, int c) in putc_code()
43 putl_code(FILE * fp, const char *s) in putl_code()
94 write_code_lineno(FILE * fp) in write_code_lineno()
135 output_prefix(FILE * fp) in output_prefix()
259 output_stype(FILE * fp) in output_stype()
276 output_ltype(FILE * fp) in output_ltype()
1228 output_defines(FILE * fp) in output_defines()
1330 output_yydebug(FILE * fp) in output_yydebug()
1631 output_no_leaks(FILE * fp) in output_no_leaks()
1769 output_lex_decl(FILE * fp) in output_lex_decl()
[all …]

12345678910>>...41