Home
last modified time | relevance | path

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

12345678910>>...25

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_rvalue.pass.cpp62 void (*fp)(int) = f_void_1; in test_void_1() local
68 void (*fp)(int) = f_void_1; in test_void_1() local
69 std::bind(fp, 3)(); in test_void_1() local
88 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
89 std::bind(fp, _1)(A_void_1()); in test_void_1() local
98 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
99 std::bind(fp, A_void_1())(); in test_void_1() local
103 std::bind(fp, &a)(); in test_void_1() local
109 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local
110 std::bind(fp, _1)(A_void_1()); in test_void_1() local
[all …]
H A Dinvoke_lvalue.pass.cpp64 void (*fp)(int) = f_void_1; in test_void_1() local
66 std::bind(fp, _1)(i); in test_void_1() local
71 void (*fp)(int) = f_void_1; in test_void_1() local
73 std::bind(fp, i)(); in test_void_1() local
94 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
96 std::bind(fp, _1)(a); in test_void_1() local
100 std::bind(fp, _1)(ap); in test_void_1() local
105 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
107 std::bind(fp, a)(); in test_void_1() local
111 std::bind(fp, ap)(); in test_void_1() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_rvalue.pass.cpp60 void (*fp)(int) = f_void_1; in test_void_1() local
66 void (*fp)(int) = f_void_1; in test_void_1() local
67 std::bind(fp, 3)(); in test_void_1() local
86 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
87 std::bind(fp, _1)(A_void_1()); in test_void_1() local
96 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
97 std::bind(fp, A_void_1())(); in test_void_1() local
101 std::bind(fp, &a)(); in test_void_1() local
107 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local
108 std::bind(fp, _1)(A_void_1()); in test_void_1() local
[all …]
H A Dinvoke_lvalue.pass.cpp62 void (*fp)(int) = f_void_1; in test_void_1() local
64 std::bind(fp, _1)(i); in test_void_1() local
69 void (*fp)(int) = f_void_1; in test_void_1() local
71 std::bind(fp, i)(); in test_void_1() local
92 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
94 std::bind(fp, _1)(a); in test_void_1() local
98 std::bind(fp, _1)(ap); in test_void_1() local
103 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
105 std::bind(fp, a)(); in test_void_1() local
109 std::bind(fp, ap)(); in test_void_1() local
[all …]
/minix3/lib/libc/stdio/
H A Dlocal.h91 #define cantwrite(fp) \ argument
99 #define HASUB(fp) (_UB(fp)._base != NULL) argument
100 #define FREEUB(fp) { \ argument
109 #define FREELB(fp) { \ argument
H A Dfileext.h49 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base)) argument
50 #define _UB(fp) _EXT(fp)->_ub argument
52 #define _LOCK(fp) (_EXT(fp)->_lock) argument
53 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond) argument
54 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner) argument
55 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount) argument
56 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal) argument
57 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate) argument
H A Dflockfile.c66 ftrylockfile(FILE *fp) in ftrylockfile()
90 funlockfile(FILE *fp) in funlockfile()
97 __flockfile_internal(FILE *fp, int internal) in __flockfile_internal()
131 __funlockfile_internal(FILE *fp, int internal) in __funlockfile_internal()
H A Dstdio.c62 FILE *fp = cookie; in __sread() local
82 FILE *fp = cookie; in __swrite() local
102 FILE *fp = cookie; in __sseek() local
121 FILE *fp = cookie; in __sclose() local
H A Dwcio.h49 #define _SET_ORIENTATION(fp, mode) \ argument
59 #define WCIO_GET(fp) (&(_EXT(fp)->_wcio)) argument
60 #define WCIO_FREE(fp) \ argument
65 #define WCIO_FREEUB(fp) \ argument
H A Drefill.c56 lflush(FILE *fp) in lflush()
71 __srefill(FILE *fp) in __srefill()
H A Dgetc.c57 getc(FILE *fp) in getc()
70 getc_unlocked(FILE *fp) in getc_unlocked()
H A Dsetbuffer.c49 setbuffer(FILE *fp, char *buf, int size) in setbuffer()
62 setlinebuf(FILE *fp) in setlinebuf()
/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dtcap.c66 int tc_init (FILE *fp, const char *term) in tc_init()
175 int tc_init (FILE *fp, const char *term) in tc_init()
197 int tc_end (FILE *fp, const char *term) in tc_end()
210 int tc_end (FILE *fp, const char *term) in tc_end()
217 int tc_attr (FILE *fp, tc_att_t attr, int on) in tc_attr()
248 int tc_attr (FILE *fp, tc_att_t attr, int on) in tc_attr()
264 static int tc_printattr (FILE *fp, const char *attstr) in tc_printattr()
270 static int tc_printattr (FILE *fp, const char *attstr) in tc_printattr()
277 static int tc_color (FILE *fp, int color) in tc_color()
286 static int tc_color (FILE *fp, int color) in tc_color()
/minix3/games/rogue/
H A Dsave.c92 FILE *fp; in save_into_file() local
176 FILE *fp; in restore() local
255 write_pack(const object *pack, FILE *fp) in write_pack()
267 read_pack(object *pack, FILE *fp, boolean is_rogue) in read_pack()
295 rw_dungeon(FILE *fp, boolean rw) in rw_dungeon()
318 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id()
338 write_string(char *s, FILE *fp) in write_string()
349 read_string(char *s, FILE *fp, size_t len) in read_string()
364 rw_rooms(FILE *fp, boolean rw) in rw_rooms()
375 r_read(FILE *fp, void *buf, size_t n) in r_read()
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_asn1.c83 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a) in d2i_TS_MSG_IMPRINT_fp()
89 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a) in i2d_TS_MSG_IMPRINT_fp()
118 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a) in d2i_TS_REQ_fp()
123 int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a) in i2d_TS_REQ_fp()
166 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a) in d2i_TS_TST_INFO_fp()
172 int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a) in i2d_TS_TST_INFO_fp()
251 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a) in d2i_TS_RESP_fp()
256 int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a) in i2d_TS_RESP_fp()
/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c143 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
148 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp()
165 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
170 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
187 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
192 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) in i2d_PKCS7_fp()
209 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
214 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp()
233 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
238 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp()
[all …]
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c173 static struct hostent *(*fp)(const char *name); in idn_stub_gethostbyname() local
186 static struct hostent *(*fp)(const char *name, int af); in idn_stub_gethostbyname2() local
199 static struct hostent *(*fp)(GHBA_ADDR_T name, in idn_stub_gethostbyaddr() local
218 static int (*fp)(const char *name, struct hostent *result, in idn_stub_gethostbyname_r() local
236 static int (*fp)(const char *name, int af, struct hostent *result, in idn_stub_gethostbyname2_r() local
254 static int (*fp)(GHBA_ADDR_T addr, GHBA_ADDRLEN_T len, int type, in idn_stub_gethostbyaddr_r() local
274 static struct hostent *(*fp)(const char *name, struct hostent *result, in idn_stub_gethostbyname_r() local
291 static struct hostent *(*fp)(GHBA_ADDR_T addr, int len, int type, in idn_stub_gethostbyaddr_r() local
308 static struct hostent *(*fp)(const char *name, int af, int flags, in idn_stub_getipnodebyname() local
322 static struct hostent *(*fp)(const void *src, size_t len, int af, in idn_stub_getipnodebyaddr() local
[all …]
/minix3/usr.bin/sort/
H A Dfiles.c91 makeline(FILE *fp, RECHEADER *recbuf, u_char *bufend, struct field *dummy2) in makeline()
144 makekey(FILE *fp, RECHEADER *recbuf, u_char *bufend, struct field *ftbl) in makekey()
174 seq(FILE *fp, u_char **line) in seq()
227 putrec(const RECHEADER *rec, FILE *fp) in putrec()
237 putline(const RECHEADER *rec, FILE *fp) in putline()
247 putkeydump(const RECHEADER *rec, FILE *fp) in putkeydump()
257 geteasy(FILE *fp, RECHEADER *rec, u_char *end, struct field *dummy2) in geteasy()
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp71 void f5a(auto fp(int)->unk ...) {} // expected-error{{unknown type name 'unk'}} in fp() function
72 void f5b(auto fp(int)->auto ...) {} // expected-error{{'auto' not allowed in function return type}} in fp() function
73 void f5c(auto fp()->...) {} // expected-error{{expected a type}} in fp() function
/minix3/external/mit/expat/dist/xmlwf/
H A 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 …]
/minix3/lib/libcurses/
H A Dfileio.c55 __putnsp(nschar_t *nsp, FILE *fp) in __putnsp()
79 putwin(WINDOW *win, FILE *fp) in putwin()
137 __getnsp(nschar_t *nsp, FILE *fp) in __getnsp()
172 getwin(FILE *fp) in getwin()
/minix3/external/bsd/bind/dist/lib/lwres/
H A Dlwconfig.c136 eatline(FILE *fp) { in eatline()
153 eatwhite(FILE *fp) { in eatwhite()
174 getword(FILE *fp, char *buffer, size_t size) { in getword()
299 lwres_conf_parsenameserver(lwres_context_t *ctx, FILE *fp) { in lwres_conf_parsenameserver()
330 lwres_conf_parselwserver(lwres_context_t *ctx, FILE *fp) { in lwres_conf_parselwserver()
358 lwres_conf_parsedomain(lwres_context_t *ctx, FILE *fp) { in lwres_conf_parsedomain()
399 lwres_conf_parsesearch(lwres_context_t *ctx, FILE *fp) { in lwres_conf_parsesearch()
512 lwres_conf_parsesortlist(lwres_context_t *ctx, FILE *fp) { in lwres_conf_parsesortlist()
566 lwres_conf_parseoption(lwres_context_t *ctx, FILE *fp) { in lwres_conf_parseoption()
606 FILE *fp = NULL; in lwres_conf_parse() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke.pass.cpp56 void (*fp)(int) = f_void_1; in test_void_1() local
74 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
87 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local
131 int (*fp)(int) = f_int_1; in test_int_1() local
145 int (A_int_1::*fp)() = &A_int_1::mem1; in test_int_1() local
154 int (A_int_1::*fp)() const = &A_int_1::mem2; in test_int_1() local
163 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local
209 void (*fp)(int, int) = f_void_2; in test_void_2() local
229 void (A_void_2::*fp)(int) = &A_void_2::mem1; in test_void_2() local
243 void (A_void_2::*fp)(int) const = &A_void_2::mem2; in test_void_2() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke.pass.cpp56 void (*fp)(int) = f_void_1; in test_void_1() local
74 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
87 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local
131 int (*fp)(int) = f_int_1; in test_int_1() local
145 int (A_int_1::*fp)() = &A_int_1::mem1; in test_int_1() local
154 int (A_int_1::*fp)() const = &A_int_1::mem2; in test_int_1() local
163 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local
209 void (*fp)(int, int) = f_void_2; in test_void_2() local
229 void (A_void_2::*fp)(int) = &A_void_2::mem1; in test_void_2() local
243 void (A_void_2::*fp)(int) const = &A_void_2::mem2; in test_void_2() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp44 int (*fp)() = f_int_0; in test_int_0() local
82 void (*fp)() = f_void_0; in test_void_0() local
130 void (*fp)(int) = f_void_1; in test_void_1() local
148 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local
162 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local
207 int (*fp)(int) = f_int_1; in test_int_1() local
221 int (A_int_1::*fp)() = &A_int_1::mem1; in test_int_1() local
231 int (A_int_1::*fp)() const = &A_int_1::mem2; in test_int_1() local
241 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local
288 void (*fp)(int, int) = f_void_2; in test_void_2() local
[all …]

12345678910>>...25