File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/exec.h.tar
Back
usr/src/linux-headers-5.15.0-142/arch/arc/include/asm/exec.h 0000644 00000000410 15030422522 0016714 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #ifndef __ASM_ARC_EXEC_H #define __ASM_ARC_EXEC_H /* Align to 16b */ #define arch_align_stack(p) ((unsigned long)(p) & ~0xf) #endif usr/local/lswsbak/lsphp81/include/php/ext/standard/exec.h 0000644 00000002430 15030475034 0017323 0 ustar 00 /* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ #ifndef EXEC_H #define EXEC_H PHP_MINIT_FUNCTION(proc_open); PHP_MINIT_FUNCTION(exec); PHPAPI zend_string *php_escape_shell_cmd(const char *str); PHPAPI zend_string *php_escape_shell_arg(const char *str); PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value); #endif /* EXEC_H */ usr/src/linux-headers-5.15.0-133/arch/hexagon/include/asm/exec.h 0000644 00000000616 15030475065 0017622 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-only */ /* * Process execution related definitions for the Hexagon architecture * * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. */ #ifndef _ASM_EXEC_H #define _ASM_EXEC_H /* Should probably shoot for an 8-byte aligned stack pointer */ #define STACK_MASK (~7) #define arch_align_stack(x) (x & STACK_MASK) #endif /* _ASM_EXEC_H */ usr/src/linux-headers-5.15.0-133/arch/mips/include/asm/exec.h 0000644 00000001103 15030557466 0017137 0 ustar 00 /* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 95, 96, 97, 98, 99, 2003, 06 by Ralf Baechle * Copyright (C) 1996 by Paul M. Antoine * Copyright (C) 1999 Silicon Graphics * Kevin D. Kissell, kevink@mips.org and Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. */ #ifndef _ASM_EXEC_H #define _ASM_EXEC_H extern unsigned long arch_align_stack(unsigned long sp); #endif /* _ASM_EXEC_H */
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings