Cisco Cisco Firepower Management Center 4000 Informazioni sulle licenze

Pagina di 7263
             Open Source Used In Firepower System Version 6.0                                                                                                                                   
5345
trio_strerror
TRIO_ARGS1((errorcode),
   int errorcode)
{
 /* Textual versions of the error codes */
 switch (TRIO_ERROR_CODE(errorcode))
   {
   case TRIO_EOF:
     return "End of file";
   case TRIO_EINVAL:
     return "Invalid argument";
   case TRIO_ETOOMANY:
     return "Too many arguments";
   case TRIO_EDBLREF:
     return "Double reference";
   case TRIO_EGAP:
     return "Reference gap";
   case TRIO_ENOMEM:
     return "Out of memory";
   case TRIO_ERANGE:
     return "Invalid range";
   case TRIO_ECUSTOM:
     return "Custom error";
   default:
     return "Unknown";
   }
}
 
4.87 libxml2 2.9.1 :Jul 10  2009 Daniel Veillard
4.87.1 Available under license : 
Except where otherwise noted in the source code (e.g. the files hash.c,
list.c and the trio files, which are covered by a similar licence but
with different Copyright notices) all the files are:
 
Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is fur-
nished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.