Searched refs:bufr (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/param/
H A Dparams.c96 * bufr - pointer to a global buffer. This is probably a kludge,
98 * bSize - The size of the global buffer <bufr>.
101 static char *bufr = NULL; variable
224 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
227 /* character written to bufr[] is a space, then <end> */
241 tb = Realloc( bufr, bSize +BUFR_INC );
247 bufr = tb;
255 bufr[end] = '\0';
261 if( !sfunc(bufr) ) /* Got a valid name. Deal with it. */
267 i = Continuation( bufr,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/ubiqx/
H A Ddebugparse.c261 char bufr[DBG_BSIZE]; local
268 while( fgets( bufr, DBG_BSIZE, stdin ) )
270 for( i = 0; bufr[i]; i++ )
273 new = dbg_char2token( &state, bufr[i] );
288 (void)putchar( bufr[i] );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Ddebug2html.c224 char bufr[DBG_BSIZE]; local
235 && ((len = fread( bufr, 1, DBG_BSIZE, stdin )) > 0) )
240 new = dbg_char2token( &state, bufr[i] );
246 charprint( new, bufr[i] );

Completed in 43 milliseconds