Searched defs:fp (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c720 FILE *fp, XF86OptionPtr option, const char * const whitespace[])
735 xf86printFields(fp, whitespace, "Option", NULL);
737 fprintf(fp, "\"%s\" \"%s\"%s",
740 fprintf(fp, "\"%s\"%s", option->opt_name, comment);
753 FILE *fp, XF86OptionPtr list, const char * const whitespace[])
757 xf86printOption(fp, list, whitespace);
719 xf86printOption( FILE *fp, XF86OptionPtr option, const char * const whitespace[]) argument
752 xf86printOptionList( FILE *fp, XF86OptionPtr list, const char * const whitespace[]) argument
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c717 FormWidget fp = (FormWidget) XtParent(new); local
729 Layout(fp, 0, 0, True);
730 else fp->form.needs_relayout = True;
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c622 u_char *fp ; /* flag pointer */ local
651 fp = (u_char *)infop + infop->cm_shadowofs +
653 for(n=count ; --n >= 0 ; *fp++ = 1 ) ;
667 for (n=count, ip=red, fp=hwshadow; --n >= 0; *fp++ = *ip++);
669 for (n=count, ip=green, fp=hwshadow; --n >= 0; *fp++ = *ip++);
671 for (n=count, ip=blue, fp=hwshadow; --n >= 0; *fp++ = *ip++);
826 u_char *fp ; /* fla local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1271 static int _XPrintDefaultError (Display *dpy, XErrorEvent *event, FILE *fp) argument
1281 (void) fprintf(fp, "%s: %s\n ", mesg, buffer);
1284 (void) fprintf(fp, mesg, event->request_code);
1298 (void) fprintf(fp, " (%s)\n", buffer);
1302 fputs(" ", fp);
1303 (void) fprintf(fp, mesg, event->minor_code);
1307 (void) fprintf(fp, " (%s)", buffer);
1309 fputs("\n", fp);
1334 fputs(" ", fp);
1335 (void) fprintf(fp, mes
[all...]
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c728 readLine(FILE *fp, char **lineBuf, int *lineNumber) argument
739 result = fgets(*lineBuf, LINEALLOCUNIT, fp);
760 LINEALLOCUNIT, fp);
779 return(readLine(fp, lineBuf, lineNumber));
895 FILE *fp; local
900 fp = fopen(fileName, "r");
901 if (!fp)
903 if (readLockOWconfig(fileno(fp)) != OWCFG_OK) {
904 (void)fclose(fp);
914 while (readLine(fp,
1018 writeString(FILE *fp, char *str) argument
1044 writeDatabase(FILE *fp) argument
1162 FILE *fp; local
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c618 FILE *fp; local
624 if ((fp = fopen(TSOLPOLICYFILE, "r")) == NULL) {
631 while (fgets(buf, sizeof (buf), fp) != NULL) {
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessX.c2655 Bool ReadHelpFile(FILE *fp) argument
2657 Bool ReadHelpFile(fp)
2658 FILE * fp;
2670 ptr = fgets(line, size, fp);
2675 ptr = fgets(line, size, fp);
2701 ptr = fgets(line, size, fp);
2709 ptr = fgets(line, size, fp);
2737 ptr = fgets(line, size, fp);
2745 ptr = fgets(line, size, fp);
2773 ptr = fgets(line, size, fp);
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c3049 static struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc, u32 dpll, u32 fp) argument
3080 fp == I915_READ(PCH_FP0(pll->id))) {
3119 I915_WRITE(PCH_FP0(pll->id), fp);
4311 u32 fp, fp2 = 0; local
4314 fp = pnv_dpll_compute_fp(&crtc->config.dpll);
4318 fp = i9xx_dpll_compute_fp(&crtc->config.dpll);
4323 I915_WRITE(FP0(pipe), fp); local
4331 I915_WRITE(FP1(pipe), fp); local
5614 u32 *fp,
5650 *fp |
5613 ironlake_compute_dpll(struct intel_crtc *intel_crtc, u32 *fp, intel_clock_t *reduced_clock, u32 *fp2) argument
5709 u32 dpll = 0, fp = 0, fp2 = 0; local
6948 u32 fp; local
[all...]

Completed in 2750 milliseconds