HomeSort by: relevance | last modified time | path
    Searched defs:ocp (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libcurses/
addchnstr.c 137 char *ocp, *cp, *start; local in function:waddchnstr
155 if ((ocp = malloc(len + 1)) == NULL)
158 cp = ocp;
159 start = ocp;
173 free(ocp);
183 free(ocp);
  /src/sys/arch/ofppc/stand/ofwboot/
boot.c 116 char *cp, *ocp; local in function:prom2boot
118 ocp = dev;
120 for (; cp >= ocp; cp--) {
  /src/sys/arch/shark/stand/ofwboot/
boot.c 112 char *cp, *ocp; local in function:prom2boot
114 ocp = dev;
116 for (; cp >= ocp; cp--) {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am33xx.dtsi 186 * for the moment, just use a fake OCP bus entry to represent
189 ocp: ocp { label
dra7.dtsi 132 * the moment, just use a fake OCP bus entry to represent the whole bus
135 ocp: ocp { label
  /src/lib/libedit/
search.c 534 wchar_t oc, *ocp; local in function:ce_search_line
536 ocp = &pattern[1];
537 oc = *ocp;
538 *ocp = '^';
540 ocp = pattern;
541 oc = *ocp;
546 if (el_match(cp, ocp)) {
547 *ocp = oc;
552 *ocp = oc;
556 if (el_match(cp, ocp)) {
    [all...]
  /src/common/lib/libprop/
prop_string.c 534 char *ocp, *cp; variable in typeref:typename:char *
550 ocp = dst->ps_mutable;
553 if (ocp != NULL)
554 _PROP_FREE(ocp, M_PROP_STRING);
565 char *ocp, *cp; variable in typeref:typename:char *
581 ocp = dst->ps_mutable;
584 if (ocp != NULL)
585 _PROP_FREE(ocp, M_PROP_STRING);
  /src/usr.sbin/altq/libaltq/
parser.c 336 char w[MAX_WORD], *ocp; local in function:get_ifname
339 ocp = *cpp;
340 if (next_word(&ocp, w) && if_namelist != NULL)
344 *cpp = ocp;
361 char w[MAX_WORD], *ocp; local in function:get_addr
382 ocp = *cpp;
383 if (next_word(&ocp, w) && EQUAL(w, "netmask")) {
384 if (!next_word(&ocp, w))
390 *cpp = ocp;
437 char w[MAX_WORD], *ocp; local in function:get_fltr_opts
    [all...]
  /src/sys/arch/sgimips/dev/
scn.c 615 struct chan *ocp; /* other duart channel */ local in function:scn_config
627 ocp = &dp->chan[other];
628 otp = ocp->tty;
658 ic = scniter(&i, ispeed, &counter, &mode, ocp, c92);
691 oic = scniter(&oi, ocp->ispeed, &counter, &mode, NULL, c92);
696 while ((ooc = scniter(&oo, ocp->ospeed, &counter,

Completed in 265 milliseconds