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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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>.
103 static char *bufr = NULL; variable
218 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
221 /* character written to bufr[] is a space, then <end> */
234 bufr = Realloc( bufr, bSize );
235 if( NULL == bufr )
246 bufr[end] = '\0';
252 if( !sfunc( bufr ) ) /* Go
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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>.
103 static char *bufr = NULL; variable
218 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
221 /* character written to bufr[] is a space, then <end> */
234 bufr = Realloc( bufr, bSize );
235 if( NULL == bufr )
246 bufr[end] = '\0';
252 if( !sfunc( bufr ) ) /* Go
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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>.
103 static char *bufr = NULL; variable
218 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
221 /* character written to bufr[] is a space, then <end> */
234 bufr = Realloc( bufr, bSize );
235 if( NULL == bufr )
246 bufr[end] = '\0';
252 if( !sfunc( bufr ) ) /* Go
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/param/
H A Dparams.c98 * bufr - pointer to a global buffer. This is probably a kludge,
100 * bSize - The size of the global buffer <bufr>.
103 static char *bufr = NULL; variable
246 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
249 /* character written to bufr[] is a space, then <end> */
265 char *tb = (char *)SMB_REALLOC_KEEP_OLD_ON_ERROR( bufr, bSize +BUFR_INC );
270 bufr = tb;
277 i = Continuation( bufr, i ); /* Check for line continuation. */
279 bufr[end] = '\0';
280 DEBUG(0, ("%s Badly formed line in configuration file: %s\n", func, bufr ));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dparams.c97 char *bufr; member in struct:__anon6798
206 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
209 /* character written to bufr[] is a space, then <end> */
223 tb = talloc_realloc(InFile, InFile->bufr, char, InFile->bSize + BUFR_INC);
229 InFile->bufr = tb;
237 InFile->bufr[end] = '\0';
243 if( !sfunc(InFile->bufr,userdata) ) /* Got a valid name. Deal with it. */
249 i = Continuation( InFile->bufr, i ); /* Check for line continuation. */
252 InFile->bufr[end] = '\0';
254 func, InFile->bufr ));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/param/
H A Dparams.c98 * bufr - pointer to a global buffer. This is probably a kludge,
100 * bSize - The size of the global buffer <bufr>.
103 static char *bufr = NULL; variable
246 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
249 /* character written to bufr[] is a space, then <end> */
265 char *tb = (char *)SMB_REALLOC_KEEP_OLD_ON_ERROR( bufr, bSize +BUFR_INC );
270 bufr = tb;
277 i = Continuation( bufr, i ); /* Check for line continuation. */
279 bufr[end] = '\0';
280 DEBUG(0, ("%s Badly formed line in configuration file: %s\n", func, bufr ));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dparams.c97 char *bufr; member in struct:__anon7703
206 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
209 /* character written to bufr[] is a space, then <end> */
223 tb = talloc_realloc(InFile, InFile->bufr, char, InFile->bSize + BUFR_INC);
229 InFile->bufr = tb;
237 InFile->bufr[end] = '\0';
243 if( !sfunc(InFile->bufr,userdata) ) /* Got a valid name. Deal with it. */
249 i = Continuation( InFile->bufr, i ); /* Check for line continuation. */
252 InFile->bufr[end] = '\0';
254 func, InFile->bufr ));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/param/
H A Dparams.c98 * bufr - pointer to a global buffer. This is probably a kludge,
100 * bSize - The size of the global buffer <bufr>.
103 static char *bufr = NULL; variable
246 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
249 /* character written to bufr[] is a space, then <end> */
265 char *tb = (char *)SMB_REALLOC_KEEP_OLD_ON_ERROR( bufr, bSize +BUFR_INC );
270 bufr = tb;
277 i = Continuation( bufr, i ); /* Check for line continuation. */
279 bufr[end] = '\0';
280 DEBUG(0, ("%s Badly formed line in configuration file: %s\n", func, bufr ));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dparams.c97 char *bufr; member in struct:__anon41728
206 i = 0; /* <i> is the offset of the next free byte in bufr[] and */
209 /* character written to bufr[] is a space, then <end> */
223 tb = talloc_realloc(InFile, InFile->bufr, char, InFile->bSize + BUFR_INC);
229 InFile->bufr = tb;
237 InFile->bufr[end] = '\0';
243 if( !sfunc(InFile->bufr,userdata) ) /* Got a valid name. Deal with it. */
249 i = Continuation( InFile->bufr, i ); /* Check for line continuation. */
252 InFile->bufr[end] = '\0';
254 func, InFile->bufr ));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Ddebugparse.c262 char bufr[DBG_BSIZE]; local
269 while( fgets( bufr, DBG_BSIZE, stdin ) )
271 for( i = 0; bufr[i]; i++ )
274 newtok = dbg_char2token( &state, bufr[i] );
289 (void)putchar( bufr[i] );
H A Ddebug2html.c228 char bufr[DBG_BSIZE]; local
239 && ((len = fread( bufr, 1, DBG_BSIZE, stdin )) > 0) )
244 newtok = dbg_char2token( &state, bufr[i] );
250 charprint( newtok, bufr[i] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Ddebugparse.c261 char bufr[DBG_BSIZE]; local
268 while( fgets( bufr, DBG_BSIZE, stdin ) )
270 for( i = 0; bufr[i]; i++ )
273 newtok = dbg_char2token( &state, bufr[i] );
288 (void)putchar( bufr[i] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Ddebugparse.c262 char bufr[DBG_BSIZE]; local
269 while( fgets( bufr, DBG_BSIZE, stdin ) )
271 for( i = 0; bufr[i]; i++ )
274 newtok = dbg_char2token( &state, bufr[i] );
289 (void)putchar( bufr[i] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Ddebugparse.c261 char bufr[DBG_BSIZE]; local
268 while( fgets( bufr, DBG_BSIZE, stdin ) )
270 for( i = 0; bufr[i]; i++ )
273 newtok = dbg_char2token( &state, bufr[i] );
288 (void)putchar( bufr[i] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Ddebugparse.c261 char bufr[DBG_BSIZE]; local
268 while( fgets( bufr, DBG_BSIZE, stdin ) )
270 for( i = 0; bufr[i]; i++ )
273 newtok = dbg_char2token( &state, bufr[i] );
288 (void)putchar( bufr[i] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Ddebugparse.c262 char bufr[DBG_BSIZE]; local
269 while( fgets( bufr, DBG_BSIZE, stdin ) )
271 for( i = 0; bufr[i]; i++ )
274 newtok = dbg_char2token( &state, bufr[i] );
289 (void)putchar( bufr[i] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dminissdp.h41 ProcessSSDPData(int s, const char *bufr, int n,
46 ProcessSSDPData(int s, const char *bufr, int n,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dminissdp.h41 ProcessSSDPData(int s, const char *bufr, int n,
46 ProcessSSDPData(int s, const char *bufr, int n,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dminissdp.h41 ProcessSSDPData(int s, const char *bufr, int n,
46 ProcessSSDPData(int s, const char *bufr, int n,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminissdp.c277 char bufr[512]; local
292 l = snprintf(bufr, sizeof(bufr),
311 if (l >= sizeof(bufr))
314 l = sizeof(bufr);
317 n = sendto(s, bufr, l, 0,
494 char bufr[1500]; local
502 .iov_base = bufr,
503 .iov_len = sizeof(bufr)-1
518 n = recvfrom(s, bufr, sizeo
774 char bufr[512]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminissdp.c277 char bufr[512]; local
292 l = snprintf(bufr, sizeof(bufr),
311 if (l >= sizeof(bufr))
314 l = sizeof(bufr);
317 n = sendto(s, bufr, l, 0,
494 char bufr[1500]; local
502 .iov_base = bufr,
503 .iov_len = sizeof(bufr)-1
518 n = recvfrom(s, bufr, sizeo
774 char bufr[512]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminissdp.c277 char bufr[512]; local
292 l = snprintf(bufr, sizeof(bufr),
311 if (l >= sizeof(bufr))
314 l = sizeof(bufr);
317 n = sendto(s, bufr, l, 0,
494 char bufr[1500]; local
502 .iov_base = bufr,
503 .iov_len = sizeof(bufr)-1
518 n = recvfrom(s, bufr, sizeo
774 char bufr[512]; local
[all...]

Completed in 195 milliseconds

12