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

12

/freebsd-11-stable/cddl/contrib/opensolaris/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;
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp592 run_output_check(const output_check oc, const atf::fs::path& path, argument
597 if (oc.type == oc_empty) {
599 if (!oc.negated && !is_empty) {
603 } else if (oc.negated && is_empty) {
608 } else if (oc.type == oc_file) {
609 const bool equals = compare_files(path, atf::fs::path(oc.value));
610 if (!oc.negated && !equals) {
613 print_diff(atf::fs::path(oc.value), path);
615 } else if (oc.negated && equals) {
617 cat_file(atf::fs::path(oc
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_cuseeme.c204 struct oc_header *oc; local
213 oc = (struct oc_header *)(cu + 1);
214 ci = (struct client_info *)(oc + 1);
217 if ((char *)oc <= end) {
222 for (i = 0; (char *)(ci + 1) <= end && i < oc->client_count; i++, ci++)
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h38 void set(token_type, const char *sk = 0, const char *oc = 0);
H A Dtoken.cpp86 void token_info::set(token_type t, const char *sk, const char *oc) argument
88 assert(oc == 0 || t == TOKEN_UPPER || t == TOKEN_LOWER);
91 other_case = oc;
155 const char *sk = 0, const char *oc = 0)
172 token_table[n].ti.set(typ, sk, oc);
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv831.c231 char cc, oc = c; local
238 c = oc;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java192 char oc; // opt char
215 oc = opt.charAt(op++);
216 match = (ic == oc && match);
/freebsd-11-stable/lib/libedit/
H A Dsearch.c540 Char oc, *ocp; local
543 oc = *ocp;
547 oc = *ocp;
553 *ocp = oc;
558 *ocp = oc;
563 *ocp = oc;
568 *ocp = oc;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdump.c61 int oc = *idx / 8; local
71 b = ptr[oc++];
77 memcpy (r, ptr + oc, b);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit1.c484 int c, oc, first; local
545 oc = c;
551 if (oc == '[') {
/freebsd-11-stable/sbin/ipfw/
H A Dnptv6.c288 ipfw_obj_ctlv *oc; local
291 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats);
295 oc = (ipfw_obj_ctlv *)(oh + 1);
296 memcpy(stats, oc + 1, sizeof(*stats));
H A Dnat64stl.c387 ipfw_obj_ctlv *oc; local
390 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats);
394 oc = (ipfw_obj_ctlv *)(oh + 1);
395 memcpy(stats, oc + 1, sizeof(*stats));
H A Dnat64clat.c371 ipfw_obj_ctlv *oc; local
374 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats);
378 oc = (ipfw_obj_ctlv *)(oh + 1);
379 memcpy(stats, oc + 1, sizeof(*stats));
H A Dnat64lsn.c694 ipfw_obj_ctlv *oc; local
697 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats);
701 oc = (ipfw_obj_ctlv *)(oh + 1);
702 memcpy(stats, oc + 1, sizeof(*stats));
/freebsd-11-stable/sys/dev/isp/
H A Disp_pci.c1196 uint32_t rv, oc = 0; local
1203 oc = BXR2(isp, IspVirt2Off(isp, BIU_CONF1));
1204 tc = oc & ~BIU_PCI1080_CONF1_DMA;
1212 oc = BXR2(isp, IspVirt2Off(isp, BIU_CONF1));
1214 oc | BIU_PCI1080_CONF1_DMA);
1218 if (oc) {
1219 BXW2(isp, IspVirt2Off(isp, BIU_CONF1), oc);
1228 int oc = 0; local
1235 oc = BXR2(isp, IspVirt2Off(isp, BIU_CONF1));
1236 tc = oc
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c133 static char * nextarg(int ac, char **av, int *indp, int oc);
169 nextarg(int ac, char **av, int *indp, int oc) argument
173 warnx("option requires two arguments -- %c", oc);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h2146 uint32_t oc : 1; /**< 0 - Ignore; 1 - Disable interrupt generation due to Ownership Change. */ member in struct:cvmx_uahcx_ohci0_hcinterruptdisable::cvmx_uahcx_ohci0_hcinterruptdisable_s
2164 uint32_t oc : 1;
2197 uint32_t oc : 1; /**< 0 - Ignore; 1 - Enable interrupt generation due to Ownership Change. */ member in struct:cvmx_uahcx_ohci0_hcinterruptenable::cvmx_uahcx_ohci0_hcinterruptenable_s
2215 uint32_t oc : 1;
2244 uint32_t oc : 1; /**< OwnershipChange. This bit is set by HC when HCD sets the OwnershipChangeRequest member in struct:cvmx_uahcx_ohci0_hcinterruptstatus::cvmx_uahcx_ohci0_hcinterruptstatus_s
2280 uint32_t oc : 1;

Completed in 181 milliseconds

12