Lines Matching refs:rt
42 int rt = execl(resELF, "1", "!@#$%^&*()_+", NULL);
43 if (rt == -1) {
63 int rt = execlp("executor2", "1", "!@#$%^&*()_+", NULL);
64 if (rt == -1) {
88 int rt = execle(resELF, "executor1", "-n", "NAME", "-v", "Bob", NULL, env);
89 if (rt == -1) {
113 int rt = execv(resELF, arg);
114 if (rt == -1) {
139 int rt = execvp("executor1", arg);
140 if (rt == -1) {