* $FreeBSD: head/sys/sys/queue.h 314436 2017-02-28 23:42:47Z imp $
*/
-#ifndef _SYS_QUEUE_H_
-#define _SYS_QUEUE_H_
+#ifndef SYS_QUEUE_H_
+#define SYS_QUEUE_H_
/*
* This file defines four types of data structures: singly-linked lists,
(head2)->tqh_last = &(head2)->tqh_first; \
} while (0)
-#endif /* !_SYS_QUEUE_H_ */
+#endif /* !SYS_QUEUE_H_ */
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TEST_ADDRESS_COMMON_H
-#define _TEST_ADDRESS_COMMON_H
+#ifndef TEST_ADDRESS_COMMON_H
+#define TEST_ADDRESS_COMMON_H
#define TEST_NO_MAIN
#include "acutest.h"
} \
} while (false)
-#endif /* _TEST_ADDRESS_COMMON_H */
+#endif /* TEST_ADDRESS_COMMON_H */
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TEST_COMMON_H
-#define _TEST_COMMON_H
+#ifndef TEST_COMMON_H
+#define TEST_COMMON_H
#include <stdbool.h>
#include <stdint.h>
void set_list(const struct ConfigSet *cs);
void cs_dump_set(const struct ConfigSet *cs);
-#endif /* _TEST_COMMON_H */
+#endif /* TEST_COMMON_H */
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TEST_FILE_COMMON_H
-#define _TEST_FILE_COMMON_H
+#ifndef TEST_FILE_COMMON_H
+#define TEST_FILE_COMMON_H
#include "acutest.h"
#include "config.h"
#define SET_UP() (file_set_up(__func__))
#define TEAR_DOWN(fp) (file_tear_down((fp), __func__))
-#endif /* _TEST_FILE_COMMON_H */
+#endif /* TEST_FILE_COMMON_H */
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TEST_MD5_COMMON_H
-#define _TEST_MD5_COMMON_H
+#ifndef TEST_MD5_COMMON_H
+#define TEST_MD5_COMMON_H
#define TEST_NO_MAIN
#include "acutest.h"
extern const struct Md5TestData md5_test_data[];
-#endif /* _TEST_MD5_COMMON_H */
+#endif /* TEST_MD5_COMMON_H */
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TEST_RFC2047_COMMON_H
-#define _TEST_RFC2047_COMMON_H
+#ifndef TEST_RFC2047_COMMON_H
+#define TEST_RFC2047_COMMON_H
#define TEST_NO_MAIN
#include "acutest.h"
extern const struct Rfc2047TestData rfc2047_test_data[];
-#endif /* _TEST_RFC2047_COMMON_H */
+#endif /* TEST_RFC2047_COMMON_H */