Searched refs:fp (Results 226 - 250 of 2254) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dcallvec.c47 funcp_t *fp; local
49 fp = (void *)&callvec;
51 fp[i] = (funcp_t)MIPS_PROM_ENTRY(i);
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfdopen.c66 FILE *fp; local
106 if ((fp = __sfp()) == NULL)
108 fp->_flags = flags;
115 fp->_flags |= __SAPP;
116 fp->_file = fd;
117 fp->_cookie = fp;
118 fp->_read = __sread;
119 fp->_write = __swrite;
120 fp
[all...]
H A Dfwalk.c55 FILE *fp; local
63 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
64 if (fp->_flags != 0)
65 ret |= (*function)(fp);
H A Dfwide.c43 fwide(FILE *fp, int mode) argument
47 _DIAGASSERT(fp != NULL);
60 FLOCKFILE(fp);
61 wcio = WCIO_GET(fp);
69 FUNLOCKFILE(fp);
H A Dfputs.c56 fputs(s, fp)
58 FILE *fp;
65 _DIAGASSERT(fp != NULL);
74 FLOCKFILE(fp);
75 _SET_ORIENTATION(fp, -1);
76 r = __sfvwrite(fp, &uio);
77 FUNLOCKFILE(fp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Di387-fp.c21 #include "i387-fp.h"
119 struct i387_fsave *fp = (struct i387_fsave *) buf; local
126 ((char *) &fp->st_space[0]) + i * 10);
128 collect_register_by_name (regcache, "fioff", &fp->fioff);
129 collect_register_by_name (regcache, "fooff", &fp->fooff);
133 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
137 fp->fctrl = val;
141 fp->fstat = val;
145 fp
159 struct i387_fsave *fp = (struct i387_fsave *) buf; local
195 struct i387_fxsave *fp = (struct i387_fxsave *) buf; local
246 struct i387_xsave *fp = (struct i387_xsave *) buf; local
366 i387_ftag(struct i387_fxsave *fp, int regno) argument
415 struct i387_fxsave *fp = (struct i387_fxsave *) buf; local
466 struct i387_xsave *fp = (struct i387_xsave *) buf; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dmachdep.c109 trap(struct trapframe *fp) argument
122 fp->tf_format, fp->tf_format, fp->tf_sr, fp->tf_pc);
124 fp->tf_regs[0], fp->tf_regs[1],
125 fp->tf_regs[2], fp->tf_regs[3],
126 fp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_explode.c62 static int fpu_itof(struct fpn *fp, u_int i);
63 static int fpu_stof(struct fpn *fp, u_int i);
64 static int fpu_dtof(struct fpn *fp, u_int i, u_int j);
65 static int fpu_xtof(struct fpn *fp, u_int i, u_int j, u_int k);
90 fpu_itof(register struct fpn *fp, register u_int i) argument
101 fp->fp_exp = FP_LG;
102 fp->fp_mant[0] = (int)i < 0 ? -i : i;
103 fp->fp_mant[1] = 0;
104 fp->fp_mant[2] = 0;
105 fpu_norm(fp);
146 fpu_stof(register struct fpn *fp, register u_int i) argument
164 fpu_dtof(register struct fpn *fp, register u_int i, register u_int j) argument
183 fpu_xtof(register struct fpn *fp, register u_int i, register u_int j, register u_int k) argument
226 fpu_explode(register struct fpemu *fe, register struct fpn *fp, int type, register u_int *space) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m32r/
H A Dm32rx.s17 cmpz fp
22 cmpeq fp, fp
27 maclh1 fp, fp
32 msblo fp, fp
37 mulwu1 fp, fp
42 macwu1 fp, f
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dmodify.c43 FILE *fp; local
62 if ( (fp = opensock( si->si_sockpath )) == NULL ) {
69 fprintf( fp, "MODIFY\n" );
70 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
71 sock_print_conn( fp, op->o_conn, si );
72 sock_print_suffixes( fp, op->o_bd );
73 fprintf( fp, "dn: %s\n", op->o_req_dn.bv_val );
81 fprintf( fp, "add: %s\n", mod->sm_desc->ad_cname.bv_val );
85 fprintf( fp, "delete: %s\n", mod->sm_desc->ad_cname.bv_val );
89 fprintf( fp, "replac
[all...]
H A Dcompare.c41 FILE *fp; local
59 if ( (fp = opensock( si->si_sockpath )) == NULL ) {
71 fprintf( fp, "COMPARE\n" );
72 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
73 sock_print_conn( fp, op->o_conn, si );
74 sock_print_suffixes( fp, op->o_bd );
75 fprintf( fp, "dn: %s\n", op->o_req_dn.bv_val );
76 fprintf( fp, "%s: %s\n",
79 fclose( fp );
82 sock_read_and_send_results( op, rs, fp );
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmkswap.c91 FILE *fp; local
97 if ((fp = fopen(tname, "w")) == NULL) {
102 autogen_comment(fp, fname);
105 "#include <sys/conf.h>\n\n", fp);
115 fprintf(fp, "const char *rootspec = %s;\n", specinfo);
116 fprintf(fp, "dev_t\trootdev = %s;\t/* %s */\n\n",
128 fprintf(fp, "const char *dumpspec = %s;\n", specinfo);
129 fprintf(fp, "dev_t\tdumpdev = %s;\t/* %s */\n\n",
136 fprintf(fp, "const char *rootfstype = \"%s\";\n",
139 fflush(fp);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c8 static SOCKET (PASCAL *fp)(SOCKET a0, struct sockaddr* a1, int* a2);
13 if (fp == NULL) {
19 fp = p;
21 return (*fp)(a0, a1, a2);
27 static int (PASCAL *fp)(SOCKET a0, const struct sockaddr* a1, int a2);
32 if (fp == NULL) {
38 fp = p;
40 return (*fp)(a0, a1, a2);
46 static int (PASCAL *fp)(SOCKET a0);
51 if (fp
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_portal/examples/
H A Dfing.c9 FILE *fp; local
18 fp = fopen(fingerpath, "r+");
19 if (!fp)
23 fprintf(fp, "%s\n", name);
24 n = fread(buff, (size_t) 1, FING_BUFSIZE, fp);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dopen_lock.c62 VSTREAM *fp; local
69 if ((fp = safe_open(path, flags, mode, (struct stat *) 0, -1, -1, why)) == 0)
71 if (myflock(vstream_fileno(fp), INTERNAL_LOCK,
74 vstream_fclose(fp);
77 return (fp);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dfits_s.h30 mp_srcptr fp; local
42 fp = PTR(f);
47 fl = fp[fn-1];
52 fl = fp[fn-1];
57 fl |= fp[fn-2];
H A Dfits_u.h30 mp_srcptr fp; local
42 fp = PTR(f);
46 fl = fp[fn-1];
51 fl = fp[fn-1];
56 fl |= fp[fn-2];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c8 static SOCKET (PASCAL *fp)(SOCKET a0, struct sockaddr* a1, int* a2);
13 if (fp == NULL) {
19 fp = p;
21 return (*fp)(a0, a1, a2);
27 static int (PASCAL *fp)(SOCKET a0, const struct sockaddr* a1, int a2);
32 if (fp == NULL) {
38 fp = p;
40 return (*fp)(a0, a1, a2);
46 static int (PASCAL *fp)(SOCKET a0);
51 if (fp
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/stdio/
H A Dt_fmemopen.c131 FILE *fp; local
134 fp = fmemopen(&buf[0], sizeof(buf), *p);
139 ATF_CHECK(fp != NULL);
141 ATF_CHECK(fclose(fp) == 0);
159 FILE *fp; local
166 fp = fmemopen(NULL, BUFSIZ, *p);
167 ATF_CHECK(fp != NULL);
173 ATF_CHECK(ftello(fp) == (off_t)0);
175 ATF_CHECK(fclose(fp) == 0);
188 FILE *fp; local
224 FILE *fp; local
258 FILE *fp; local
300 FILE *fp; local
329 FILE *fp; local
356 FILE *fp; local
387 FILE *fp; local
417 FILE *fp; local
469 FILE *fp; local
518 FILE *fp; local
578 FILE *fp; local
636 FILE *fp; local
688 FILE *fp; local
756 FILE *fp; local
792 FILE *fp; local
829 FILE *fp; local
882 FILE *fp; local
945 FILE *fp; local
1004 FILE *fp; local
1057 FILE *fp; local
1113 FILE *fp; local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/catalog/
H A Ddump.c25 parse(fp)
26 FILE *fp;
31 if ((s = getc(fp)) == EOF) \
37 if ((ch = getc(fp)) == EOF) \
44 if ((ch = getc(fp)) == EOF) \
60 if ((ch = getc(fp)) == EOF)
66 if ((ch = getc(fp)) == EOF)
80 FILE *fp; local
83 if ((fp = fopen(*argv, "r")) == NULL) {
87 parse(fp);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dprintmsg.c52 FILE *fp = NULL; local
65 fp = fopen( slapi_log_file, "a" );
66 if ( fp == NULL) {
74 while ( lockf( fileno( fp ), F_LOCK, 0 ) != 0 ) {
81 fputs( timeStr, fp );
83 fprintf( fp, " %s: ", subsystem );
84 vfprintf( fp, fmt, arglist );
86 fputs( "\n", fp );
88 fflush( fp );
90 lockf( fileno( fp ), F_ULOC
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/s390/32/
H A D_fixtfdi.c28 #define EXPD(fp) (((fp.l.i[0]) >> 16) & 0x7FFF)
33 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT)
34 #define MANTD_HIGH_LL(fp) ((fp.ll[0] & HIGH_LL_FRAC_MASK) | HIGH_LL_UNIT_BIT)
35 #define MANTD_LOW_LL(fp) (fp.ll[1])
36 #define FRACD_ZERO_P(fp) (!fp
[all...]
H A D_fixunstfdi.c28 #define EXPD(fp) (((fp.l.i[0]) >> 16) & 0x7FFF)
33 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT)
34 #define MANTD_HIGH_LL(fp) ((fp.ll[0] & HIGH_LL_FRAC_MASK) | HIGH_LL_UNIT_BIT)
35 #define MANTD_LOW_LL(fp) (fp.ll[1])
36 #define FRACD_ZERO_P(fp) (!fp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-multiple-scanners-r/
H A Dmain.c33 FILE * fp; local
40 if((fp = fopen("scanner-1.tables","r")) == 0){
44 if(S1_tables_fload(fp,scan1) != 0){
48 fclose(fp);
50 if((fp = fopen("scanner-2.tables","r")) == 0){
54 if(S2_tables_fload(fp,scan2) != 0){
58 fclose(fp);
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/podulebus/
H A Dpodloader_asm.S52 stmfd sp!, {r4, r5, fp, ip, lr, pc}
53 sub fp, ip, #4
54 ldr r4, [fp, #4] /* fetch entry */
55 stmfd sp!, {fp} /* Save FP, since that's R11 */
59 ldmfd sp!, {fp}
62 ldmdb fp, {r4, r5, fp, sp, pc}

Completed in 344 milliseconds

1234567891011>>