Searched refs:oc (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.PartialDereferencing.d46 char oc;
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 Derr.D_XLATE_REDECL.RepeatTransDecl.d46 char oc;
53 oc = ((struct input_struct *) ivar1)->ic1;
59 oc = ((struct input_struct *) ivar1)->ic1;
H A Dtst.InputAliasTrans.d46 char oc;
53 oc = ((input_t *) ivar)->ic;
H A Dtst.OutputAliasTrans.d47 char oc;
56 oc = ((struct input_struct *) ivar)->ic;
H A Dtst.UnionOutputTrans.d47 char oc;
53 oc = ((struct input_struct *) ivar)->ic;
H A Dtst.StructureAssignment.d47 char oc;
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 Dtst.SimultaneousTranslators.d53 char oc;
64 oc = ((struct input_struct2 *) ivar2)->ic2;
H A Dtst.PartialOutputTransDefn.d47 char oc;
H A Dtst.RepeatDeclaration.d51 char oc;
58 oc = ((struct input_struct1 *) ivar1)->ic1;
64 oc = ((struct input_struct2 *) ivar2)->ic2;
/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c158 STATREF void mvcol ANSI((int oc, int nc));
300 int oc = 0; local
335 if (nc <= oc) {
344 oc = nc;
358 if (nc <= oc) {
367 oc = nc;
410 mvcol(oc, nc)
411 int oc, nc;
413 int diff = nc - oc;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration_004_pos.ksh63 ls $BNAME | cpio -oc > $TESTDIR/cpio$$.cpio
H A Dmigration_005_pos.ksh63 ls $BNAME | cpio -oc > $TESTDIR/cpio$$.cpio
H A Dmigration_006_pos.ksh63 ls $BNAME | cpio -oc > $NONZFS_TESTDIR/cpio$$.cpio
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c179 simp_col(struct Sequence *outseq, int oc, int nc) argument
187 if (oc == nc)
194 if (oc < nc) {
201 tabs = tabstop - oc / init_tabs;
203 /* Set oc to tabstop before nc : oc <= nc. */
204 oc = tabstop * init_tabs;
210 dist = nc - oc;
218 tabs = (oc - 1) / init_tabs - tabstop;
220 /* Set oc t
[all...]
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c71 char *oc; local
105 for (last = strsep(&s, "/"), q = oc = out; last != NULL;
110 for (oc = q; oc > out && *oc != '/'; oc--)
112 q = oc;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.h70 int oc);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c180 simp_col(outseq, oc, nc)
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...]
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1056 struct inetgram oc; local
1075 bzero((caddr_t)&oc, sizeof (oc));
1078 oc.igm_level = TRANSPORT_LVL;
1080 oc.igm_level = NETWORK_LVL;
1081 oc.igm_oflags = flags;
1084 bcopy((caddr_t)to, (caddr_t)&oc.igm_saddr, tolen);
1086 bcopy((caddr_t)&sockets[i].remote, (caddr_t)&oc.igm_saddr,
1092 ntohs(oc.igm_saddr.sin_port == 0)) {
1093 ((struct sockaddr_in *)&oc
[all...]
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv831.c213 char cc, oc = c; local
220 c = oc;
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc81 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,
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c435 int oc; local
438 for (oc = 0; oc < opcnt; oc++) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java192 char oc; // opt char
215 oc = opt.charAt(op++);
216 match = (ic == oc && match);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c2392 sndstat_printf(ossclient_t *oc, const char *fmt, ...) argument
2397 (void) vsnprintf(oc->o_ss_buf + oc->o_ss_len,
2398 oc->o_ss_sz - oc->o_ss_len, fmt, va);
2400 oc->o_ss_len = strlen(oc->o_ss_buf);
2406 ossclient_t *oc = arg; local
2428 sndstat_printf(oc, "%d: %s %s, %s (%s)\n",
2438 ossclient_t *oc local
2472 ossclient_t *oc; local
[all...]
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c1819 unsigned int oc; local
1824 oc = obs;
1829 oc = obc;
1832 bc = write(obf, (char *)obuf, oc);
1833 if (bc != oc) {
1839 "wrote %d bytes, expected %d\n"), bc, oc);
1842 obc -= oc;
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c173 int oc, ch, len = 0; local
221 for(oc=ch=0; (*s >= '0' && *s <= '7') && oc++ < 3; ++s)

Completed in 980 milliseconds

12