Home
last modified time | relevance | path

Searched refs:indexstr (Results 76 – 100 of 719) sorted by relevance

12345678910>>...29

/dports/sysutils/u-boot-qemu-arm/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-rock64/u-boot-2021.07/arch/mips/cpu/
H A Du-boot-spl.lds68 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/textproc/halibut/halibut-1.2/
H A Dinput.c631 rdstring indexstr; in read_file() local
1095 rdadd(&indexstr, ' '); in read_file()
1104 rdadds(&indexstr, t.text); in read_file()
1153 ustrlow(indexstr.text); in read_file()
1160 rdadd(&indexstr, L'\0'); in read_file()
1163 sfree(indexstr.text); in read_file()
1187 rdadd(&indexstr, L'"'); in read_file()
1259 rdadd(&indexstr, L'"'); in read_file()
1374 indexstr = nullrs; in read_file()
1490 indexstr = nullrs; in read_file()
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dvariable.c1778 streng *indexstr; in setvalue_compound() local
1801 indexstr = subst_index( TSD, name, stop, vars, &rehash ); in setvalue_compound()
1809 tracecompound( TSD, name, stop - 1, indexstr, 'C' ); in setvalue_compound()
1824 newbox( TSD, indexstr, value, nnptr, vt->fullhash ); in setvalue_compound()
2061 streng *indexstr; in expose_compound() local
2092 tracecompound( TSD, name, cptr - 1, indexstr, 'C'); in expose_compound()
2167 streng *indexstr; in getvalue_compound() local
2179 indexstr = subst_index( TSD, name, stop, vars, &rehash ); in getvalue_compound()
2226 Str_catTSD( value, indexstr ); in getvalue_compound()
2661 streng *indexstr; in drop_var_compound() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dquorum.c1004 char indexstr[INDEXSTR_LEN]; in quorum_open() local
1005 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%d", i); in quorum_open()
1008 s->children[i] = bdrv_open_child(NULL, options, indexstr, bs, in quorum_open()
1058 char indexstr[INDEXSTR_LEN]; in quorum_add_child() local
1073 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index); in quorum_add_child()
1085 child = bdrv_attach_child(bs, child_bs, indexstr, &child_of_bds, in quorum_add_child()
1103 char indexstr[INDEXSTR_LEN]; in quorum_del_child() local
1125 snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index - 1); in quorum_del_child()
1126 if (!strncmp(child->name, indexstr, INDEXSTR_LEN)) { in quorum_del_child()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dquorum.c1003 char indexstr[INDEXSTR_LEN]; in quorum_open() local
1004 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%d", i); in quorum_open()
1007 s->children[i] = bdrv_open_child(NULL, options, indexstr, bs, in quorum_open()
1057 char indexstr[INDEXSTR_LEN]; in quorum_add_child() local
1072 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index); in quorum_add_child()
1084 child = bdrv_attach_child(bs, child_bs, indexstr, &child_of_bds, in quorum_add_child()
1102 char indexstr[INDEXSTR_LEN]; in quorum_del_child() local
1124 snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index - 1); in quorum_del_child()
1125 if (!strncmp(child->name, indexstr, INDEXSTR_LEN)) { in quorum_del_child()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dquorum.c1003 char indexstr[INDEXSTR_LEN]; in quorum_open() local
1004 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%d", i); in quorum_open()
1007 s->children[i] = bdrv_open_child(NULL, options, indexstr, bs, in quorum_open()
1057 char indexstr[INDEXSTR_LEN]; in quorum_add_child() local
1072 ret = snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index); in quorum_add_child()
1084 child = bdrv_attach_child(bs, child_bs, indexstr, &child_of_bds, in quorum_add_child()
1102 char indexstr[INDEXSTR_LEN]; in quorum_del_child() local
1124 snprintf(indexstr, INDEXSTR_LEN, "children.%u", s->next_child_index - 1); in quorum_del_child()
1125 if (!strncmp(child->name, indexstr, INDEXSTR_LEN)) { in quorum_del_child()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/arch/mips/cpu/
H A Du-boot.lds88 .stab.indexstr 0 : { *(.stab.indexstr) }

12345678910>>...29