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/gcc.dg/compat/   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:     struct-by-value-20_x.c (4.93 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#include "compat-common.h"

#define T(TYPE)                            \
TYPE g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE;        \
TYPE g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE;        \
TYPE g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE;        \
TYPE g13s##TYPE, g14s##TYPE, g15s##TYPE, g16s##TYPE;        \
                                \
extern void init##TYPE (TYPE *p, int i);            \
extern void checkg##TYPE (void);                \
extern void                            \
test##TYPE (TYPE s1, TYPE s2, TYPE s3, TYPE s4,            \
        TYPE s5, TYPE s6, TYPE s7, TYPE s8,            \
        TYPE s9, TYPE s10, TYPE s11, TYPE s12,        \
        TYPE s13, TYPE s14, TYPE s15, TYPE s16);        \
extern void testva##TYPE (int n, ...);                \
                                \
void                                \
test2_##TYPE (TYPE s1, TYPE s2, TYPE s3, TYPE s4,        \
          TYPE s5, TYPE s6, TYPE s7, TYPE s8)        \
{                                \
  test##TYPE (s1, g2s##TYPE, s2, g4s##TYPE,            \
          s3, g6s##TYPE, s4, g8s##TYPE,            \
          s5, g10s##TYPE, s6, g12s##TYPE,            \
          s7, g14s##TYPE, s8, g16s##TYPE);            \
}                                \
                                \
void                                \
testit##TYPE (void)                        \
{                                \
  DEBUG_FPUTS (#TYPE);                        \
  DEBUG_FPUTS (" init: ");                    \
  init##TYPE  ( &g1s##TYPE,  1);                \
  init##TYPE  ( &g2s##TYPE,  2);                \
  init##TYPE  ( &g3s##TYPE,  3);                \
  init##TYPE  ( &g4s##TYPE,  4);                \
  init##TYPE  ( &g5s##TYPE,  5);                \
  init##TYPE  ( &g6s##TYPE,  6);                \
  init##TYPE  ( &g7s##TYPE,  7);                \
  init##TYPE  ( &g8s##TYPE,  8);                \
  init##TYPE  ( &g9s##TYPE,  9);                \
  init##TYPE  (&g10s##TYPE, 10);                \
  init##TYPE  (&g11s##TYPE, 11);                \
  init##TYPE  (&g12s##TYPE, 12);                \
  init##TYPE  (&g13s##TYPE, 13);                \
  init##TYPE  (&g14s##TYPE, 14);                \
  init##TYPE  (&g15s##TYPE, 15);                \
  init##TYPE  (&g16s##TYPE, 16);                \
  checkg##TYPE ();                        \
  DEBUG_NL;                            \
  DEBUG_FPUTS (#TYPE);                        \
  DEBUG_FPUTS (" test: ");                    \
  test##TYPE (g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
          g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
          g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE,    \
          g13s##TYPE, g14s##TYPE, g15s##TYPE, g16s##TYPE);    \
  DEBUG_NL;                            \
  DEBUG_FPUTS (#TYPE);                        \
  DEBUG_FPUTS (" testva:");                    \
  DEBUG_NL;                            \
  testva##TYPE (1,                        \
        g1s##TYPE);                    \
  DEBUG_NL;                            \
  testva##TYPE (2,                        \
        g1s##TYPE, g2s##TYPE);                \
  DEBUG_NL;                            \
  testva##TYPE (3,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE);        \
  DEBUG_NL;                            \
  testva##TYPE (4,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE);    \
  DEBUG_NL;                            \
  testva##TYPE (5,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE);                    \
  DEBUG_NL;                            \
  testva##TYPE (6,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE);                \
  DEBUG_NL;                            \
  testva##TYPE (7,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE);        \
  DEBUG_NL;                            \
  testva##TYPE (8,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE);    \
  DEBUG_NL;                            \
  testva##TYPE (9,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE);                    \
  DEBUG_NL;                            \
  testva##TYPE (10,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE);                \
  DEBUG_NL;                            \
  testva##TYPE (11,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE, g11s##TYPE);        \
  DEBUG_NL;                            \
  testva##TYPE (12,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE);    \
  DEBUG_NL;                            \
  testva##TYPE (13,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE,    \
        g13s##TYPE);                    \
  DEBUG_NL;                            \
  testva##TYPE (14,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE,    \
        g13s##TYPE, g14s##TYPE);            \
  DEBUG_NL;                            \
  testva##TYPE (15,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE,    \
        g13s##TYPE, g14s##TYPE, g15s##TYPE);        \
  DEBUG_NL;                            \
  testva##TYPE (16,                        \
        g1s##TYPE, g2s##TYPE, g3s##TYPE, g4s##TYPE,    \
        g5s##TYPE, g6s##TYPE, g7s##TYPE, g8s##TYPE,    \
        g9s##TYPE, g10s##TYPE, g11s##TYPE, g12s##TYPE,    \
        g13s##TYPE, g14s##TYPE, g15s##TYPE, g16s##TYPE); \
  DEBUG_NL;                            \
  DEBUG_FPUTS (#TYPE);                        \
  DEBUG_FPUTS (" test2:");                    \
  test2_##TYPE (g1s##TYPE, g3s##TYPE, g5s##TYPE, g7s##TYPE,    \
        g9s##TYPE, g11s##TYPE, g13s##TYPE, g15s##TYPE);    \
  DEBUG_NL;                            \
}

#include "mixed-struct-defs.h"
#include "mixed-struct-check.h"

T(Scd)
T(Scsds)
T(Scssdss)

#undef T

void
struct_by_value_20_x ()
{
DEBUG_INIT

#define T(TYPE) testit##TYPE ();

T(Scd)
T(Scsds)
T(Scssdss)

DEBUG_FINI

if (fails != 0)
  abort ();

#undef T
}

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.0064 ]--