Searched refs:prt_buf (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | artec.c | 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]; artec_send_gamma_table() local 1899 char prt_buf[129] = ""; dump_inquiry() local [all...] |
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 90 static void prt_buf(char **addr, char *buf, int length, int format); 605 prt_buf(&readbuf, readbuf, format_size, format); in check_rw_buf() 756 static void prt_buf(char **addr, char *buf, int length, int format) in prt_buf() function
|
Completed in 5 milliseconds