Searched refs:truncated_prog (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/utils/
H A Dtestparm.c110 pstring truncated_prog; local
115 *truncated_prog = '\0';
116 next_token(&p, truncated_prog, NULL, sizeof(pstring));
118 if(access(truncated_prog, F_OK) == -1) {
120 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/utils/
H A Dtestparm.c110 pstring truncated_prog; local
115 *truncated_prog = '\0';
116 next_token(&p, truncated_prog, NULL, sizeof(pstring));
118 if(access(truncated_prog, F_OK) == -1) {
120 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/utils/
H A Dtestparm.c110 pstring truncated_prog; local
115 *truncated_prog = '\0';
116 next_token(&p, truncated_prog, NULL, sizeof(pstring));
118 if(access(truncated_prog, F_OK) == -1) {
120 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dtestparm.c118 pstring truncated_prog; local
123 *truncated_prog = '\0';
124 next_token(&p, truncated_prog, NULL, sizeof(pstring));
126 if(access(truncated_prog, F_OK) == -1) {
128 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dtestparm.c118 pstring truncated_prog; local
123 *truncated_prog = '\0';
124 next_token(&p, truncated_prog, NULL, sizeof(pstring));
126 if(access(truncated_prog, F_OK) == -1) {
128 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dtestparm.c118 pstring truncated_prog; local
123 *truncated_prog = '\0';
124 next_token(&p, truncated_prog, NULL, sizeof(pstring));
126 if(access(truncated_prog, F_OK) == -1) {
128 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dtestparm.c161 char *truncated_prog = NULL; local
168 &truncated_prog, NULL); local
169 if (truncated_prog && access(truncated_prog, F_OK) == -1) {
171 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dtestparm.c161 char *truncated_prog = NULL; local
168 &truncated_prog, NULL); local
169 if (truncated_prog && access(truncated_prog, F_OK) == -1) {
171 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dtestparm.c161 char *truncated_prog = NULL; local
168 &truncated_prog, NULL); local
169 if (truncated_prog && access(truncated_prog, F_OK) == -1) {
171 cannot be executed (error was %s).\n", truncated_prog, strerror(errno) );

Completed in 139 milliseconds