Searched refs:argcl (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dsystem.c744 int argcl; local
759 for( argcl = 1; ptr; ptr = strtok(NULL, " \t"))
760 argcl++;
762 if((argl = (char **)malloc((argcl + 1) * sizeof(char *))) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dsystem.c744 int argcl; local
759 for( argcl = 1; ptr; ptr = strtok(NULL, " \t"))
760 argcl++;
762 if((argl = (char **)malloc((argcl + 1) * sizeof(char *))) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dsystem.c744 int argcl; local
759 for( argcl = 1; ptr; ptr = strtok(NULL, " \t"))
760 argcl++;
762 if((argl = (char **)malloc((argcl + 1) * sizeof(char *))) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dclitar.c1366 int argcl = 0; local
1374 argl=toktocliplist(&argcl, NULL);
1375 if (!tar_parseargs(argcl, argl, buf, 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/client/
H A Dclitar.c1464 int argcl = 0; local
1472 argl=toktocliplist(&argcl, NULL);
1473 if (!tar_parseargs(argcl, argl, buf, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/client/
H A Dclitar.c1366 int argcl = 0; local
1374 argl=toktocliplist(&argcl, NULL);
1375 if (!tar_parseargs(argcl, argl, buf, 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/client/
H A Dclitar.c1434 int argcl; local
1442 argl=toktocliplist(&argcl, NULL);
1443 if (!tar_parseargs(argcl, argl, buf, 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/client/
H A Dclitar.c1464 int argcl = 0; local
1472 argl=toktocliplist(&argcl, NULL);
1473 if (!tar_parseargs(argcl, argl, buf, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/client/
H A Dclitar.c1434 int argcl; local
1442 argl=toktocliplist(&argcl, NULL);
1443 if (!tar_parseargs(argcl, argl, buf, 0))
/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.c1464 int argcl = 0; local
1472 argl=toktocliplist(&argcl, NULL);
1473 if (!tar_parseargs(argcl, argl, buf, 0)) {
/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.c1366 int argcl = 0; local
1374 argl=toktocliplist(&argcl, NULL);
1375 if (!tar_parseargs(argcl, argl, buf, 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/client/
H A Dclitar.c1434 int argcl; local
1442 argl=toktocliplist(&argcl, NULL);
1443 if (!tar_parseargs(argcl, argl, buf, 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsystem.c1278 int argcl; local
1293 for( argcl = 1; ptr; ptr = strtok(NULL, " \t"))
1294 argcl++;
1296 if((argl = (char **)SMB_MALLOC((argcl + 1) * sizeof(char *))) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsystem.c1284 int argcl; local
1303 for( argcl = 1; ptr; ptr = strtok_r(NULL, " \t", &saveptr))
1304 argcl++;
1308 if (!(argl = TALLOC_ARRAY(mem_ctx, char *, argcl + 1))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsystem.c1278 int argcl; local
1293 for( argcl = 1; ptr; ptr = strtok(NULL, " \t"))
1294 argcl++;
1296 if((argl = (char **)SMB_MALLOC((argcl + 1) * sizeof(char *))) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsystem.c1284 int argcl; local
1303 for( argcl = 1; ptr; ptr = strtok_r(NULL, " \t", &saveptr))
1304 argcl++;
1308 if (!(argl = TALLOC_ARRAY(mem_ctx, char *, argcl + 1))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dsystem.c1284 int argcl; local
1303 for( argcl = 1; ptr; ptr = strtok_r(NULL, " \t", &saveptr))
1304 argcl++;
1308 if (!(argl = TALLOC_ARRAY(mem_ctx, char *, argcl + 1))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dsystem.c1278 int argcl; local
1293 for( argcl = 1; ptr; ptr = strtok(NULL, " \t"))
1294 argcl++;
1296 if((argl = (char **)SMB_MALLOC((argcl + 1) * sizeof(char *))) == NULL)

Completed in 237 milliseconds