Searched refs:xout (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/util/
H A Dbprint.c22 char xout[ BPXLEN ], aout[ BPALEN ]; local
25 memset( xout, 0, BPXLEN );
30 printf( "%-48s\t%-16s\n", xout, aout );
31 memset( xout, 0, BPXLEN );
42 xout[ (i*3) ] = hexdig[ ( *data & 0xf0 ) >> 4 ];
43 xout[ (i*3) + 1 ] = hexdig[ *data & 0x0f ];
44 xout[ (i*3) + 2 ] = ' ';
48 printf( "%-48s\t%-16s\n", xout, aout );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/util/
H A Dbprint.c22 char xout[ BPXLEN ], aout[ BPALEN ]; local
25 memset( xout, 0, BPXLEN );
30 printf( "%-48s\t%-16s\n", xout, aout );
31 memset( xout, 0, BPXLEN );
42 xout[ (i*3) ] = hexdig[ ( *data & 0xf0 ) >> 4 ];
43 xout[ (i*3) + 1 ] = hexdig[ *data & 0x0f ];
44 xout[ (i*3) + 2 ] = ' ';
48 printf( "%-48s\t%-16s\n", xout, aout );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/util/
H A Dbprint.c22 char xout[ BPXLEN ], aout[ BPALEN ]; local
25 memset( xout, 0, BPXLEN );
30 printf( "%-48s\t%-16s\n", xout, aout );
31 memset( xout, 0, BPXLEN );
42 xout[ (i*3) ] = hexdig[ ( *data & 0xf0 ) >> 4 ];
43 xout[ (i*3) + 1 ] = hexdig[ *data & 0x0f ];
44 xout[ (i*3) + 2 ] = ' ';
48 printf( "%-48s\t%-16s\n", xout, aout );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dlpf.c556 int state, i, xout, lastc; local
568 lastc = xout = state = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dlpf.c556 int state, i, xout, lastc; local
568 lastc = xout = state = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dlpf.c556 int state, i, xout, lastc; local
568 lastc = xout = state = 0;

Completed in 266 milliseconds