Home
last modified time | relevance | path

Searched refs:f (Results 251 – 275 of 2568) sorted by relevance

1...<<11121314151617181920>>...103

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c46 init_pair(short pair, short f, short b) in init_pair() argument
53 f < 0 || b < 0 || f >= COLORS || b >= COLORS) in init_pair()
60 if (ptp->foreground == f && ptp->background == b) in init_pair()
63 ptp->foreground = f; in init_pair()
115 _init_HP_pair(pair, f, b); in init_pair()
131 _init_HP_pair(short pair, short f, short b) in _init_HP_pair() argument
137 (long) ctp[f].r, (long) ctp[f].g, (long) ctp[f].b, in _init_HP_pair()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java562 buf.append("\n\tvalue: " + f.format(val)); in toZoneString()
563 buf.append("\n\tsd: " + f.format(sd)); in toZoneString()
566 buf.append("-" + f.format(target + sd)); in toZoneString()
587 "\n\tmean: " + f.format(mean) + in toString()
588 "\n\tsd: " + f.format(sd) + in toString()
590 "\n\t\tC:" + f.format(mean - sd) + in toString()
591 "-" + f.format(mean + sd) + in toString()
592 "\n\t\tB:" + f.format(mean - 2 * sd) + in toString()
593 "-" + f.format(mean + 2 * sd) + in toString()
594 "\n\t\tA:" + f.format(mean - 3 * sd) + in toString()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dmodff.c39 float f; in __modff() member
43 xx.f = x; in __modff()
50 return (xx.f); in __modff()
55 *iptr = xx.f; in __modff()
62 *iptr = yy.f; in __modff()
63 xx.f -= yy.f; in __modff()
66 return (xx.f); in __modff()
/illumos-gate/usr/src/cmd/eqn/
H A Dfunny.c22 char *f; in funny() local
27 f = "\\(*S"; break; in funny()
29 f = "\\(cu"; break; in funny()
31 f = "\\(ca"; break; in funny()
33 f = "\\(*P"; break; in funny()
39 yyval, ps, f, ps); in funny()
43 printf(".ds %d %s\n", yyval, f); in funny()
49 yyval, f, eht[yyval], ebase[yyval]); in funny()
/illumos-gate/usr/src/cmd/localedef/
H A Dtime.c218 FILE *f; in dump_time() local
221 if ((f = open_category()) == NULL) { in dump_time()
226 if (putl_category(tm.mon[i], f) == EOF) { in dump_time()
231 if (putl_category(tm.month[i], f) == EOF) { in dump_time()
236 if (putl_category(tm.wday[i], f) == EOF) { in dump_time()
252 if ((putl_category(tm.X_fmt, f) == EOF) || in dump_time()
253 (putl_category(tm.x_fmt, f) == EOF) || in dump_time()
254 (putl_category(tm.c_fmt, f) == EOF) || in dump_time()
255 (putl_category(tm.am, f) == EOF) || in dump_time()
256 (putl_category(tm.pm, f) == EOF) || in dump_time()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c48 static int zf_close(struct open_file *f);
164 zf_open(const char *fname, struct open_file *f) in zf_open() argument
174 if (f->f_flags != F_READ) in zf_open()
230 f->f_fsdata = zf; in zf_open()
235 zf_close(struct open_file *f) in zf_close() argument
237 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_close()
248 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_read()
283 zf_rewind(struct open_file *f) in zf_rewind() argument
285 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_rewind()
300 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_seek()
[all …]
H A Dsplitfs.c49 static int splitfs_close(struct open_file *f);
52 static int splitfs_stat(struct open_file *f, struct stat *sb);
104 splitfs_open(const char *fname, struct open_file *f) in splitfs_open() argument
112 if (f->f_flags != F_READ) in splitfs_open()
176 f->f_fsdata = sf; in splitfs_open()
181 splitfs_close(struct open_file *f) in splitfs_close() argument
186 sf = (struct split_file *)f->f_fsdata; in splitfs_close()
199 sf = (struct split_file *)f->f_fsdata; in splitfs_read()
235 splitfs_seek(struct open_file *f, off_t offset, int where) in splitfs_seek() argument
242 sf = (struct split_file *)f->f_fsdata; in splitfs_seek()
[all …]
H A Dfstat.c41 struct open_file *f; in fstat() local
43 f = fd2open_file(fd); in fstat()
44 if (f == NULL || f->f_flags == 0) { in fstat()
50 if (f->f_flags & F_RAW) { in fstat()
55 errno = (f->f_ops->fo_stat)(f, sb); in fstat()
H A Dioctl.c70 struct open_file *f; in ioctl() local
72 f = fd2open_file(fd); in ioctl()
73 if (f == NULL || f->f_flags == 0) { in ioctl()
77 if (f->f_flags & F_RAW) { in ioctl()
78 errno = (f->f_dev->dv_ioctl)(f, cmd, arg); in ioctl()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c577 FILE *f; local
779 fclose(f);
852 fclose(f);
1028 FILE *f; in AutoInstall() local
1055 if (f) { in AutoInstall()
1063 f = NULL; in AutoInstall()
1078 f = NULL; in AutoInstall()
1093 fclose(f); in AutoInstall()
1097 if (f) { in AutoInstall()
1102 fclose(f); in AutoInstall()
[all …]
/illumos-gate/usr/src/cmd/sgs/common/
H A Dfindprime.c36 uint_t h, f; in findprime() local
49 for (h = count, f = 2; f * f <= h; f++) in findprime()
50 if ((h % f) == 0) in findprime()
51 h += f = 1; in findprime()
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.fsbase.out1 libdis_test: f3 48 0f ae c0 rdfsbase %rax
2 libdis_test+0x5: f3 48 0f ae cb rdgsbase %rbx
3 libdis_test+0xa: f3 48 0f ae d1 wrfsbase %rcx
4 libdis_test+0xf: f3 48 0f ae da wrgsbase %rdx
5 libdis_test+0x14: f3 0f ae c0 rdfsbase %eax
6 libdis_test+0x18: f3 0f ae cb rdgsbase %ebx
7 libdis_test+0x1c: f3 0f ae d1 wrfsbase %ecx
8 libdis_test+0x20: f3 0f ae da wrgsbase %edx
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dputpwent.c40 putpwent(const struct passwd *p, FILE *f) in putpwent() argument
44 (void) fprintf(f, "%s:%s", p->pw_name, in putpwent()
47 (void) fprintf(f, ",%s", p->pw_age); /* fatal "," */ in putpwent()
51 (void) fprintf(f, ":::%s:%s:%s", in putpwent()
56 (void) fprintf(f, ":%u:%u:%s:%s:%s", in putpwent()
63 (void) putc('\n', f); in putpwent()
64 (void) fflush(f); in putpwent()
65 return (ferror(f)); in putpwent()
/illumos-gate/usr/src/common/font/
H A Dfont.c391 struct font *f, in font_bit_to_pix4() argument
410 cp = font_lookup(f, c); in font_bit_to_pix4()
452 struct font *f, in font_bit_to_pix8() argument
472 cp = font_lookup(f, c); in font_bit_to_pix8()
476 bitsleft = f->vf_width; in font_bit_to_pix8()
515 struct font *f, in font_bit_to_pix16() argument
534 cp = font_lookup(f, c); in font_bit_to_pix16()
577 struct font *f, in font_bit_to_pix24() argument
596 cp = font_lookup(f, c); in font_bit_to_pix24()
644 struct font *f, in font_bit_to_pix32() argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpopen.c136 Sfio_t* sfpopen(f,command,mode) in sfpopen()
137 Sfio_t* f; in sfpopen()
153 if(f == (Sfio_t*)(-1))
155 f = NIL(Sfio_t*);
171 if (!(f = sfnew(f, NIL(Void_t*), (size_t)SF_UNBOUND,
175 if (f) sfclose(f);
180 return f;
217 if(f == (Sfio_t*)(-1))
219 f = NIL(Sfio_t*);
239 { (void)sfclose(f);
[all …]
H A Dsfprintf.c30 int sfprintf(Sfio_t* f, const char* form, ...) in sfprintf() argument
42 reg Sfio_t* f; in sfprintf() local
45 f = va_arg(args,Sfio_t*); in sfprintf()
48 rv = sfvprintf(f,form,args); in sfprintf()
64 Sfio_t *f; local
70 f = sfnew(NIL(Sfio_t*),NIL(char*),(size_t)SF_UNBOUND, -1,SF_WRITE|SF_STRING);
72 if(!f)
75 if((rv = sfvprintf(f,form,args)) < 0 )
82 memcpy(s, f->data, n);
86 sfclose(f);
H A Dsfprints.c41 static Sfio_t* f; local
43 if(!f) /* make a string stream to write into */
45 f = sfnew(NIL(Sfio_t*),NIL(char*),(size_t)SF_UNBOUND, -1,SF_WRITE|SF_STRING);
47 if(!f)
51 sfseek(f,(Sfoff_t)0,SEEK_SET);
52 rv = sfvprintf(f,form,args);
54 if(rv < 0 || sfputc(f,'\0') < 0)
57 _Sfi = (f->next - f->data) - 1;
58 return (char*)f->data;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield_stat.c37 set_field_status(FIELD *f, int status) in set_field_status() argument
39 f = Field(f); in set_field_status()
42 Set(f, USR_CHG); in set_field_status()
44 Clr(f, USR_CHG); in set_field_status()
50 field_status(FIELD *f) in field_status() argument
58 if (Status(Field(f), USR_CHG)) in field_status()
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S67 fbe 9f ! next_return
69 fbu,a 9f ! next_return
72 bne 1f
76 ba 4f ! next_final
78 1: bge 2f
81 fbl 1f ! next_subulp
83 fbg 3f ! next_addulp
86 fbl 3f ! next_addulp
90 ba 4f ! next_final
99 be,a 1f ! xflow
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duniq.c109 if (f = fields) in uniq()
120 for (f = chars; f; f--) in uniq()
172 f = 0; in uniq()
173 while(f < CWIDTH-1) in uniq()
174 outp[f++] = ' '; in uniq()
175 outp[f++] = '0' + count + 1; in uniq()
176 outp[f] = ' '; in uniq()
181 f = CWIDTH; in uniq()
182 outp[f--] = ' '; in uniq()
187 while (f >= 0) in uniq()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.expr240 try { f = 1; $f++; print f, $f }
244 try { f[1]=1; f[2]=2; print $f[1], $f[1]++, $f[2], f[1], f[2] }
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_find_001_pos.ksh59 f=$(getitem $i $initfiles)
60 ff=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
62 if [[ $ff != $f ]]; then
65 log_note "find $f by '-xattr'."
71 fa=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
79 log_note "find all attribute files of $f"
/illumos-gate/usr/src/cmd/rctladm/
H A Drctladm.c371 (void) fprintf(f, " ["); in rctlblk_display()
374 (void) fprintf(f, " no-basic"); in rctlblk_display()
378 (void) fprintf(f, " deny"); in rctlblk_display()
380 (void) fprintf(f, " no-deny"); in rctlblk_display()
388 (void) fprintf(f, " no-obs"); in rctlblk_display()
390 (void) fprintf(f, " inf"); in rctlblk_display()
394 (void) fprintf(f, " seconds"); in rctlblk_display()
396 (void) fprintf(f, " bytes"); in rctlblk_display()
398 (void) fprintf(f, " count"); in rctlblk_display()
400 (void) fprintf(f, " ]"); in rctlblk_display()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/data/
H A Dmdb_xregs.zmm.648 [383:256] 0x11900461 11900460 1190045f 1190045e
13 [383:256] 0x11900471 11900470 1190046f 1190046e
18 [383:256] 0x11900481 11900480 1190047f 1190047e
23 [383:256] 0x11900491 11900490 1190048f 1190048e
28 [383:256] 0x119004a1 119004a0 1190049f 1190049e
63 [383:256] 0x11900511 11900510 1190050f 1190050e
68 [383:256] 0x11900521 11900520 1190051f 1190051e
73 [383:256] 0x11900531 11900530 1190052f 1190052e
78 [383:256] 0x11900541 11900540 1190053f 1190053e
83 [383:256] 0x11900551 11900550 1190054f 1190054e
[all …]
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c194 const char *f = "amd_iommu_start"; in amd_iommu_start() local
252 const char *f = "amd_iommu_stop"; in amd_iommu_stop() local
353 f, driver, instance, in amd_iommu_setup_tables_and_buffers()
961 f, driver, instance, idx); in amd_iommu_init()
1157 f, driver, instance); in amd_iommu_init()
1230 f, driver, instance, idx); in amd_iommu_fini()
1260 f, driver, instance); in amd_iommu_setup()
1318 "failed to init IOMMU", f, in amd_iommu_setup()
1592 f, path); in unmap_current_window()
1650 f, path, in amd_iommu_bindhdl()
[all …]

1...<<11121314151617181920>>...103