Searched refs:fp (Results 51 - 75 of 2254) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dscheck.c32 register const char * fp; local
44 fp = format;
46 while ((*tp++ = c = *fp++) != '\0') {
49 if (*fp == '%') {
50 *tp++ = *fp++;
54 if (*fp == '*')
55 ++fp;
56 while (is_digit(*fp))
57 *tp++ = *fp++;
58 if (*fp
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintfr.c93 void printfr(fp, iocfunc)
94 struct frentry *fp;
105 type = fp->fr_type & ~FR_T_BUILTIN;
107 if ((fp->fr_type & FR_T_BUILTIN) != 0)
110 if (fp->fr_collect != 0)
111 printf("%u ", fp->fr_collect);
113 if (fp->fr_type == FR_T_CALLFUNC) {
115 } else if (fp->fr_func != NULL) {
117 if ((fp->fr_flags & FR_CALLNOW) != 0)
119 s = kvatoname(fp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m32r/
H A Dallinsn.s8 add fp,fp
12 add3 fp,fp,#0
16 and fp,fp
20 and3 fp,fp,#0
24 or fp,fp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Ddebug.c52 dmp_frag (fp, indent)
53 struct frag *fp;
56 for (; fp; fp = fp->fr_next)
58 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
59 switch (fp->fr_type)
62 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
65 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
67 var_chars (fp, f
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dcrtn.s35 unlk %fp
39 unlk %fp
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dspec1.C5 void (&fp)() throw () = f; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt09.C6 static bs_1::pfi fp; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040614-1.c2 void f(int r1, int *fp) argument
6 *fp = 0;
8 fp += 8;
10 *fp = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/eh/
H A Dspec1.C5 void (&fp)() throw () = f; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt09.C6 static bs_1::pfi fp; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040614-1.c2 void f(int r1, int *fp) argument
6 *fp = 0;
8 fp += 8;
10 *fp = 0;
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dwbuf.c56 __swbuf(c, fp)
58 FILE *fp;
62 _DIAGASSERT(fp != NULL);
64 _SET_ORIENTATION(fp, -1);
73 fp->_w = fp->_lbfsize;
74 if (cantwrite(fp)) {
89 n = fp->_p - fp->_bf._base;
90 if (n >= fp
[all...]
H A Dclrerr.c51 clearerr(fp)
52 FILE *fp;
54 _DIAGASSERT(fp != NULL);
56 FLOCKFILE(fp);
57 __sclearerr(fp);
58 FUNLOCKFILE(fp);
H A Dfeof.c55 feof(fp)
56 FILE *fp;
60 _DIAGASSERT(fp != NULL);
62 FLOCKFILE(fp);
63 r = __sfeof(fp);
64 FUNLOCKFILE(fp);
H A Dferror.c55 ferror(fp)
56 FILE *fp;
60 _DIAGASSERT(fp != NULL);
62 FLOCKFILE(fp);
63 r = __sferror(fp);
64 FUNLOCKFILE(fp);
H A Dfgetc.c51 fgetc(fp)
52 FILE *fp;
56 _DIAGASSERT(fp != NULL);
58 FLOCKFILE(fp);
59 r = __sgetc(fp);
60 FUNLOCKFILE(fp);
H A Dfputc.c51 fputc(c, fp)
53 FILE *fp;
57 _DIAGASSERT(fp != NULL);
59 FLOCKFILE(fp);
60 r = __sputc(c, fp);
61 FUNLOCKFILE(fp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dpr32253.C2 template<void (*... fp)()> struct A
4 A() { fp(); } // { dg-error "not expanded|fp" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dvisibility-8.c12 fputs_unlocked (str, fp)
14 int *fp;
/netbsd-6-1-5-RELEASE/lib/csu/arch/arm/
H A Dcrtn.S41 ldmea fp, {fp, sp, pc}
44 ldmea fp, {fp, sp, pc}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dvisibility-8.c12 fputs_unlocked (str, fp)
14 int *fp;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfwriteerror.h46 Return 0 if no error occurred and fclose (fp) succeeded.
51 extern int fwriteerror (FILE *fp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-pre-12.c9 double (*fp) (double) __attribute__ ((const));
13 fp = sin;
14 c = fp (a);
19 fp = cos;
20 c = fp (a);
22 d = fp (a);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-pre-12.c9 double (*fp) (double) __attribute__ ((const));
13 fp = sin;
14 c = fp (a);
19 fp = cos;
20 c = fp (a);
22 d = fp (a);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_getexp.c44 struct fpn *fp = &fe->fe_f2; local
48 if (fp->fp_class == FPC_INF) {
49 fp = fpu_newnan(fe);
51 } else if (fp->fp_class == FPC_NUM) { /* a number */
52 fpu_explode(fe, &fe->fe_f3, FTYPE_LNG, &fp->fp_exp);
53 fp = &fe->fe_f3;
54 } else if (fp->fp_class == FPC_SNAN) { /* signaling NaN */
56 } /* else if fp == zero or fp == quiet NaN, return itself */
57 return fp;
63 struct fpn *fp = &fe->fe_f2; local
[all...]

Completed in 220 milliseconds

1234567891011>>