Home
last modified time | relevance | path

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

12345678910>>...25

/mirbsd/src/lib/libc/stdio/
Dlocal.h65 #define cantwrite(fp) \ argument
73 #define HASUB(fp) (_UB(fp)._base != NULL) argument
74 #define FREEUB(fp) { \ argument
83 #define HASLB(fp) ((fp)->_lb._base != NULL) argument
84 #define FREELB(fp) { \ argument
Dwcio.h49 #define WCIO_GET(fp) \ argument
52 #define _SET_ORIENTATION(fp, mode) \ argument
62 #define WCIO_FREE(fp) \ argument
71 #define WCIO_FREEUB(fp) \ argument
79 #define WCIO_INIT(fp) \ argument
Dfileext.h40 #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base)) argument
41 #define _UB(fp) _EXT(fp)->_ub argument
43 #define _FILEEXT_INIT(fp) \ argument
Drefill.c40 lflush(FILE *fp) in lflush()
53 __srefill(FILE *fp) in __srefill()
/mirbsd/src/usr.sbin/ppp/ppp/
Dfsm.c131 struct fsm *fp = (struct fsm *)v; in StoppedTimeout() local
144 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, in fsm_Init()
171 NewState(struct fsm *fp, int new) in NewState()
190 fsm_Output(struct fsm *fp, u_int code, u_int id, u_char *ptr, int count, in fsm_Output()
234 struct fsm *fp = (struct fsm *)v; in FsmOpenNow() local
260 fsm_Open(struct fsm *fp) in fsm_Open()
298 fsm_Up(struct fsm *fp) in fsm_Up()
319 fsm_Down(struct fsm *fp) in fsm_Down()
351 fsm_Close(struct fsm *fp) in fsm_Close()
388 FsmSendConfigReq(struct fsm *fp) in FsmSendConfigReq()
[all …]
Dccp.c324 CcpInitRestartCounter(struct fsm *fp, int what) in CcpInitRestartCounter()
344 CcpSendConfigReq(struct fsm *fp) in CcpSendConfigReq()
398 ccp_SendResetReq(struct fsm *fp) in ccp_SendResetReq()
409 CcpSentTerminateReq(struct fsm *fp) in CcpSentTerminateReq()
415 CcpSendTerminateAck(struct fsm *fp, u_char id) in CcpSendTerminateAck()
422 CcpRecvResetReq(struct fsm *fp) in CcpRecvResetReq()
432 CcpLayerStart(struct fsm *fp) in CcpLayerStart()
442 CcpLayerDown(struct fsm *fp) in CcpLayerDown()
470 CcpLayerFinish(struct fsm *fp) in CcpLayerFinish()
497 CcpLayerUp(struct fsm *fp) in CcpLayerUp()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dlocal.h81 #define cantwrite(fp) \ argument
90 #define HASUB(fp) ((fp)->f_ub.smb_base != NULL) argument
91 #define FREEUB(fp) \ argument
102 #define sm_io_flockfile(fp) ((void) 0) argument
103 #define sm_io_funlockfile(fp) ((void) 0) argument
145 # define SM_CONVERT_TIME(fp, fd, val, time) { \ argument
224 #define SM_IO_WR_TIMEOUT(fp, fd, to) { \ argument
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 …]
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
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
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
Drefill.c58 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \ argument
117 sm_lflush(fp, timeout) in sm_lflush() argument
140 sm_refill(fp, timeout) in sm_refill() argument
292 sm_rget(fp, timeout) in sm_rget() argument
/mirbsd/src/lib/libssl/src/crypto/x509/
Dx_all.c118 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
123 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp()
140 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
145 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
162 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
167 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) in i2d_PKCS7_fp()
184 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
189 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp()
208 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
213 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp()
[all …]
/mirbsd/src/sys/kern/
Dsys_socket.c57 soo_read(fp, poff, uio, cred) in soo_read() argument
70 soo_write(fp, poff, uio, cred) in soo_write() argument
82 soo_ioctl(fp, cmd, data, p) in soo_ioctl() argument
143 soo_poll(fp, events, p) in soo_poll() argument
179 soo_stat(fp, ub, p) in soo_stat() argument
195 soo_close(fp, p) in soo_close() argument
/mirbsd/src/bin/ed/
Dio.c41 FILE *fp; in read_file() local
64 #define DESGETCHAR(fp) (des ? get_des_char((fp)) : getc((fp))) argument
65 #define DESPUTCHAR(c, fp) (des ? put_des_char((c), (fp)) : fputc((c), (fp))) argument
67 #define DESGETCHAR(fp) (getc((fp))) argument
68 #define DESPUTCHAR(c, fp) (fputc((c), (fp))) argument
77 read_stream(FILE *fp, int n) in read_stream()
131 get_stream_line(FILE *fp) in get_stream_line()
162 FILE *fp; in write_file() local
184 write_stream(FILE *fp, int n, int m) in write_stream()
217 put_stream_line(FILE *fp, char *s, int len) in put_stream_line()
/mirbsd/src/lib/libpthread/uthread/
Duthread_file.c58 FILE *fp; /* The target file. */ member
103 find_lock(int idx, FILE *fp) in find_lock()
132 do_lock(int idx, FILE *fp) in do_lock()
176 flockfile(FILE * fp) in flockfile()
240 ftrylockfile(FILE * fp) in ftrylockfile()
292 funlockfile(FILE * fp) in funlockfile()
/mirbsd/src/usr.sbin/config/
Dmkmakefile.c175 emitdefs(FILE *fp) in emitdefs()
222 emitobjs(FILE *fp) in emitobjs()
268 emitcfiles(FILE *fp) in emitcfiles()
275 emitsfiles(FILE *fp) in emitsfiles()
282 emitfiles(FILE *fp, int suffix) in emitfiles()
351 emitrules(FILE *fp) in emitrules()
387 emitload(FILE *fp) in emitload()
Dmkioconf.c77 FILE *fp; in mkioconf() local
148 emitexterns(FILE *fp) in emitexterns()
174 emitloc(FILE *fp) in emitloc()
234 emitlocnames(FILE *fp) in emitlocnames()
318 emitpv(FILE *fp) in emitpv()
338 emitcfdata(FILE *fp) in emitcfdata()
421 emitroots(FILE *fp) in emitroots()
451 emitpseudo(FILE *fp) in emitpseudo()
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dfopen_unlocked.c91 unlock_stream (FILE *fp) in unlock_stream()
107 FILE *const fp = fopen (path, mode); in fopen_unlocked() local
115 FILE *const fp = fdopen (fildes, mode); in fdopen_unlocked() local
123 FILE *const fp = freopen (path, mode, stream); in freopen_unlocked() local
/mirbsd/src/lib/libexpat/xmlwf/
Dxmlwf.c30 FILE *fp = (FILE *)userData; in characterData() local
64 attributeValue(FILE *fp, const XML_Char *s) in attributeValue()
125 FILE *fp = (FILE *)userData; in startElement() local
147 FILE *fp = (FILE *)userData; in endElement() local
172 FILE *fp = (FILE *)userData; in startElementNS() local
218 FILE *fp = (FILE *)userData; in endElementNS() local
238 FILE *fp = (FILE *)userData; in processingInstruction() local
300 FILE *fp = (FILE *)XML_GetUserData((XML_Parser) userData); in markup() local
337 FILE *fp = (FILE *)XML_GetUserData(parser); in metaStartElement() local
371 FILE *fp = (FILE *)XML_GetUserData(parser); in metaEndElement() local
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dsfsasl.c30 SM_FILE_T *fp; member
36 SM_FILE_T *fp; member
57 sasl_getinfo(fp, what, valp) in sasl_getinfo() argument
102 sasl_open(fp, info, flags, rpool) in sasl_open() argument
149 sasl_close(fp) in sasl_close() argument
187 sasl_read(fp, buf, size) in sasl_read() argument
282 sasl_write(fp, buf, size) in sasl_write() argument
424 SM_FILE_T *fp; member
430 SM_FILE_T *fp; member
452 tls_getinfo(fp, what, valp) in tls_getinfo() argument
[all …]
Dbf.c98 sm_bfopen(fp, info, flags, rpool) in sm_bfopen() argument
263 sm_bfgetinfo(fp, what, valp) in sm_bfgetinfo() argument
299 sm_bfclose(fp) in sm_bfclose() argument
341 sm_bfread(fp, buf, nbytes) in sm_bfread() argument
437 sm_bfseek(fp, offset, whence) in sm_bfseek() argument
486 sm_bfwrite(fp, buf, nbytes) in sm_bfwrite() argument
643 bfrewind(fp) in bfrewind() argument
672 sm_bfcommit(fp) in sm_bfcommit() argument
784 sm_bftruncate(fp) in sm_bftruncate() argument
824 sm_bfsetinfo(fp, what, valp) in sm_bfsetinfo() argument
/mirbsd/src/usr.bin/mail/
Dpopen.c51 struct fp { struct
52 FILE *fp; argument
55 struct fp *link; argument
76 FILE *fp; in Fopen() local
88 FILE *fp; in Fdopen() local
98 Fclose(FILE *fp) in Fclose()
112 FILE *fp; in Popen() local
169 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
183 unregister_file(FILE *fp) in unregister_file()
197 file_pid(FILE *fp) in file_pid()
/mirbsd/src/gnu/usr.bin/rcs/src/
Drcskeep.c118 getoldkeys(fp) in getoldkeys() argument
280 getval(fp, target, optional) in getval() argument
296 get0val(c, fp, target, optional) in get0val() argument
350 keepdate(fp) in keepdate() argument
384 keepid(c, fp, b) in keepid() argument
400 keeprev(fp) in keeprev() argument
/mirbsd/src/sys/arch/sparc/fpu/
Dfpu_implode.c76 round(register struct fpemu *fe, register struct fpn *fp) in round()
196 fpu_ftoi(fe, fp) in fpu_ftoi() argument
243 fpu_ftos(fe, fp) in fpu_ftos() argument
327 fpu_ftod(fe, fp, res) in fpu_ftod() argument
388 fpu_ftox(fe, fp, res) in fpu_ftox() argument
448 fpu_implode(fe, fp, type, space) in fpu_implode() argument

12345678910>>...25