代码搜索:execve
找到约 549 项符合「execve」的源代码
代码结果 549
www.eeworm.com/read/124910/6039391
c execve.c
/* Copyright (C) 1991, 92, 93, 94, 95, 97 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it
www.eeworm.com/read/124347/6050821
s execve.s
.globl _execve
.globl execve
_execve:
execve:
movl $0x3b, %eax
lcall $7,$0
jb _cerror
www.eeworm.com/read/124347/6050907
c execve.c
#include
#include
#include
#include "sys/syscall.h"
int errno;
int __trap0 (int function, int p1, int p2, int p3);
#define TRAP0(f, p1, p2, p3) __trap0(f, (int)
www.eeworm.com/read/124347/6050942
c execve.c
#include
#include
#include
#include "sys/syscall.h"
int errno;
int __trap0 ();
#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))
int
_execve (const cha
www.eeworm.com/read/124347/6051355
s execve.s
! execve.S
! This function is invoked by the other exec*() fns.
!
! If sizeof(char *) == 64, we invoke a new Shade function until the real one
! is defined.
#include "sys/syscallasm.h"
TEXT_SECTION
www.eeworm.com/read/124347/6051438
c execve.c
/* execve stub for MMIXware.
Copyright (C) 2001 Hans-Peter Nilsson
Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice,
www.eeworm.com/read/124347/6052248
c execve.c
/* execve.c */
/* This and the other exec*.c files in this directory require
the target to provide the _execve syscall. */
#include
int
execve (const char *path, char * const argv
www.eeworm.com/read/121089/6069763
asm execve.asm
title execve -- stub to disable C execs and spawns
;--------------------------------------------------------------------------
;
; Microsoft C Compiler Runtime for MS-DOS
;
; (C)Copyright Micr
www.eeworm.com/read/113399/6131730
s execve.s
.sect .text
.extern __execve
.define _execve
.align 2
_execve:
jmp __execve
www.eeworm.com/read/101135/6238025
2 execve.2
EXECVE(2) Minix Programmer's Manual EXECVE(2)
NAME
execve - execute a file
SYNOPSIS
#include
int execve(const char *name, ch