/titanic_51/usr/src/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.PartialDereferencing.d | 46 char oc; member 53 oc = ((struct input_struct) ivar).ic; 67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc); 71 /(100 != out.oi) || (0 != out.oc)/ 77 /(100 == out.oi) && (0 == out.oc)/
|
H A D | tst.StructureAssignment.d | 47 char oc; member 67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc); 71 /(100 != out.oi) || (0 != out.oc)/ 77 /(100 == out.oi) && (0 == out.oc)/
|
H A D | err.D_XLATE_REDECL.RepeatTransDecl.d | 46 char oc; member 53 oc = ((struct input_struct *) ivar1)->ic1; 59 oc = ((struct input_struct *) ivar1)->ic1;
|
H A D | tst.RepeatDeclaration.d | 51 char oc; member 58 oc = ((struct input_struct1 *) ivar1)->ic1; 64 oc = ((struct input_struct2 *) ivar2)->ic2;
|
H A D | tst.InputAliasTrans.d | 46 char oc; member 53 oc = ((input_t *) ivar)->ic;
|
H A D | tst.UnionOutputTrans.d | 47 char oc; member 53 oc = ((struct input_struct *) ivar)->ic;
|
H A D | tst.OutputAliasTrans.d | 47 char oc; member 56 oc = ((struct input_struct *) ivar)->ic;
|
H A D | tst.SimultaneousTranslators.d | 53 char oc; member 64 oc = ((struct input_struct2 *) ivar2)->ic2;
|
H A D | tst.PartialOutputTransDefn.d | 47 char oc; member
|
/titanic_51/usr/src/lib/libxcurses/src/tabs/ |
H A D | tabs.c | 158 STATREF void mvcol ANSI((int oc, int nc)); 300 int oc = 0; in do_tabs() local 335 if (nc <= oc) { in do_tabs() 344 oc = nc; in do_tabs() 358 if (nc <= oc) { in do_tabs() 367 oc = nc; in do_tabs() 410 mvcol(oc, nc) in mvcol() argument 411 int oc, nc; in mvcol() 413 int diff = nc - oc;
|
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 180 simp_col(outseq, oc, nc) in simp_col() argument 182 int oc, nc; 190 if (oc == nc) 197 if (oc < nc) { 204 tabs = tabstop - oc / init_tabs; 206 /* Set oc to tabstop before nc : oc <= nc. */ 207 oc = tabstop * init_tabs; 213 dist = nc - oc; 221 tabs = (oc [all...] |
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 179 simp_col(struct Sequence *outseq, int oc, int nc) in simp_col() argument 187 if (oc == nc) in simp_col() 194 if (oc < nc) { in simp_col() 201 tabs = tabstop - oc / init_tabs; in simp_col() 203 /* Set oc to tabstop before nc : oc <= nc. */ in simp_col() 204 oc = tabstop * init_tabs; in simp_col() 210 dist = nc - oc; in simp_col() 218 tabs = (oc - 1) / init_tabs - tabstop; in simp_col() 220 /* Set oc t in simp_col() [all...] |
/titanic_51/usr/src/common/fs/ |
H A D | bootfsops.c | 71 char *oc; in canonicalise() local 105 for (last = strsep(&s, "/"), q = oc = out; last != NULL; in canonicalise() 110 for (oc = q; oc > out && *oc != '/'; oc--) in canonicalise() 112 q = oc; in canonicalise()
|
/titanic_51/usr/src/uts/common/io/audio/impl/ |
H A D | audio_oss.c | 2392 sndstat_printf(ossclient_t *oc, const char *fmt, ...) in sndstat_printf() argument 2397 (void) vsnprintf(oc->o_ss_buf + oc->o_ss_len, in sndstat_printf() 2398 oc->o_ss_sz - oc->o_ss_len, fmt, va); in sndstat_printf() 2400 oc->o_ss_len = strlen(oc->o_ss_buf); in sndstat_printf() 2406 ossclient_t *oc = arg; in sndstat_dev_walker() local 2428 sndstat_printf(oc, "%d: %s %s, %s (%s)\n", in sndstat_dev_walker() 2438 ossclient_t *oc in sndstat_mixer_walker() local 2472 ossclient_t *oc; ossmix_read() local [all...] |
/titanic_51/usr/src/stand/lib/sock/ |
H A D | socket.c | 1056 struct inetgram oc; in dgram_sendto() local 1075 bzero((caddr_t)&oc, sizeof (oc)); in dgram_sendto() 1078 oc.igm_level = TRANSPORT_LVL; in dgram_sendto() 1080 oc.igm_level = NETWORK_LVL; in dgram_sendto() 1081 oc.igm_oflags = flags; in dgram_sendto() 1084 bcopy((caddr_t)to, (caddr_t)&oc.igm_saddr, tolen); in dgram_sendto() 1086 bcopy((caddr_t)&sockets[i].remote, (caddr_t)&oc.igm_saddr, in dgram_sendto() 1092 ntohs(oc.igm_saddr.sin_port == 0)) { in dgram_sendto() 1093 ((struct sockaddr_in *)&oc in dgram_sendto() [all...] |
/titanic_51/usr/src/lib/libdwarf/common/ |
H A D | dwarf_sort_line.c | 435 int oc; in _dwarf_update_line_sec() local 438 for (oc = 0; oc < opcnt; oc++) { in _dwarf_update_line_sec()
|
H A D | dwarf_print_lines.c | 373 int oc; in _dwarf_internal_printlines() local 380 for (oc = 0; oc < opcnt; oc++) { in _dwarf_internal_printlines()
|
/titanic_51/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 81 event ereport.chassis.device.psu.dc-oc@psu; 98 event ereport.chassis.sensor.current.oc@controller; 99 event ereport.chassis.sensor.current.oc@fanmodule; 100 event ereport.chassis.sensor.current.oc@psu; 238 ereport.chassis.sensor.current.oc@controller, 244 ereport.chassis.sensor.current.oc@fanmodule, 250 ereport.chassis.sensor.current.oc@psu, 263 ereport.chassis.device.psu.dc-oc@psu,
|
/titanic_51/usr/src/cmd/dd/ |
H A D | dd.c | 1819 unsigned int oc; in flsh() local 1824 oc = obs; in flsh() 1829 oc = obc; in flsh() 1832 bc = write(obf, (char *)obuf, oc); in flsh() 1833 if (bc != oc) { in flsh() 1839 "wrote %d bytes, expected %d\n"), bc, oc); in flsh() 1842 obc -= oc; in flsh()
|
/titanic_51/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Getopt.java | 192 char oc; // opt char in parselong() local 215 oc = opt.charAt(op++); in parselong() 216 match = (ic == oc && match); in parselong()
|
/titanic_51/usr/src/cmd/listen/ |
H A D | nstoa.c | 173 int oc, ch, len = 0; local 221 for(oc=ch=0; (*s >= '0' && *s <= '7') && oc++ < 3; ++s)
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | migration_004_pos.ksh | 63 $LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio
|
H A D | migration_005_pos.ksh | 63 $LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio
|
H A D | migration_006_pos.ksh | 63 $LS $BNAME | $CPIO -oc > $NONZFS_TESTDIR/cpio$$.cpio
|
/titanic_51/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 213 char cc, oc = c; in dialit() local 220 c = oc; in dialit()
|