Searched refs:attrbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libdpv/
H A Ddialogrc.c117 char attrbuf[4]; local
148 /* Initialize the attrbuf (fg,bg,hi,NUL) */
149 attrbuf[0] = '0';
150 attrbuf[1] = '0';
151 attrbuf[2] = 'B'; /* \ZB = disable; \Zb = enable (see dialog(1)) */
152 attrbuf[3] = '\0';
155 if (strncmp(cp, "red,", 4) == 0) attrbuf[0] = '1';
156 else if (strncmp(cp, "green,", 6) == 0) attrbuf[0] = '2';
157 else if (strncmp(cp, "yellow,", 7) == 0) attrbuf[0] = '3';
158 else if (strncmp(cp, "blue,", 5) == 0) attrbuf[
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_attr.c57 dwarf_attrlist(Dwarf_Die die, Dwarf_Attribute **attrbuf, argument
66 if (die == NULL || attrbuf == NULL || attrcount == NULL) {
79 *attrbuf = die->die_attrarray;
93 *attrbuf = die->die_attrarray;

Completed in 108 milliseconds