Home
last modified time | relevance | path

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

12345678910>>...41

/freebsd-12.1/lib/libc/stdio/
H A Dlocal.h94 __fgetwc(FILE *fp, locale_t locale) in __fgetwc()
105 #define prepwrite(fp) \ argument
114 #define HASUB(fp) ((fp)->_ub._base != NULL) argument
115 #define FREEUB(fp) { \ argument
124 #define HASLB(fp) ((fp)->_lb._base != NULL) argument
125 #define FREELB(fp) { \ argument
142 #define ORIENT(fp, o) do { \ argument
148 #define FLOCKFILE_CANCELSAFE(fp) \ argument
H A D_flock_stub.c64 _flockfile(FILE *fp) in _flockfile()
85 _flockfile_debug_stub(FILE *fp, char *fname, int lineno) in _flockfile_debug_stub()
91 _ftrylockfile(FILE *fp) in _ftrylockfile()
112 _funlockfile(FILE *fp) in _funlockfile()
H A Dstdio.c57 FILE *fp = cookie; in __sread() local
65 FILE *fp = cookie; in __swrite() local
73 FILE *fp = cookie; in __sseek() local
89 _sread(FILE *fp, char *buf, int n) in _sread()
107 _swrite(FILE *fp, char const *buf, int n) in _swrite()
134 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek()
H A Dfflush.c55 fflush(FILE *fp) in fflush()
90 __fflush(FILE *fp) in __fflush()
104 __sflush(FILE *fp) in __sflush()
144 sflush_locked(FILE *fp) in sflush_locked()
/freebsd-12.1/contrib/gcc/config/s390/
H A Dfixdfdi.h30 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT) argument
32 #define MANTD_LOW_LL(fp) (fp.ll[1]) argument
103 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT) argument
105 #define MANTD_LOW_LL(fp) (fp.ll[1]) argument
177 #define SIGND(fp) ((fp.l.upper) & SIGNBIT) argument
179 #define FRACD_LL(fp) (fp.ll & (HIDDEND_LL-1)) argument
249 #define SIGND(fp) ((fp.l.upper) & SIGNBIT) argument
324 #define SIGN(fp) ((fp.l) & SIGNBIT) argument
327 #define FRAC(fp) ((fp.l) & 0x7FFFFF) argument
392 #define SIGN(fp) ((fp.l) & SIGNBIT) argument
[all …]
/freebsd-12.1/usr.sbin/ppp/
H A Dfsm.c131 struct fsm *fp = (struct fsm *)v; in StoppedTimeout() local
171 NewState(struct fsm *fp, int new) in NewState()
231 struct fsm *fp = (struct fsm *)v; in FsmOpenNow() local
257 fsm_Open(struct fsm *fp) in fsm_Open()
295 fsm_Up(struct fsm *fp) in fsm_Up()
316 fsm_Down(struct fsm *fp) in fsm_Down()
348 fsm_Close(struct fsm *fp) in fsm_Close()
385 FsmSendConfigReq(struct fsm *fp) in FsmSendConfigReq()
400 FsmSendTerminateReq(struct fsm *fp) in FsmSendTerminateReq()
1115 fsm_Reopen(struct fsm *fp) in fsm_Reopen()
[all …]
/freebsd-12.1/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 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
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
/freebsd-12.1/lib/libsysdecode/
H A Dflags.c107 #define if_print_or(fp,i,flag,orflag) do { \ argument
214 print_integer(FILE *fp, int val, int base) in print_integer()
256 sysdecode_atflags(FILE *fp, int flag, int *rem) in sysdecode_atflags()
298 sysdecode_semget_flags(FILE *fp, int flag, int *rem) in sysdecode_semget_flags()
350 sysdecode_vmprot(FILE *fp, int type, int *rem) in sysdecode_vmprot()
361 sysdecode_socket_type(FILE *fp, int type, int *rem) in sysdecode_socket_type()
382 sysdecode_access_mode(FILE *fp, int mode, int *rem) in sysdecode_access_mode()
418 sysdecode_open_flags(FILE *fp, int flags, int *rem) in sysdecode_open_flags()
658 sysdecode_mmap_prot(FILE *fp, int prot, int *rem) in sysdecode_mmap_prot()
672 sysdecode_filemode(FILE *fp, int mode, int *rem) in sysdecode_filemode()
[all …]
/freebsd-12.1/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-12.1/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-12.1/crypto/openssl/crypto/x509/
H A Dx_all.c110 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
115 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp()
137 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
154 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
159 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) in i2d_PKCS7_fp()
215 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp()
222 int i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPublicKey_fp()
227 int i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa) in i2d_RSA_PUBKEY_fp()
276 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa) in d2i_DSA_PUBKEY_fp()
281 int i2d_DSA_PUBKEY_fp(FILE *fp, DSA *dsa) in i2d_DSA_PUBKEY_fp()
[all …]
/freebsd-12.1/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-12.1/contrib/gcc/
H A Dgraph.c52 start_fct (FILE *fp) in start_fct()
67 start_bb (FILE *fp, int bb) in start_bb()
109 node_data (FILE *fp, rtx tmp_rtx) in node_data()
170 draw_edge (FILE *fp, int from, int to, int bb_edge, int class) in draw_edge()
197 end_bb (FILE *fp) in end_bb()
210 end_fct (FILE *fp) in end_fct()
232 FILE *fp; in print_rtl_graph_with_bb() local
395 FILE *fp; in clean_graph_dump_file() local
419 FILE *fp; in finish_graph_dump_file() local
/freebsd-12.1/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, 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()
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dsave.c278 prt_entry(FILE * fp, tOptDesc * od, char const * l_arg) in prt_entry()
409 prt_string(FILE * fp, char const * name, char const * pz) in prt_string()
445 prt_val_list(FILE * fp, char const * name, tArgList * al) in prt_val_list()
481 prt_nested(FILE * fp, tOptDesc * p) in prt_nested()
524 FILE * fp; in open_sv_file() local
573 prt_no_arg_opt(FILE * fp, tOptDesc * p, tOptDesc * pOD) in prt_no_arg_opt()
596 prt_str_arg(FILE * fp, tOptDesc * pOD) in prt_str_arg()
623 prt_enum_arg(FILE * fp, tOptDesc * od) in prt_enum_arg()
647 prt_set_arg(FILE * fp, tOptDesc * od) in prt_set_arg()
668 prt_file_arg(FILE * fp, tOptDesc * od, tOptions * opts) in prt_file_arg()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c60 ctf_file_t *fp; in ctf_create() local
184 ctf_ref_inc(ctf_file_t *fp, ctf_id_t tid) in ctf_ref_inc()
202 ctf_ref_dec(ctf_file_t *fp, ctf_id_t tid) in ctf_ref_dec()
236 ctf_update(ctf_file_t *fp) in ctf_update()
550 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type) in ctf_dtd_lookup()
575 ctf_discard(ctf_file_t *fp) in ctf_discard()
660 ctf_add_encoded(ctf_file_t *fp, uint_t flag, in ctf_add_encoded()
700 ctf_add_integer(ctf_file_t *fp, uint_t flag, in ctf_add_integer()
707 ctf_add_float(ctf_file_t *fp, uint_t flag, in ctf_add_float()
784 ctf_add_function(ctf_file_t *fp, uint_t flag, in ctf_add_function()
[all …]
H A Dctf_types.c145 ctf_type_iter(ctf_file_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter()
168 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve()
325 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name()
345 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size()
394 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align()
458 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind()
473 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference()
501 ctf_type_pointer(ctf_file_t *fp, ctf_id_t type) in ctf_type_pointer()
708 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, in ctf_member_info()
719 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info()
[all …]
/freebsd-12.1/contrib/expat/xmlwf/
H A Dxmlwf.c31 FILE *fp = (FILE *)userData; in characterData() local
65 attributeValue(FILE *fp, const XML_Char *s) in attributeValue()
126 FILE *fp = (FILE *)userData; in startElement() local
148 FILE *fp = (FILE *)userData; in endElement() local
173 FILE *fp = (FILE *)userData; in startElementNS() local
219 FILE *fp = (FILE *)userData; in endElementNS() local
239 FILE *fp = (FILE *)userData; in processingInstruction() local
338 FILE *fp = (FILE *)XML_GetUserData(parser); in metaStartElement() local
372 FILE *fp = (FILE *)XML_GetUserData(parser); in metaEndElement() local
383 FILE *fp = (FILE *)XML_GetUserData(parser); in metaProcessingInstruction() local
[all …]
/freebsd-12.1/usr.bin/at/
H A Dperm.c62 static int 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
/freebsd-12.1/usr.bin/mail/
H A Dpopen.c50 struct fp { struct
51 FILE *fp; argument
54 struct fp *link; argument
74 FILE *fp; in Fopen() local
86 FILE *fp; in Fdopen() local
96 Fclose(FILE *fp) in Fclose()
110 FILE *fp; in Popen() local
167 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
181 unregister_file(FILE *fp) in unregister_file()
196 file_pid(FILE *fp) in file_pid()
/freebsd-12.1/sys/kern/
H A Dkern_fail.c94 #define FP_SLEEP_CHANNEL(fp) (void*)(fp) argument
221 fail_point_is_off(struct fail_point *fp) in fail_point_is_off()
246 fail_point_setting_new(struct fail_point *fp) in fail_point_setting_new()
303 fail_point_setting_get_ref(struct fail_point *fp) in fail_point_setting_get_ref()
336 fail_point_swap_settings(struct fail_point *fp, in fail_point_swap_settings()
348 fail_point_eval_swap_out(struct fail_point *fp, in fail_point_eval_swap_out()
424 fail_point_sleep(struct fail_point *fp, int msecs, in fail_point_sleep()
503 fail_point_destroy(struct fail_point *fp) in fail_point_destroy()
743 fail_point_set(struct fail_point *fp, char *buf) in fail_point_set()
851 struct fail_point *fp; in fail_point_sysctl() local
[all …]

12345678910>>...41