Searched refs:print_buf (Results 1 – 2 of 2) sorted by relevance
277 print_buf[ 0 ] = '0'; in printll()278 print_buf[ 1 ] = '\0'; in printll()288 s = print_buf + sizeof( print_buf ) - 1; in printll()332 char print_buf[ PRINT_BUF_LEN ]; in printi() local342 print_buf[ 0 ] = '0'; in printi()343 print_buf[ 1 ] = '\0'; in printi()344 return prints( apBuf, print_buf ); in printi()353 s = print_buf + sizeof( print_buf ) - 1; in printi()430 char print_buf[ 16 ]; in printIp() local432 sprintf( print_buf, "%u.%u.%u.%u", in printIp()[all …]
337 print_buf[ 0 ] = '0'; in printll()338 print_buf[ 1 ] = '\0'; in printll()348 s = print_buf + sizeof print_buf - 1; in printll()392 char print_buf[ PRINT_BUF_LEN ]; in printi() local402 print_buf[ 0 ] = '0'; in printi()403 print_buf[ 1 ] = '\0'; in printi()404 return prints( apBuf, print_buf ); in printi()413 s = print_buf + sizeof print_buf - 1; in printi()490 char print_buf[ 16 ]; in printIp() local492 sprintf( print_buf, "%u.%u.%u.%u", in printIp()[all …]
Completed in 8 milliseconds