Searched refs:format_pos (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Ddebug.c106 * format_pos - Marks the first free byte of the format_bufr.
115 static size_t format_pos = 0; variable
450 format_bufr[format_pos] = '\0';
452 format_pos = 0;
481 if(timestamp && 0 == format_pos)
484 format_pos = 2;
488 if( format_pos < FORMAT_BUFR_MAX )
489 format_bufr[format_pos++] = msg[i];
498 if( format_pos >= FORMAT_BUFR_MAX )
506 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Ddebug.c106 * format_pos - Marks the first free byte of the format_bufr.
115 static size_t format_pos = 0; variable
450 format_bufr[format_pos] = '\0';
452 format_pos = 0;
481 if(timestamp && 0 == format_pos)
484 format_pos = 2;
488 if( format_pos < FORMAT_BUFR_MAX )
489 format_bufr[format_pos++] = msg[i];
498 if( format_pos >= FORMAT_BUFR_MAX )
506 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Ddebug.c106 * format_pos - Marks the first free byte of the format_bufr.
115 static size_t format_pos = 0; variable
450 format_bufr[format_pos] = '\0';
452 format_pos = 0;
481 if(timestamp && 0 == format_pos)
484 format_pos = 2;
488 if( format_pos < FORMAT_BUFR_MAX )
489 format_bufr[format_pos++] = msg[i];
498 if( format_pos >= FORMAT_BUFR_MAX )
506 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Ddebug.c127 * format_pos - Marks the first free byte of the format_bufr.
142 static size_t format_pos = 0; variable
845 format_bufr[format_pos] = '\0';
847 format_pos = 0;
873 if(timestamp && 0 == format_pos) {
875 format_pos = 2;
879 if( format_pos < FORMAT_BUFR_MAX )
880 format_bufr[format_pos++] = msg[i];
889 if( format_pos >= FORMAT_BUFR_MAX ) {
896 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Ddebug.c126 * format_pos - Marks the first free byte of the format_bufr.
141 static size_t format_pos = 0; variable
904 format_bufr[format_pos] = '\0';
906 format_pos = 0;
936 if(timestamp && 0 == format_pos) {
938 format_pos = 2;
942 if( format_pos < FORMAT_BUFR_MAX )
943 format_bufr[format_pos++] = msg[i];
952 if( format_pos >= FORMAT_BUFR_MAX ) {
959 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Ddebug.c127 * format_pos - Marks the first free byte of the format_bufr.
142 static size_t format_pos = 0; variable
845 format_bufr[format_pos] = '\0';
847 format_pos = 0;
873 if(timestamp && 0 == format_pos) {
875 format_pos = 2;
879 if( format_pos < FORMAT_BUFR_MAX )
880 format_bufr[format_pos++] = msg[i];
889 if( format_pos >= FORMAT_BUFR_MAX ) {
896 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Ddebug.c126 * format_pos - Marks the first free byte of the format_bufr.
141 static size_t format_pos = 0; variable
904 format_bufr[format_pos] = '\0';
906 format_pos = 0;
936 if(timestamp && 0 == format_pos) {
938 format_pos = 2;
942 if( format_pos < FORMAT_BUFR_MAX )
943 format_bufr[format_pos++] = msg[i];
952 if( format_pos >= FORMAT_BUFR_MAX ) {
959 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Ddebug.c126 * format_pos - Marks the first free byte of the format_bufr.
141 static size_t format_pos = 0; variable
904 format_bufr[format_pos] = '\0';
906 format_pos = 0;
936 if(timestamp && 0 == format_pos) {
938 format_pos = 2;
942 if( format_pos < FORMAT_BUFR_MAX )
943 format_bufr[format_pos++] = msg[i];
952 if( format_pos >= FORMAT_BUFR_MAX ) {
959 format_bufr[format_pos]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Ddebug.c127 * format_pos - Marks the first free byte of the format_bufr.
142 static size_t format_pos = 0; variable
845 format_bufr[format_pos] = '\0';
847 format_pos = 0;
873 if(timestamp && 0 == format_pos) {
875 format_pos = 2;
879 if( format_pos < FORMAT_BUFR_MAX )
880 format_bufr[format_pos++] = msg[i];
889 if( format_pos >= FORMAT_BUFR_MAX ) {
896 format_bufr[format_pos]
[all...]

Completed in 275 milliseconds