Searched refs:buffer_p (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dtr.c90 static unsigned expand(const char *arg, char **buffer_p) argument
92 char *buffer = *buffer_p;
101 *buffer_p = buffer = xrealloc(buffer, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dtr.c90 static unsigned expand(const char *arg, char **buffer_p) argument
92 char *buffer = *buffer_p;
101 *buffer_p = buffer = xrealloc(buffer, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dtr.c90 static unsigned expand(const char *arg, char **buffer_p) argument
92 char *buffer = *buffer_p;
101 *buffer_p = buffer = xrealloc(buffer, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dclitar.c80 static char *tarbuf, *buffer_p; variable
946 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
982 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
986 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1005 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1022 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1100 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1106 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1107 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1128 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/client/
H A Dclitar.c78 static char *tarbuf, *buffer_p; variable
983 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1020 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
1024 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1043 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1060 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1139 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1145 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1146 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1167 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/client/
H A Dclitar.c80 static char *tarbuf, *buffer_p; variable
946 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
982 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
986 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1005 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1022 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1100 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1106 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1107 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1128 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/client/
H A Dclitar.c87 static char *tarbuf, *buffer_p; variable
970 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1010 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
1014 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1034 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1053 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1141 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1148 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1149 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1171 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/client/
H A Dclitar.c78 static char *tarbuf, *buffer_p; variable
983 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1020 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
1024 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1043 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1060 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1139 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1145 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1146 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1167 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/client/
H A Dclitar.c87 static char *tarbuf, *buffer_p; variable
970 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1010 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
1014 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1034 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1053 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1141 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1148 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1149 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1171 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/client/
H A Dclitar.c78 static char *tarbuf, *buffer_p; variable
983 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1020 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
1024 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1043 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1060 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1139 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1145 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1146 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1167 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/client/
H A Dclitar.c80 static char *tarbuf, *buffer_p; variable
946 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
982 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
986 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1005 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1022 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1100 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1106 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1107 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1128 buffer_p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/client/
H A Dclitar.c87 static char *tarbuf, *buffer_p; variable
970 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1010 dsize = MIN(tbufsiz - (buffer_p - tarbuf) - bpos, 65520); /* Calculate the size to write */
1014 if (cli_write(cli, fnum, 0, buffer_p + bpos, pos, dsize) != dsize) {
1034 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) { /* and skip the block */
1053 if (next_block(tarbuf, &buffer_p, tbufsiz) <=0) {
1141 if (next_block(tarbuf, &buffer_p, tbufsiz) <= 0) {
1148 unfixtarname(longname + offset, buffer_p, MIN(TBLOCK, finfo.size), first--);
1149 DEBUG(5, ("UnfixedName: %s, buffer: %s\n", longname, buffer_p));
1171 buffer_p
[all...]

Completed in 308 milliseconds