| /onnv-gate/usr/src/common/openssl/doc/apps/ |
| H A D | rsautl.pod | 110 0000 - 00 01 ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 111 0010 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 112 0020 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 113 0030 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 114 0040 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 115 0050 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 116 0060 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 117 0070 - ff ff ff ff 00 68 65 6c-6c 6f 20 77 6f 72 6c 64 .....hello world
|
| /onnv-gate/usr/src/lib/libast/common/sfio/ |
| H A D | 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; 87 while(sysremovef(ff->name) < 0 && errno == EINTR) 90 free((Void_t*)ff); 103 { reg File_t *ff, *next; in _rmfiles() local 106 for(ff = File; ff; ff = next) in _rmfiles() [all …]
|
| H A D | sfhdr.h | 367 #define SFMTXdecl(ff,_mf_) Sfio_t* _mf_ = (ff) argument 368 #define SFMTXbegin(ff,_mf_,rv) \ argument 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_) \ argument 379 { if((ff)->_flags&SF_MTSAFE) \ 382 sfmutex((ff), SFMTX_UNLOCK); \ [all …]
|
| /onnv-gate/usr/src/cmd/pools/poolstat/ |
| H A D | poolstat.c | 382 poolstat_field_format_t *ff; /* current format field */ in create_prt_sequence_list() local 399 ff = lf->plf_ffs + ffIdx; in create_prt_sequence_list() 400 if (strcmp(ff->pff_name, name) == 0) { in create_prt_sequence_list() 401 ff->pff_prt |= PABLE_FIELD; in create_prt_sequence_list() 419 lf->plf_last->ple_obj = ff; /* refer to the format field */ in create_prt_sequence_list() 438 default_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) in default_f() argument 442 switch (ff->pff_type) { in default_f() 445 v = *((int64_t *)(void *)(data + ff->pff_offset)); in default_f() 447 ff->pff_width, ff->pff_minwidth, v); in default_f() 452 v = *((uint64_t *)(void *)(data + ff->pff_offset)); in default_f() [all …]
|
| /onnv-gate/usr/src/common/crypto/aes/amd64/ |
| H A D | 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-gate/usr/src/cmd/lvm/rpc.metamhd/ |
| H A D | mhd_failfast.c | 169 uint_t ff = sp->sr_timeouts.mh_ff; in mhd_ff_rearm() local 179 if (ff == 0) in mhd_ff_rearm() 186 si.ic_len = sizeof (ff); in mhd_ff_rearm() 187 si.ic_dp = (char *)&ff; in mhd_ff_rearm() 203 uint_t ff = 0; in mhd_ff_die() local 216 si.ic_len = sizeof (ff); in mhd_ff_die() 217 si.ic_dp = (char *)&ff; in mhd_ff_die() 231 mhd_msec_t ff = sp->sr_timeouts.mh_ff; in mhd_ff_check() local 251 dp->dr_rname, now, dp->dr_time, (now - dp->dr_time), ff)); in mhd_ff_check() 252 if ((now - dp->dr_time) <= ff) in mhd_ff_check()
|
| /onnv-gate/usr/src/cmd/csh/ |
| H A D | sh.exec.c | 220 int ff = open_(f, 0); in texec() local 223 if (ff != -1 && read_(ff, ch, 1) == 1 && in texec() 227 (void) close(ff); in texec() 228 unsetfd(ff); in texec() 231 (void) close(ff); in texec() 232 unsetfd(ff); in texec() 243 int ff = open_(f, 0); in texec() local 253 if (ff != -1 && read_(ff, ch, 1) == 1 && ch[0] != '#') in texec() 255 (void) close(ff); in texec() 256 unsetfd(ff); in texec()
|
| H A D | sh.set.c | 679 int ff; in balance() local 689 for (; pp = p->v_parent; p = pp, f = ff) { in balance() 690 ff = pp->v_right == p; in balance() 702 pp->v_link[ff] = rleft(p); in balance() 707 pp->v_link[ff] = rleft(p); in balance() 713 pp->v_link[ff] = rleft(p); in balance() 734 pp->v_link[ff] = rright(p); in balance() 739 pp->v_link[ff] = rright(p); in balance() 745 pp->v_link[ff] = rright(p); in balance()
|
| /onnv-gate/usr/src/cmd/fs.d/ |
| H A D | Makefile | 33 PROG= $(DFPROG) fsck volcopy ff 57 USRSBINF= df clri fsck volcopy ff 62 ETC2USRSBIN= clri fsdb mkfs fsck labelit dcopy volcopy ff ncheck 121 ff volcopy: deffs.o $$(@F).o target 183 $(ROOTUSRSBINFF): $(ROOTUSRSBIN)/ff 184 -$(RM) $@; $(SYMLINK) ./ff $@
|
| /onnv-gate/usr/src/cmd/refer/ |
| H A D | mkey1.c | 48 FILE *f, *ff; in main() local 95 ff = fopen(inlist, "r"); in main() 96 while (fgets(qn, 200, ff)) { in main()
|
| /onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| H A D | ff | 1 %ident "@(#)lp:filter/postscript/font/devpost/charlib/ff 1.2" 25 size .05 mul neg 0 (ff) ashow
|
| H A D | Makefile | 30 OLD_LH Sl bx ci ff lc lf lh \
|
| /onnv-gate/usr/src/lib/libxcurses/src/terminfo/ |
| H A D | diablo | 34 cub1=^H, cols#132, ff=^L, hc, hu=\EU, hd=\ED, os, ht=^I, cuu1=\E\n, 59 kbs=^h, cub1=^H, cols#132, ff=^L, hc, hu=\EH, hd=\Eh, os, ht=^I, cuu1=^Z, 70 kbs=^h, cub1=^H, cols#132, ff=^L, hc, hu=\E]s\E9\E]W, hd=\E]s\n\E]W, 74 kbs=^h, cub1=^H, cols#80, ff=^L, hc, hu=\EH, hd=\Eh, os, ht=^I, cuu1=^Z, 77 cols#132, cub1=^H, ff=^L, hc, os, ht=^I,
|
| /onnv-gate/usr/src/cmd/terminfo/ |
| H A D | diablo.ti | 41 kbs=^H, cub1=^H, cols#132, ff=^L, hc, hu=\EU, hd=\ED, os, 67 cub1=^H, cols#132, ff=^L, hc, hu=\EH, hd=\Eh, os, ht=^I, cuu1=^Z, 79 kbs=^h, cub1=^H, cols#132, ff=^L, hc, hu=\E]s\E9\E]W, hd=\E]s\n\E]W, 83 kbs=^h, cub1=^H, cols#80, ff=^L, hc, hu=\EH, hd=\Eh, os, ht=^I, cuu1=^Z, 88 cols#132, cub1=^H, ff=^L, hc, os, ht=^I,
|
| H A D | print.ti | 53 ff=\f, 155 ff=^L, 269 ff=^L, 372 ff=^L, 535 ff=^L, 545 # \E&k0G is cr=cr, lf=lf, ff=ff 546 # \E&k1G is cr=cr+lf, lf=lf, ff=ff 547 # \E&k2G is cr=cr, lf=cr+lf, ff=cr+ff (this is what UNIX uses) 548 # \E&k3G is cr=cr+lf, lf=cr+lf, ff=cr+ff 625 ff=^L,
|
| /onnv-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
| H A D | ab.X | 40 ff 2 ff
|
| H A D | b.300 | 13 ff 2 ff
|
| H A D | b.lp | 13 ff 2 ff
|
| H A D | ab.tn300 | 40 ff 2 ff
|
| H A D | ab.37 | 40 ff 2 ff
|
| H A D | ab.8510 | 40 ff 2 ff
|
| /onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| H A D | do_align.c | 404 char * ff = 0; local 425 tidbit (formbuf.conttype, "ff", &ff); 427 tidbit (*T, "ff", &ff); 437 ff_before = ff;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | utf8decode.t | 48 2.2.2 y "\xdf\xbf" 7ff 2 df:bf 1 92 3.5.2 n "\xff" - 1 ff - byte 0xff 93 3.5.3 n "\xfe\xfe\xff\xff" - 4 fe:fe:ff:ff - byte 0xfe
|
| H A D | tr.t | 275 ($a = "\x{0100}") =~ tr/\x{0000}-\x{00ff}/X/c; 278 ($a = "\x{0100}") =~ tr/\x{0000}-\x{00ff}\x{0101}/X/c; 281 ($a = v256) =~ tr/\x{0000}-\x{00ff}\x{0101}/X/c; 333 $a = "\xfe\xff"; $a =~ tr/\xfe\xff/\x{1ff}\x{1fe}/; 334 is($a, "\x{1ff}\x{1fe}");
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/ff/ |
| H A D | Makefile | 30 LIBPROG= ff
|