Lines Matching refs:prt_buf
1058 char prt_buf[128];
1097 prt_buf[0] = '\0';
1104 if ( prt_buf[0] )
1106 strcat( prt_buf, "\n" );
1107 DBG( 9, "%s", prt_buf );
1109 sprintf (prt_buf, "%02x: ", i);
1112 strcat (prt_buf, tmp_buf );
1118 if ( prt_buf[0] )
1120 strcat( prt_buf, "\n" );
1121 DBG( 9, "%s", prt_buf );
1142 char prt_buf[128];
1196 prt_buf[0] = '\0';
1203 if ( prt_buf[0] )
1205 strcat( prt_buf, "\n" );
1206 DBG( 9, "%s", prt_buf );
1208 sprintf (prt_buf, "%02x: ", i);
1211 strcat (prt_buf, tmp_buf );
1219 if ( prt_buf[0] )
1221 strcat( prt_buf, "\n" );
1222 DBG( 9, "%s", prt_buf );
1899 char prt_buf[129] = "";
1909 sprintf (prt_buf, "0x%02x: ", i);
1913 strcat( prt_buf, tmp_buf );
1915 strcat( prt_buf, " ");
1920 strcat( prt_buf, tmp_buf );
1922 strcat( prt_buf, "\n" );
1923 DBG(4, "%s", prt_buf );