-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
115 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1C_CONSTRAINT_H_ | ||
#define _ASN1C_CONSTRAINT_H_ | ||
#ifndef ASN1C_CONSTRAINT_H | ||
#define ASN1C_CONSTRAINT_H | ||
|
||
int asn1c_emit_constraint_checking_code(arg_t *arg); | ||
|
||
#endif /* _ASN1C_CONSTRAINT_H_ */ | ||
#endif /* ASN1C_CONSTRAINT_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#ifndef _ASN1C_SAVE_H_ | ||
#define _ASN1C_SAVE_H_ | ||
#ifndef ASN1C_SAVE_H | ||
#define ASN1C_SAVE_H | ||
|
||
int asn1c_save_compiled_output(arg_t *arg, const char *datadir, | ||
int argc, int optc, char **argv); | ||
|
||
#endif /* _ASN1C_SAVE_H_ */ | ||
#endif /* ASN1C_SAVE_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1FIX_BIT_STRING_H_ | ||
#define _ASN1FIX_BIT_STRING_H_ | ||
#ifndef ASN1FIX_BIT_STRING_H | ||
#define ASN1FIX_BIT_STRING_H | ||
|
||
int asn1f_fix_bit_string(arg_t *); | ||
|
||
#endif /* _ASN1FIX_BIT_STRING_H_ */ | ||
#endif /* ASN1FIX_BIT_STRING_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#ifndef _ASN1FIX_CLASS_H_ | ||
#define _ASN1FIX_CLASS_H_ | ||
#ifndef ASN1FIX_CLASS_H | ||
#define ASN1FIX_CLASS_H | ||
|
||
/* | ||
* Fetch the element from the class-related stuff (thing) by its reference. | ||
*/ | ||
asn1p_expr_t *asn1f_class_access(arg_t *, asn1p_module_t *mod, asn1p_expr_t *rhs_pspecs, asn1p_ref_t *); | ||
|
||
#endif /* _ASN1FIX_CLASS_H_ */ | ||
#endif /* ASN1FIX_CLASS_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1FIX_CSTRING_H_ | ||
#define _ASN1FIX_CSTRING_H_ | ||
#ifndef ASN1FIX_CSTRING_H | ||
#define ASN1FIX_CSTRING_H | ||
|
||
int asn1f_fix_cstring(arg_t *); | ||
|
||
#endif /* _ASN1FIX_CSTRING_H_ */ | ||
#endif /* ASN1FIX_CSTRING_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#ifndef _ASN1FIX_CLASS_WITH_SYNTAX_H_ | ||
#define _ASN1FIX_CLASS_WITH_SYNTAX_H_ | ||
#ifndef ASN1FIX_CLASS_WITH_SYNTAX_H | ||
#define ASN1FIX_CLASS_WITH_SYNTAX_H | ||
|
||
/* | ||
* Parse class objects | ||
*/ | ||
int asn1f_parse_class_object(arg_t *arg); | ||
|
||
#endif /* _ASN1FIX_CLASS_WITH_SYNTAX_H_ */ | ||
#endif /* ASN1FIX_CLASS_WITH_SYNTAX_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1FIX_DEREFT_H_ | ||
#define _ASN1FIX_DEREFT_H_ | ||
#ifndef ASN1FIX_DEREFT_H | ||
#define ASN1FIX_DEREFT_H | ||
|
||
int asn1f_fix_dereference_types(arg_t *); | ||
|
||
#endif /* _ASN1FIX_DEREFT_H_ */ | ||
#endif /* ASN1FIX_DEREFT_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef _ASN1FIX_DEREFV_H_ | ||
#define _ASN1FIX_DEREFV_H_ | ||
#ifndef ASN1FIX_DEREFV_H | ||
#define ASN1FIX_DEREFV_H | ||
|
||
int asn1f_fix_dereference_values(arg_t *); | ||
|
||
int asn1f_fix_dereference_defaults(arg_t *); | ||
|
||
#endif /* _ASN1FIX_DEREFV_H_ */ | ||
#endif /* ASN1FIX_DEREFV_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1FIX_ENUM_H_ | ||
#define _ASN1FIX_ENUM_H_ | ||
#ifndef ASN1FIX_ENUM_H | ||
#define ASN1FIX_ENUM_H | ||
|
||
int asn1f_fix_enum(arg_t *); /* Enumeration ::= ENUMERATED { a(1), b(2) } */ | ||
|
||
#endif /* _ASN1FIX_ENUM_H_ */ | ||
#endif /* ASN1FIX_ENUM_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1FIX_INTEGER_H_ | ||
#define _ASN1FIX_INTEGER_H_ | ||
#ifndef ASN1FIX_INTEGER_H | ||
#define ASN1FIX_INTEGER_H | ||
|
||
int asn1f_fix_integer(arg_t *); /* Type1 ::= INTEGER { a(1), b(2) } */ | ||
|
||
#endif /* _ASN1FIX_INTEGER_H_ */ | ||
#endif /* ASN1FIX_INTEGER_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef _ASN1FIX_PARAMETERIZATION_H_ | ||
#define _ASN1FIX_PARAMETERIZATION_H_ | ||
#ifndef ASN1FIX_PARAMETERIZATION_H | ||
#define ASN1FIX_PARAMETERIZATION_H | ||
|
||
asn1p_expr_t *asn1f_parameterization_fork(arg_t *arg, asn1p_expr_t *expr, asn1p_expr_t *rhs_pspecs); | ||
|
||
#endif /* _ASN1FIX_PARAMETERIZATION_H_ */ | ||
#endif /* ASN1FIX_PARAMETERIZATION_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.