代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/318039/3572517

c rlm_exec.c

/* * rlm_exec.c * * Version: $Id: rlm_exec.c,v 1.30 2007/11/25 14:02:10 aland Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G
www.eeworm.com/read/316872/3593136

c exec-osm.c

/* * Executive OSM * * Copyright (C) 1999-2002 Red Hat Software * * Written by Alan Cox, Building Number Three Ltd * * This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/314941/3627340

php callback-exec.php

www.eeworm.com/read/314491/3632289

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/306958/3730316

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/304805/3785625

c do_exec.c

/* The kernel call implemented in this file: * m_type: SYS_EXEC * * The parameters for this kernel call are: * m1_i1: PR_PROC_NR (process that did exec call) * m1_p1: PR_STACK_PTR (new
www.eeworm.com/read/304222/3802156

c sys_exec.c

#include "syslib.h" PUBLIC int sys_exec(proc, ptr, traced, prog_name, initpc) int proc; /* process that did exec */ char *ptr; /* new stack pointer */ int traced; /* is tracing enabled? */ char
www.eeworm.com/read/303961/3803897

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/302839/3822880

h exec_ecoff.h

/* * Taken from NetBSD sys/exec_ecoff.h */ /* $NetBSD: exec_ecoff.h,v 1.13 2003/01/18 09:53:18 thorpej Exp $ */ /* * Copyright (c) 1994 Adam Glass * All rights reserved. * * Redistribution and
www.eeworm.com/read/302839/3822882

h exec_aout.h

/* * Taken from NetBSD sys/exec_aout.h */ /* $NetBSD: exec_aout.h,v 1.29 2002/12/10 17:14:31 thorpej Exp $ */ /* * Copyright (c) 1993, 1994 Christopher G. Demetriou * All rights reserved. * *