int lrgbin_system(char *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)

{
  int iVar1;
  undefined4 local_res4;
  undefined4 local_res8;
  undefined4 local_resc;
  char acStack_20c [516];
  
  local_res4 = param_2;
  local_res8 = param_3;
  local_resc = param_4;
  vsnprintf(acStack_20c,0x200,param_1,&local_res4)   //possible issue identified - semgrep
  if (o_debug == 0) {
    iVar1 = system(acStack_20c)   //possible issue identified - semgrep
  }
  else {
    puts(acStack_20c);
    iVar1 = 0;
  }
  return iVar1;
}