Home
last modified time | relevance | path

Searched refs:temp_string (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/usbconfig/
H A Ddump.c99 uint8_t temp_string[256]; in dump_field() local
151 temp_string, sizeof(temp_string))) { in dump_field()
155 printf(" <%s>\n", temp_string); in dump_field()
/dragonfly/contrib/gdb-7/readline/
H A Dcomplete.c1680 char temp_string[4], *filename; local
1687 temp_string[temp_string_index++] = quote_char;
1690 temp_string[temp_string_index++] = delimiter;
1692 temp_string[temp_string_index++] = rl_completion_append_character;
1694 temp_string[temp_string_index++] = '\0';
1725 rl_insert_text (temp_string);
1732 rl_insert_text (temp_string);
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c8931 char *temp_string; in i386_att_operand() local
8945 temp_string = base_string; in i386_att_operand()
8956 displacement_string_end = temp_string; in i386_att_operand()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c10654 char *temp_string; in i386_att_operand() local
10668 temp_string = base_string; in i386_att_operand()
10679 displacement_string_end = temp_string; in i386_att_operand()