!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/memcpy/base/   drwxr-xr-x
Free 13.34 GB of 57.97 GB (23.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     memcpy_base_default.h (1.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Copyright (c) 2004-2006 The University of Tennessee and The University
 *                         of Tennessee Research Foundation.  All rights
 *                         reserved.
 * $COPYRIGHT$
 *
 * Additional copyrights may follow
 *
 * $HEADER$
 */

#ifndef OPAL_MCA_MEMCPY_BASE_MEMCPY_BASE_NULL_H
#define OPAL_MCA_MEMCPY_BASE_MEMCPY_BASE_NULL_H

#define opal_memcpy( dst, src, length ) \
    memcpy( (dst), (src), (length) );

#define opal_memcpy_tov( dst_iov, src, count )        \
    do {                                              \
        int _i;                                       \
        char* _src = (char*)src;                      \
                                                      \
        for( _i = 0; _i < count; _i++ ) {             \
            opal_memcpy( dst_iov[_i].iov_base, _src,  \
                         dst_iov[_i].iov_len );       \
            _src += dst_iov[_i].iov_len;              \
        }                                             \
    } while (0)

#define opal_memcpy_fromv( dst, src_iov, count )        \
    do {                                                \
        int _i;                                         \
        char* _dst = (char*)dst;                        \
                                                        \
        for( _i = 0; _i < count; _i++ ) {               \
            opal_memcpy( _dst, src_iov[_i].iov_base,    \
                         src_iov[_i].iov_len );         \
            _dst += src_iov[_i].iov_len;                \
        }                                               \
    } while (0)

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0319 ]--