Home
last modified time | relevance | path

Searched refs:bcmd (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/security/py-muacrypt/muacrypt-0.9.1/test_muacrypt/
H A Dtest_bot.py22 def bcmd(mycmd): function
89 From=send_adr, To=[bcmd.bot_adr],
92 out = bcmd.run_ok(["bot-reply", "--fallback-delivto", bcmd.bot_adr],
107 From=send_adr, To=[bcmd.bot_adr],
116 From=send_adr, To=[bcmd.bot_adr],
131 assert r.addr == bcmd.bot_adr
141 From=send_adr, To=[bcmd.bot_adr],
155 Cc=[bcmd.bot_adr],
223 assert r.addr == bcmd.bot_adr
237 def test_reply_no_autocrypt(self, bcmd): argument
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_berkeley/
H A Dbdb_cmd.c78 if(bcmd->bcon == NULL || bcmd->bcon->dbp == NULL) in bdb_prepare_query()
213 if(bcmd->bcon == NULL || bcmd->bcon->dbp == NULL) in bdb_query()
252 if(klen > bcmd->skey_size || bcmd->skey.s == NULL) { in bdb_query()
272 bdb_cmd_t *bcmd; in bdb_cmd() local
313 if(bcmd) { in bdb_cmd()
316 pkg_free(bcmd); in bdb_cmd()
325 bdb_cmd_t *bcmd; in bdb_cmd_exec() local
504 if(bcmd->next_flag == 2 || bcmd->next_flag == -2) in bdb_cmd_next()
524 bcmd->next_flag = bcmd->next_flag < 0 ? -2 : 2; in bdb_cmd_next()
532 ret = bcmd->dbcp->c_get(bcmd->dbcp, &key, &data, DB_NEXT); in bdb_cmd_next()
[all …]
H A Dbdb_res.c42 bdb_cmd_t *bcmd; in bdb_res_free() local
44 bcmd = DB_GET_PAYLOAD(res->cmd); in bdb_res_free()
48 if(bcmd->dbcp != NULL) { in bdb_res_free()
49 bcmd->dbcp->CLOSE_CURSOR(bcmd->dbcp); in bdb_res_free()
50 bcmd->dbcp = NULL; in bdb_res_free()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libuucp/
H A Dparse.c57 qcmd->bcmd = *z;
58 if (qcmd->bcmd != 'S'
59 && qcmd->bcmd != 'R'
60 && qcmd->bcmd != 'X'
61 && qcmd->bcmd != 'E'
82 if (qcmd->bcmd == 'H')
87 qcmd->bcmd = 'Y';
89 qcmd->bcmd = 'N';
96 if (qcmd->bcmd == 'P')
122 if (qcmd->bcmd == 'X')
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/cm5200/
H A Dfwupdate.c29 cmd_tbl_t *bcmd; in cm5200_fwupdate() local
45 bcmd = find_cmd("bootm"); in cm5200_fwupdate()
46 if (!bcmd) in cm5200_fwupdate()
71 do_bootm(bcmd, 0, 2, argv); in cm5200_fwupdate()
87 cmd_tbl_t *bcmd; in load_rescue_image() local
160 bcmd = find_cmd("fatload"); in load_rescue_image()
161 if (!bcmd) { in load_rescue_image()
175 if (do_fat_fsload(bcmd, 0, 5, argv) != 0) { in load_rescue_image()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dqnxipc.cc104 int bcmd[2]; in qipc_proxy_init() local
109 pipe(bcmd); in qipc_proxy_init()
114 case 0: close(cmds[0]); close(bcmd[1]); close(data[0]); close(bdat[1]); in qipc_proxy_init()
115 qipc_proxy_setup(cmds[1], bcmd[0], data[1], bdat[0]); in qipc_proxy_init()
116 qipc_proxy_run(cmds[1], bcmd[0], data[1]); in qipc_proxy_init()
120 close(bcmd[0]); in qipc_proxy_init()
123 unuse(new a_ttscp(cmds[0], bcmd[1])); in qipc_proxy_init()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dwaitpushundostack.cpp155 const BaseCommand * bcmd = dynamic_cast<const BaseCommand *>(cmd); in writeUndo() local
158 if (bcmd == NULL) { in writeUndo()
162 cmdString = bcmd->getDebugString(); in writeUndo()
163 indexString = QString::number(bcmd->index()) + " "; in writeUndo()
181 if (bcmd) { in writeUndo()
182 for (int i = 0; i < bcmd->subCommandCount(); i++) { in writeUndo()
183 writeUndo(bcmd->subCommand(i), indent + 4, bcmd); in writeUndo()
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/test/
H A Drun-tests.sh127 …( DO $bcmd $eval '(or`,#.(load(string`|script-support.lisp|))#.(asdf-test::compile-asdf-script))' )
147 …if DO $bcmd $eval "'(#.(load(string'|script-support.lisp|))#.(asdf-test::load-asdf)#.(asdf-test::f…
195 command= flags= nodebug= eval= bcmd= icmd=
235 bcmd="${adir}/${build}.exe -I ${adir}/${allegroName}.dxl $flags" ;
312 : ${bcmd:=$command $flags} ${icmd:=$command $flags} # batch and interactive
314 bcmd="$bcmd $nodebug"
486 $bcmd $eval \
540 $bcmd $eval \
548 $bcmd $eval $eval_string > $load 2>&1
559 $bcmd $eval \
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DRFXComSerial.cpp337 bcmd[0] = COMMAND_WRITEPM; in UpgradeFirmware()
338 bcmd[1] = 1; in UpgradeFirmware()
339 bcmd[2] = Address & 0xFF; in UpgradeFirmware()
340 bcmd[3] = (Address & 0xFF00) >> 8; in UpgradeFirmware()
620 unsigned char bcmd[5]; in EraseMemory() local
621 bcmd[0] = COMMAND_ERASEPM; in EraseMemory()
622 bcmd[1] = nBlocks; in EraseMemory()
623 bcmd[2] = BootAddr & 0xFF; in EraseMemory()
624 bcmd[3] = (BootAddr & 0xFF00) >> 8; in EraseMemory()
625 bcmd[4] = (BootAddr & 0xFF0000) >> 16; in EraseMemory()
[all …]
/dports/editors/xvile/vile-9.8v/visvile/
H A Doleauto.cpp467 BSTR bcmd; in FileOpen() local
500 bcmd = SysAllocString(ole); in FileOpen()
501 if (! (bcmd && ole)) in FileOpen()
503 hr = pVileAuto->VileKeys(bcmd); in FileOpen()
504 SysFreeString(bcmd); // don't need to free "ole", it points at a in FileOpen()
537 BSTR bcmd; in VileCmd() local
563 bcmd = SysAllocString(ole); in VileCmd()
564 if (! (bcmd && ole)) in VileCmd()
584 hr = pVileAuto->VileKeys(bcmd); in VileCmd()
585 SysFreeString(bcmd); // don't need to free "ole", it points at a in VileCmd()
/dports/editors/vile/vile-9.8v/visvile/
H A Doleauto.cpp467 BSTR bcmd; in FileOpen() local
500 bcmd = SysAllocString(ole); in FileOpen()
501 if (! (bcmd && ole)) in FileOpen()
503 hr = pVileAuto->VileKeys(bcmd); in FileOpen()
504 SysFreeString(bcmd); // don't need to free "ole", it points at a in FileOpen()
537 BSTR bcmd; in VileCmd() local
563 bcmd = SysAllocString(ole); in VileCmd()
564 if (! (bcmd && ole)) in VileCmd()
584 hr = pVileAuto->VileKeys(bcmd); in VileCmd()
585 SysFreeString(bcmd); // don't need to free "ole", it points at a in VileCmd()
/dports/devel/fossil/fossil-src-2.17/tools/
H A Dfossil-diff-log35 open my $bcmd, '-|', 'fossil branch current'
37 my $cbranch = <$bcmd>;
39 close $bcmd;
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Dsend.c312 if (qcmd->bcmd != 'E')
429 || (qcmd->bcmd == 'E'
445 && (qcmd->bcmd != 'E'
465 if (qcmd->bcmd == 'E'
542 char bcmd; local
544 if (qtrans->s.bcmd == 'E'
546 bcmd = 'E';
548 bcmd = 'S';
549 if (zdata[0] != bcmd
1340 int bcmd;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/devices/
H A Dpmc551.c354 u8 bcmd, counter; in fixup_pmc551() local
369 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd); in fixup_pmc551()
373 bcmd &= ~0x80; in fixup_pmc551()
375 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
378 bcmd |= 0x80; in fixup_pmc551()
380 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
383 bcmd |= (0x40 | 0x20); in fixup_pmc551()
384 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
619 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd); in fixup_pmc551()
623 (bcmd & 0x1) ? "software" : "hardware", in fixup_pmc551()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/devices/
H A Dpmc551.c354 u8 bcmd, counter; in fixup_pmc551() local
369 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd); in fixup_pmc551()
373 bcmd &= ~0x80; in fixup_pmc551()
375 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
378 bcmd |= 0x80; in fixup_pmc551()
380 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
383 bcmd |= (0x40 | 0x20); in fixup_pmc551()
384 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
619 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd); in fixup_pmc551()
623 (bcmd & 0x1) ? "software" : "hardware", in fixup_pmc551()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/devices/
H A Dpmc551.c354 u8 bcmd, counter; in fixup_pmc551() local
369 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd); in fixup_pmc551()
373 bcmd &= ~0x80; in fixup_pmc551()
375 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
378 bcmd |= 0x80; in fixup_pmc551()
380 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
383 bcmd |= (0x40 | 0x20); in fixup_pmc551()
384 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd); in fixup_pmc551()
619 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd); in fixup_pmc551()
623 (bcmd & 0x1) ? "software" : "hardware", in fixup_pmc551()
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/styles/
H A Dbacronyms.perl18 my $bcmd, $bpreviouskey = "" ;
19 while (s/(?:[\s\n$comment_mark?]*)\\(\w+)/$bcmd=$1;''/e) {
20 eval ("\$bpreviouskey = &do_cmd_$bcmd(\$bpreviouskey)") ;
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/styles/
H A Dbacronyms.perl18 my $bcmd, $bpreviouskey = "" ;
19 while (s/(?:[\s\n$comment_mark?]*)\\(\w+)/$bcmd=$1;''/e) {
20 eval ("\$bpreviouskey = &do_cmd_$bcmd(\$bpreviouskey)") ;
/dports/sysutils/vchanger/vchanger/src/
H A Dbconsole.cpp65 static int issue_bconsole_command(const char *bcmd) in issue_bconsole_command() argument
112 vlog.Debug("sending bconsole command '%s'", bcmd); in issue_bconsole_command()
113 len = strlen(bcmd); in issue_bconsole_command()
116 rc = write(fno_in, bcmd + n, len - n); in issue_bconsole_command()
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dcommands.go110 bcmd := &baseBuilderCmd{commandsBuilder: b, baseCmd: &baseCmd{cmd: cmd}}
111 bcmd.hugoBuilderCommon.handleFlags(cmd)
112 return bcmd
116 bcmd := &baseBuilderCmd{commandsBuilder: b, baseCmd: &baseCmd{cmd: cmd}}
117 bcmd.hugoBuilderCommon.handleCommonBuilderFlags(cmd)
118 return bcmd
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1069 SVGA3dCmdDXBindShader *bcmd; in SVGA3D_vgpu10_DefineAndBindShader() local
1090 header->size = sizeof(*bcmd); in SVGA3D_vgpu10_DefineAndBindShader()
1093 bcmd->cid = swc->cid; in SVGA3D_vgpu10_DefineAndBindShader()
1097 bcmd->shid = shaderId; in SVGA3D_vgpu10_DefineAndBindShader()
1573 SVGA3dCmdDXBindStreamOutput *bcmd; in SVGA3D_sm5_DefineAndBindStreamOutput() local
1600 header->size = sizeof(*bcmd); in SVGA3D_sm5_DefineAndBindStreamOutput()
1603 bcmd->soid = soid; in SVGA3D_sm5_DefineAndBindStreamOutput()
1604 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
1605 swc->mob_relocation(swc, &bcmd->mobid, in SVGA3D_sm5_DefineAndBindStreamOutput()
1609 bcmd->sizeInBytes = sizeInBytes; in SVGA3D_sm5_DefineAndBindStreamOutput()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1069 SVGA3dCmdDXBindShader *bcmd; in SVGA3D_vgpu10_DefineAndBindShader() local
1090 header->size = sizeof(*bcmd); in SVGA3D_vgpu10_DefineAndBindShader()
1093 bcmd->cid = swc->cid; in SVGA3D_vgpu10_DefineAndBindShader()
1097 bcmd->shid = shaderId; in SVGA3D_vgpu10_DefineAndBindShader()
1573 SVGA3dCmdDXBindStreamOutput *bcmd; in SVGA3D_sm5_DefineAndBindStreamOutput() local
1600 header->size = sizeof(*bcmd); in SVGA3D_sm5_DefineAndBindStreamOutput()
1603 bcmd->soid = soid; in SVGA3D_sm5_DefineAndBindStreamOutput()
1604 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
1605 swc->mob_relocation(swc, &bcmd->mobid, in SVGA3D_sm5_DefineAndBindStreamOutput()
1609 bcmd->sizeInBytes = sizeInBytes; in SVGA3D_sm5_DefineAndBindStreamOutput()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1069 SVGA3dCmdDXBindShader *bcmd; in SVGA3D_vgpu10_DefineAndBindShader() local
1090 header->size = sizeof(*bcmd); in SVGA3D_vgpu10_DefineAndBindShader()
1093 bcmd->cid = swc->cid; in SVGA3D_vgpu10_DefineAndBindShader()
1097 bcmd->shid = shaderId; in SVGA3D_vgpu10_DefineAndBindShader()
1573 SVGA3dCmdDXBindStreamOutput *bcmd; in SVGA3D_sm5_DefineAndBindStreamOutput() local
1600 header->size = sizeof(*bcmd); in SVGA3D_sm5_DefineAndBindStreamOutput()
1603 bcmd->soid = soid; in SVGA3D_sm5_DefineAndBindStreamOutput()
1604 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
1605 swc->mob_relocation(swc, &bcmd->mobid, in SVGA3D_sm5_DefineAndBindStreamOutput()
1609 bcmd->sizeInBytes = sizeInBytes; in SVGA3D_sm5_DefineAndBindStreamOutput()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1069 SVGA3dCmdDXBindShader *bcmd; in SVGA3D_vgpu10_DefineAndBindShader() local
1090 header->size = sizeof(*bcmd); in SVGA3D_vgpu10_DefineAndBindShader()
1093 bcmd->cid = swc->cid; in SVGA3D_vgpu10_DefineAndBindShader()
1097 bcmd->shid = shaderId; in SVGA3D_vgpu10_DefineAndBindShader()
1573 SVGA3dCmdDXBindStreamOutput *bcmd; in SVGA3D_sm5_DefineAndBindStreamOutput() local
1600 header->size = sizeof(*bcmd); in SVGA3D_sm5_DefineAndBindStreamOutput()
1603 bcmd->soid = soid; in SVGA3D_sm5_DefineAndBindStreamOutput()
1604 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
1605 swc->mob_relocation(swc, &bcmd->mobid, in SVGA3D_sm5_DefineAndBindStreamOutput()
1609 bcmd->sizeInBytes = sizeInBytes; in SVGA3D_sm5_DefineAndBindStreamOutput()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1069 SVGA3dCmdDXBindShader *bcmd; in SVGA3D_vgpu10_DefineAndBindShader() local
1090 header->size = sizeof(*bcmd); in SVGA3D_vgpu10_DefineAndBindShader()
1093 bcmd->cid = swc->cid; in SVGA3D_vgpu10_DefineAndBindShader()
1097 bcmd->shid = shaderId; in SVGA3D_vgpu10_DefineAndBindShader()
1573 SVGA3dCmdDXBindStreamOutput *bcmd; in SVGA3D_sm5_DefineAndBindStreamOutput() local
1600 header->size = sizeof(*bcmd); in SVGA3D_sm5_DefineAndBindStreamOutput()
1603 bcmd->soid = soid; in SVGA3D_sm5_DefineAndBindStreamOutput()
1604 bcmd->offsetInBytes = 0; in SVGA3D_sm5_DefineAndBindStreamOutput()
1605 swc->mob_relocation(swc, &bcmd->mobid, in SVGA3D_sm5_DefineAndBindStreamOutput()
1609 bcmd->sizeInBytes = sizeInBytes; in SVGA3D_sm5_DefineAndBindStreamOutput()
[all …]

123456789