Searched refs:trunc_cmd (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 Dsystem.c742 static pstring trunc_cmd; local
748 pstrcpy(trunc_cmd, command);
750 if(!(ptr = strtok(trunc_cmd, " \t"))) {
769 pstrcpy(trunc_cmd, command);
771 ptr = strtok(trunc_cmd, " \t");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dsystem.c742 static pstring trunc_cmd; local
748 pstrcpy(trunc_cmd, command);
750 if(!(ptr = strtok(trunc_cmd, " \t"))) {
769 pstrcpy(trunc_cmd, command);
771 ptr = strtok(trunc_cmd, " \t");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dsystem.c742 static pstring trunc_cmd; local
748 pstrcpy(trunc_cmd, command);
750 if(!(ptr = strtok(trunc_cmd, " \t"))) {
769 pstrcpy(trunc_cmd, command);
771 ptr = strtok(trunc_cmd, " \t");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsystem.c1281 char *trunc_cmd; local
1288 if (!(trunc_cmd = talloc_strdup(mem_ctx, command))) {
1293 if(!(ptr = strtok_r(trunc_cmd, " \t", &saveptr))) {
1294 TALLOC_FREE(trunc_cmd);
1306 TALLOC_FREE(trunc_cmd);
1316 if (!(trunc_cmd = talloc_strdup(mem_ctx, command))) {
1320 ptr = strtok_r(trunc_cmd, " \t", &saveptr);
1335 TALLOC_FREE(trunc_cmd);
1340 TALLOC_FREE(trunc_cmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsystem.c1281 char *trunc_cmd; local
1288 if (!(trunc_cmd = talloc_strdup(mem_ctx, command))) {
1293 if(!(ptr = strtok_r(trunc_cmd, " \t", &saveptr))) {
1294 TALLOC_FREE(trunc_cmd);
1306 TALLOC_FREE(trunc_cmd);
1316 if (!(trunc_cmd = talloc_strdup(mem_ctx, command))) {
1320 ptr = strtok_r(trunc_cmd, " \t", &saveptr);
1335 TALLOC_FREE(trunc_cmd);
1340 TALLOC_FREE(trunc_cmd);
/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.c1281 char *trunc_cmd; local
1288 if (!(trunc_cmd = talloc_strdup(mem_ctx, command))) {
1293 if(!(ptr = strtok_r(trunc_cmd, " \t", &saveptr))) {
1294 TALLOC_FREE(trunc_cmd);
1306 TALLOC_FREE(trunc_cmd);
1316 if (!(trunc_cmd = talloc_strdup(mem_ctx, command))) {
1320 ptr = strtok_r(trunc_cmd, " \t", &saveptr);
1335 TALLOC_FREE(trunc_cmd);
1340 TALLOC_FREE(trunc_cmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsystem.c1276 static pstring trunc_cmd; local
1282 pstrcpy(trunc_cmd, command);
1284 if(!(ptr = strtok(trunc_cmd, " \t"))) {
1303 pstrcpy(trunc_cmd, command);
1305 ptr = strtok(trunc_cmd, " \t");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsystem.c1276 static pstring trunc_cmd; local
1282 pstrcpy(trunc_cmd, command);
1284 if(!(ptr = strtok(trunc_cmd, " \t"))) {
1303 pstrcpy(trunc_cmd, command);
1305 ptr = strtok(trunc_cmd, " \t");
/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.c1276 static pstring trunc_cmd; local
1282 pstrcpy(trunc_cmd, command);
1284 if(!(ptr = strtok(trunc_cmd, " \t"))) {
1303 pstrcpy(trunc_cmd, command);
1305 ptr = strtok(trunc_cmd, " \t");

Completed in 361 milliseconds