| /onnv/onnv-gate/usr/src/cmd/fmli/form/ |
| frefresh.c | 50 formfield ff, (*disp)(); local 63 ff = (*disp)(0, argptr); 64 for (i = 0; ff.name != NULL; ff = (*disp)(++i, argptr)) { 72 checkffield(fptr, &ff); 73 maxrows = max(maxrows, max(ff.frow + ff.rows, ff.nrow + 1)); 74 maxcols = max(maxcols, max(ff.fcol + ff.cols, ff.ncol + strlen(ff.name))) [all...] |
| fclose.c | 48 formfield ff, (*disp)(); local 59 for (i = 0, ff = (*disp)(0, argptr); ff.name != NULL; ff = (*disp)(++i, argptr)) 60 if (*(ff.ptr)) 61 endfield(*(ff.ptr));
|
| fdefault.c | 145 formfield ff, (*disp)(); local 168 ff = (*disp)(0, argptr); /* header field */ 169 if (*(ff.ptr)) { 170 endfield((ifield *) *(ff.ptr)); 171 *(ff.ptr) = (char *) newfield(ff.frow, ff.fcol, 172 rows - 2 , cols - 2, ff.flags); 173 header_rows = ff.rows; 174 ff.cols = cols - 2 200 formfield ff; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sftmp.c | 65 reg File_t *ff, *last; local 75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next) 76 if(ff->f == f) 78 if(ff) 80 File = ff->next; 81 else last->next = ff->next 103 { reg File_t *ff, *next; local 127 reg File_t* ff; local [all...] |
| sfhdr.h | 367 #define SFMTXdecl(ff,_mf_) Sfio_t* _mf_ = (ff) 368 #define SFMTXbegin(ff,_mf_,rv) \ 369 { if((ff)->_flags&SF_MTSAFE) \ 370 { (_mf_) = (ff); \ 371 if(sfmutex((ff), SFMTX_LOCK) != 0) return(rv); \ 373 { (*_Sfnotify)((_mf_), SF_MTACCESS, (Void_t*)(&(ff)) ); \ 374 if(!(ff)) (ff) = (_mf_); \ 378 #define SFMTXend(ff,_mf_) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/ |
| DESC | 47 hy ct fi fl ff Fi Fl dg em 14 34 12 \- en \' aa
|
| DESC.big | 38 hy ct fi fl ff Fi Fl dg em 14 34 12 \- en \' aa
|
| DESC.small | 42 hy ct fi fl ff Fi Fl dg em 14 34 12 \- en \' aa
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/ff/ |
| Makefile | 30 LIBPROG= ff
|
| /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamhd/ |
| mhd_failfast.c | 32 #include "ff.h" 63 return (mhd_error(mhep, errno, "/dev/ff")); 88 ((sp->sr_ff = open("/dev/ff", O_RDWR, 0)) < 0)) { 89 return (mhd_error(mhep, errno, "/dev/ff")); 103 return (mhd_error(mhep, errno, "/dev/ff")); 123 return (mhd_error(mhep, errno, "/dev/ff")); 153 rval = mhd_error(mhep, errno, "/dev/ff"); 169 uint_t ff = sp->sr_timeouts.mh_ff; local 179 if (ff == 0) 186 si.ic_len = sizeof (ff); 203 uint_t ff = 0; local 231 mhd_msec_t ff = sp->sr_timeouts.mh_ff; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| poolstat.c | 382 poolstat_field_format_t *ff; /* current format field */ local 399 ff = lf->plf_ffs + ffIdx; 400 if (strcmp(ff->pff_name, name) == 0) { 401 ff->pff_prt |= PABLE_FIELD; 419 lf->plf_last->ple_obj = ff; /* refer to the format field */ 434 * Format one statistic field and put it into the 'str' buffer. 'ff' contains 438 default_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) 442 switch (ff->pff_type) { 445 v = *((int64_t *)(void *)(data + ff->pff_offset)); 447 ff->pff_width, ff->pff_minwidth, v) 646 poolstat_field_format_t *ff = local 699 poolstat_field_format_t *ff = local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/terminfo/ |
| 44x.ti | 47 ff=^L,
|
| 40.ti | 49 ff=^L,
|
| citoh.ti | 49 ff=\f,
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/terminfo/ |
| print | 34 cr=^M, cud1=^J, ff=^L, bel=^G, cub1=^H, cols#132, hc, os,
|
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| mkey1.c | 48 FILE *f, *ff; local 95 ff = fopen(inlist, "r"); 96 while (fgets(qn, 200, ff)) {
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.exec.c | 232 int ff = open_(f, 0); local 235 if (ff != -1 && read_(ff, ch, 1) == 1 && 239 (void) close(ff); 240 unsetfd(ff); 243 (void) close(ff); 244 unsetfd(ff); 255 int ff = open_(f, 0); local 263 if (ff != -1 && read_(ff, ch, 1) == 1 && ch[0] != '#' [all...] |
| sh.set.c | 679 int ff; 687 * ff is the branch of pp which is p. 689 for (; pp = p->v_parent; p = pp, f = ff) { 690 ff = pp->v_right == p; 702 pp->v_link[ff] = rleft(p); 707 pp->v_link[ff] = rleft(p); 713 pp->v_link[ff] = rleft(p); 734 pp->v_link[ff] = rright(p); 739 pp->v_link[ff] = rright(p); 745 pp->v_link[ff] = rright(p) [all...] |
| /onnv/onnv-gate/usr/src/common/crypto/aes/amd64/ |
| aeskey.c | 245 #define ff(x) (x) macro 247 #define ff(x) inv_mcol(x) macro 269 ss[4] ^= k[v(40, (4 * (i)))]; k[v(40, (4 * (i)) + 4)] = ff(ss[4]); \ 270 ss[4] ^= k[v(40, (4 * (i)) + 1)]; k[v(40, (4 * (i)) + 5)] = ff(ss[4]); \ 271 ss[4] ^= k[v(40, (4 * (i)) + 2)]; k[v(40, (4 * (i)) + 6)] = ff(ss[4]); \ 272 ss[4] ^= k[v(40, (4 * (i)) + 3)]; k[v(40, (4 * (i)) + 7)] = ff(ss[4]); \ 277 ss[i % 4] ^= ss[4]; ss[4] = ff(ss[4]); \ 297 k[v(40, (4 * (i)) + 4)] = ff(ss[0]); \ 298 ss[1] ^= ss[0]; k[v(40, (4 * (i)) + 5)] = ff(ss[1]); \ 299 ss[2] ^= ss[1]; k[v(40, (4 * (i)) + 6)] = ff(ss[2]); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/ |
| Makefile | 37 SUBDIR1= clri edquota ff fsck fsckall fsdb fsirand fstyp \
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| Makefile | 30 OLD_LH Sl bx ci ff lc lf lh \
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| Makefile | 32 # In a similar manner, ncheck is linked to ff. 35 PROG= $(DFPROG) fsck volcopy ff 59 USRSBINF= df clri fsck volcopy ff 64 ETC2USRSBIN= clri fsdb mkfs fsck labelit dcopy volcopy ff ncheck 126 ff volcopy: deffs.o $$(@F).o 187 # Multiple names for ff (ncheck) 188 $(ROOTUSRSBINFF): $(ROOTUSRSBIN)/ff 189 -$(RM) $@; $(SYMLINK) ./ff $@
|
| /onnv/onnv-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
| ab.X | 40 ff 2 ff
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| do_align.c | 404 char * ff = 0; local 425 tidbit (formbuf.conttype, "ff", &ff); 427 tidbit (*T, "ff", &ff); 437 ff_before = ff;
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| sagb.c | 476 yrange(float ff) 481 if (ff <= 0.) 483 while (ff/div > 10.) 485 while (ff/div < 1.) 487 while ((ff/div) > ylimit[i])
|