HomeSort by: relevance | last modified time | path
    Searched refs:execve (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h 27 # define execve _execve macro
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorg-wrapper.c 284 (void) execve(argv[0], argv, empty_envp);
  /xsrc/external/mit/xdm/dist/xdm/
session.c 896 Debug ("attempting to execve() %s\n", argv[0]);
897 execve (argv[0], argv, environ);
899 Debug ("execve() of %s failed: %s\n", argv[0], _SysErrorMsg (errno));
964 Debug ("Attempting to execve() %s\n", newargv[0]);
965 execve (newargv[0], newargv, environ);
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-death-test.cc 1262 // We can safely call execve() as it's a direct system call. We
1264 // unsafe. Since execve() doesn't search the PATH, the user must
1267 execve(args->argv[0], args->argv, GetEnviron());
1268 DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " +
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-death-test.cc 976 // We can safely call execve() as it's a direct system call. We
978 // unsafe. Since execve() doesn't search the PATH, the user must
981 execve(args->argv[0], args->argv, GetEnviron());
982 DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " +
  /xsrc/external/mit/xedit/dist/lisp/
stream.c 736 execve("/bin/sh", argv, environ);

Completed in 11 milliseconds