Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
41a1da63
Commit
41a1da63
authored
Jan 23, 2016
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autoformatted (no semantic change)
parent
438fe879
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1407 additions
and
1337 deletions
+1407
-1337
asn1c/asn1c.c
asn1c/asn1c.c
+369
-379
asn1c/enber.c
asn1c/enber.c
+299
-294
asn1c/sys-common.h
asn1c/sys-common.h
+21
-22
asn1c/unber.c
asn1c/unber.c
+718
-642
No files found.
asn1c/asn1c.c
View file @
41a1da63
This diff is collapsed.
Click to expand it.
asn1c/enber.c
View file @
41a1da63
This diff is collapsed.
Click to expand it.
asn1c/sys-common.h
View file @
41a1da63
...
...
@@ -24,7 +24,7 @@
*
* $Id$
*/
#ifdef
HAVE_CONFIG_H
#ifdef
HAVE_CONFIG_H
#include <config.h>
#endif
...
...
@@ -34,39 +34,38 @@
#include <assert.h>
#include <errno.h>
#ifdef
HAVE_UNISTD_H
#ifdef
HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef
HAVE_SYS_TYPES_H
#ifdef
HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef
HAVE_SYS_STAT_H
#include <sys/stat.h>
/* for stat(2) */
#ifdef
HAVE_SYS_STAT_H
#include <sys/stat.h>
/* for stat(2) */
#endif
#ifndef
_WIN32
#include <sysexits.h>
/* for EX_USAGE & others */
#else
/* _WIN32 */
#ifndef
EX_USAGE
#define
EX_USAGE 64
#ifndef
_WIN32
#include <sysexits.h>
/* for EX_USAGE & others */
#else
/* _WIN32 */
#ifndef
EX_USAGE
#define
EX_USAGE 64
#endif
#ifndef
EX_DATAERR
#define
EX_DATAERR 65
#ifndef
EX_DATAERR
#define
EX_DATAERR 65
#endif
#ifndef
EX_SOFTWARE
#define
EX_SOFTWARE 70
#ifndef
EX_SOFTWARE
#define
EX_SOFTWARE 70
#endif
#ifndef
EX_OSERR
#define
EX_OSERR 71
#ifndef
EX_OSERR
#define
EX_OSERR 71
#endif
#ifndef
EX_OSFILE
#define
EX_OSFILE 72
#ifndef
EX_OSFILE
#define
EX_OSFILE 72
#endif
#if defined HAVE_DECL_ALLOCA && !HAVE_DECL_ALLOCA
#define
alloca _alloca
#define
alloca _alloca
#endif
#define snprintf _snprintf
#endif
/* _WIN32 */
#define snprintf _snprintf
#endif
/* _WIN32 */
asn1c/unber.c
View file @
41a1da63
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment