Home
last modified time | relevance | path

Searched refs:File (Results 1 – 23 of 23) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
A DPP_Include.cs39 public string File { get; set; } property in CCodeGeneration.PP_Include
49 this.File = file; in PP_Include()
55 if (!String.IsNullOrWhiteSpace(this.File)) in GenerateCode()
60 generator.OutputStream.Write("#include \"" + this.File + "\""); in GenerateCode()
64 generator.OutputStream.Write("#include <" + this.File + ">"); in GenerateCode()
A DCGenerator.cs41 public string File { get; private set; } property in CCodeGeneration.CGenerator
49 this.File = file; in CGenerator()
59 if (!String.IsNullOrWhiteSpace(this.File))
61 return Path.GetFileName(this.File);
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DLexer.cs42 #region Parsing of MIB File
46 public string File; field in Lextm.SharpSnmpLib.Mib.Lexer.ParseParams
68 pp.File = file; in Parse()
119 _symbols.Add(CreateSpecialSymbol(pp.File, '\n', row, column)); in Parse()
123 _symbols.Add(CreateSpecialSymbol(pp.File, current, row, column)); in Parse()
145 _symbols.Add(CreateSpecialSymbol(pp.File, '\n', row, column)); in Parse()
201 Symbol s = new Symbol(pp.File, pp.Temp.ToString(), row, column); in ParseLastSymbol()
A DMibException.cs105 symbol.File, in Create()
A DSymbol.cs49 public string File property in Lextm.SharpSnmpLib.Mib.Symbol
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dmbed-crypto-storage-specification.md70 ### File namespace on ITS for 0.1.0
74 * File 0: unused.
79 ### File namespace on stdio for 0.1.0
147 * File 0: unused.
152 ### File namespace on stdio for 1.0.0
181 ### File namespace on stdio for 1.1.0
190 * File contents.
228 ### File namespace on a PSA platform on TBD
244 * File 0: unused.
383 * File 0: unused.
[all …]
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dcheck-doxy-blocks.pl16 use File::Basename;
A Dall.sh290 --outcome-file=<path> File where test outcomes are written (not done if
/lib/mbedtls/external/mbedtls/tests/data_files/dir-maxpath/
A DReadme.txt8 File cNN.pem contains the chain NN.crt to 00.crt.
/lib/mbedtls/external/mbedtls/scripts/data_files/
A Dvs2017-sln-template.sln2 Microsoft Visual Studio Solution File, Format Version 12.00
/lib/lwip/lwip/contrib/ports/win32/msvc/
A DlwIP_unittests.sln1 Microsoft Visual Studio Solution File, Format Version 11.00
A DlwIP_Test.sln1 Microsoft Visual Studio Solution File, Format Version 11.00
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/
A DMibCFile.cs160 if (File.Exists(file)) in GetPreservedCode()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/
A DLwipMibCompiler.sln2 Microsoft Visual Studio Solution File, Format Version 11.00
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_md.data131 generic HMAC-MD5 Hash File OpenSSL test #1
135 generic HMAC-MD5 Hash File OpenSSL test #2
139 generic HMAC-MD5 Hash File OpenSSL test #3
279 generic multi step HMAC-MD5 Hash File OpenSSL test #1
283 generic multi step HMAC-MD5 Hash File OpenSSL test #2
287 generic multi step HMAC-MD5 Hash File OpenSSL test #3
A Dtest_suite_x509parse.data3130 X509 File parse (no issues)
3134 X509 File parse (extra space in one certificate)
3138 X509 File parse (all certificates fail)
3142 X509 File parse (trailing spaces, OK)
3146 X509 File parse (Algorithm Params Tag mismatch)
3150 X509 File parse (does not conform to RFC 5480 / RFC 5758 - AlgorithmIdentifier's parameters field i…
3154 X509 File parse (conforms to RFC 5480 / RFC 5758 - AlgorithmIdentifier's parameters field must be a…
3158 X509 File parse & read the ca_istrue field (Not Set)
3162 X509 File parse & read the ca_istrue field (Set)
3166 X509 File parse & read the ca_istrue field (Legacy Certificate)
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipMibCompiler/
A DProgram.cs63 if (!File.Exists(mibFile)) in Main()
/lib/efi_loader/
A DKconfig208 string "File with initial values of non-volatile UEFI variables"
211 File with initial values of non-volatile UEFI variables. The file must
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB279 -- File/Print sharing protocol used by
706 langTIFF(40), -- Tagged Image File Format (Aldus)
/lib/mbedtls/external/mbedtls/visualc/VS2017/
A DmbedTLS.sln2 Microsoft Visual Studio Solution File, Format Version 12.00
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile1779 # index chapters (such as File Index, Compound Index, etc.) in the output.
A Dlwip.Doxyfile.cmake.in1779 # index chapters (such as File Index, Compound Index, etc.) in the output.
/lib/mbedtls/external/mbedtls/
A DChangeLog2799 * Fix private key DER output in the key_app_writer example. File contents
5689 * Functions requiring File System functions can now be disabled

Completed in 69 milliseconds