Lines Matching refs:NULL
38 int rt = RunElf(testELF, NULL, NULL);
50 int rt = RunElf(testELF, NULL, NULL);
84 rt = RunElf(testELF1, NULL, NULL);
87 rt = RunElf("./executor3", NULL, NULL);
89 rt = RunElf("../data/executor3", NULL, NULL);
92 rt = RunElf("../executor2", NULL, NULL);
95 rt = StartExecveError("./executorNoExist", NULL, NULL);
115 char *arg[] = {"1", "!@#$%^&*()_+", NULL};
116 rt = RunElf(resELF, arg, NULL);
120 char *arg2[] = {"2", "aaaa", "bbbb", NULL};
121 rt = RunElf(resELF, arg2, NULL);
125 char *arg3[] = {"3", "-f", "/home/result/log.txt", "-d", "!@#$%^&*()_+", NULL};
126 rt = RunElf(resELF, arg3, NULL);
140 char *arg[] = {"1", "!@#$%^&*()_+", NULL};
141 rt = RunElf(resELF, NULL, arg);
145 char *arg2[]={"2", "aaaa", "bbbb", NULL};
146 rt = RunElf(resELF, NULL, arg2);
150 char *arg3[] = {"3", "-f", "/home/result/log.txt", "-d", "!@#$%^&*()_+", NULL};
151 rt = RunElf(resELF, NULL, arg3);