Searched refs:argvs (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Dlaunch.c34 char * argvs[2] = {"", NULL}; local
43 argvs[0] = "sleep-i386";
44 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 0)) goto test_failed_exit;
47 argvs[0] = "sleep-x86_64-4G";
48 if (do_execve_test("helpers/sleep-x86_64-4G", argvs, NULL, 0)) goto test_failed_exit;
51 argvs[0] = "sleep-x86_64-4K";
52 if (do_execve_test("helpers/sleep-x86_64-4K", argvs, NULL, 0)) goto test_failed_exit;
62 argvs[0] = "sleep-x86_64-4G";
63 if (do_execve_test("helpers/sleep-x86_64-4G", argvs, NULL, 1)) goto test_failed_exit;
66 argvs[
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c2019 char * argvs[2] = {"", NULL}; local
2041 argvs[0] = "sleep-x86_64-4G";
2042 if (do_execve_test("helpers/sleep-x86_64-4G", argvs, NULL, 1)) goto test_failed_exit;
2045 argvs[0] = "sleep-x86_64-4K";
2046 if (do_execve_test("helpers/sleep-x86_64-4K", argvs, NULL, 1)) goto test_failed_exit;
2049 argvs[0] = "sleep-i386";
2050 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 1)) goto test_failed_exit;
2054 argvs[0] = "launch-i386";
2055 if (do_execve_test("helpers/launch-i386", argvs, NULL, 1) != 0) goto test_failed_exit;
2070 argvs[
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c973 static char argvs[MAXARGLEN]; local
978 if (strlen(arg) > sizeof(argvs) - 1) {
997 argvs[j++] = '\0';
1001 argvs[j++] = arg[i];
1005 argv[argc] = argvs + j;
1014 argvs[j++] = arg[i];
1022 argvs[j++] = arg[i];
1031 if (j >= sizeof(argvs) - 5)
1033 argvs[j++] = '\\';
1034 argvs[
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-macs.el2541 (defun cl-defsubst-expand (argns body simple whole unsafe &rest argvs)
2542 (if (and whole (not (cl-safe-expr-p (cons 'progn argvs)))) whole
2543 (if (cl-simple-exprs-p argvs) (setq simple t))
2551 argns argvs))))

Completed in 225 milliseconds