diff options
Diffstat (limited to 'vendor/modernc.org/libc/fcntl/fcntl_openbsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/fcntl/fcntl_openbsd_amd64.go | 190 |
1 files changed, 95 insertions, 95 deletions
diff --git a/vendor/modernc.org/libc/fcntl/fcntl_openbsd_amd64.go b/vendor/modernc.org/libc/fcntl/fcntl_openbsd_amd64.go index f1b5b336..47b82df8 100644 --- a/vendor/modernc.org/libc/fcntl/fcntl_openbsd_amd64.go +++ b/vendor/modernc.org/libc/fcntl/fcntl_openbsd_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo fcntl/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o fcntl/fcntl_openbsd_amd64.go -pkgname fcntl', DO NOT EDIT. +// Code generated by 'ccgo fcntl/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o fcntl/fcntl_openbsd_amd64.go -pkgname fcntl', DO NOT EDIT. package fcntl @@ -15,100 +15,100 @@ var _ atomic.Value var _ unsafe.Pointer const ( - AT_EACCESS = 0x01 - AT_FDCWD = -100 - AT_REMOVEDIR = 0x08 - AT_SYMLINK_FOLLOW = 0x04 - AT_SYMLINK_NOFOLLOW = 0x02 - BIG_ENDIAN = 4321 - BYTE_ORDER = 1234 - FAPPEND = 8 - FASYNC = 64 - FD_CLOEXEC = 1 - FFSYNC = 128 - FNDELAY = 4 - FNONBLOCK = 4 - FREAD = 0x0001 - FWRITE = 0x0002 - F_DUPFD = 0 - F_DUPFD_CLOEXEC = 10 - F_GETFD = 1 - F_GETFL = 3 - F_GETLK = 7 - F_GETOWN = 5 - F_ISATTY = 11 - F_RDLCK = 1 - F_SETFD = 2 - F_SETFL = 4 - F_SETLK = 8 - F_SETLKW = 9 - F_SETOWN = 6 - F_UNLCK = 2 - F_WRLCK = 3 - LITTLE_ENDIAN = 1234 - LOCK_EX = 0x02 - LOCK_NB = 0x04 - LOCK_SH = 0x01 - LOCK_UN = 0x08 - O_ACCMODE = 0x0003 - O_APPEND = 0x0008 - O_ASYNC = 0x0040 - O_CLOEXEC = 0x10000 - O_CREAT = 0x0200 - O_DIRECTORY = 0x20000 - O_DSYNC = 128 - O_EXCL = 0x0800 - O_EXLOCK = 0x0020 - O_FSYNC = 0x0080 - O_NDELAY = 4 - O_NOCTTY = 0x8000 - O_NOFOLLOW = 0x0100 - O_NONBLOCK = 0x0004 - O_RDONLY = 0x0000 - O_RDWR = 0x0002 - O_RSYNC = 128 - O_SHLOCK = 0x0010 - O_SYNC = 0x0080 - O_TRUNC = 0x0400 - O_WRONLY = 0x0001 - PDP_ENDIAN = 3412 - X_BIG_ENDIAN = 4321 - X_BYTE_ORDER = 1234 - X_CLOCKID_T_DEFINED_ = 0 - X_CLOCK_T_DEFINED_ = 0 - X_FILE_OFFSET_BITS = 64 - X_INT16_T_DEFINED_ = 0 - X_INT32_T_DEFINED_ = 0 - X_INT64_T_DEFINED_ = 0 - X_INT8_T_DEFINED_ = 0 - X_LITTLE_ENDIAN = 1234 - X_LP64 = 1 - X_MACHINE_CDEFS_H_ = 0 - X_MACHINE_ENDIAN_H_ = 0 - X_MACHINE__TYPES_H_ = 0 - X_MAX_PAGE_SHIFT = 12 - X_OFF_T_DEFINED_ = 0 - X_PDP_ENDIAN = 3412 - X_PID_T_DEFINED_ = 0 - X_QUAD_HIGHWORD = 1 - X_QUAD_LOWWORD = 0 - X_RET_PROTECTOR = 1 - X_SIZE_T_DEFINED_ = 0 - X_SSIZE_T_DEFINED_ = 0 - X_STACKALIGNBYTES = 15 - X_SYS_CDEFS_H_ = 0 - X_SYS_ENDIAN_H_ = 0 - X_SYS_FCNTL_H_ = 0 - X_SYS_TYPES_H_ = 0 - X_SYS__ENDIAN_H_ = 0 - X_SYS__TYPES_H_ = 0 - X_TIMER_T_DEFINED_ = 0 - X_TIME_T_DEFINED_ = 0 - X_UINT16_T_DEFINED_ = 0 - X_UINT32_T_DEFINED_ = 0 - X_UINT64_T_DEFINED_ = 0 - X_UINT8_T_DEFINED_ = 0 - Unix = 1 + AT_EACCESS = 0x01 // fcntl.h:200:1: + AT_FDCWD = -100 // fcntl.h:198:1: + AT_REMOVEDIR = 0x08 // fcntl.h:203:1: + AT_SYMLINK_FOLLOW = 0x04 // fcntl.h:202:1: + AT_SYMLINK_NOFOLLOW = 0x02 // fcntl.h:201:1: + BIG_ENDIAN = 4321 // endian.h:45:1: + BYTE_ORDER = 1234 // endian.h:47:1: + FAPPEND = 8 // fcntl.h:130:1: + FASYNC = 64 // fcntl.h:131:1: + FD_CLOEXEC = 1 // fcntl.h:163:1: + FFSYNC = 128 // fcntl.h:132:1: + FNDELAY = 4 // fcntl.h:134:1: + FNONBLOCK = 4 // fcntl.h:133:1: + FREAD = 0x0001 // fcntl.h:76:1: + FWRITE = 0x0002 // fcntl.h:77:1: + F_DUPFD = 0 // fcntl.h:143:1: + F_DUPFD_CLOEXEC = 10 // fcntl.h:156:1: + F_GETFD = 1 // fcntl.h:144:1: + F_GETFL = 3 // fcntl.h:146:1: + F_GETLK = 7 // fcntl.h:152:1: + F_GETOWN = 5 // fcntl.h:149:1: + F_ISATTY = 11 // fcntl.h:159:1: + F_RDLCK = 1 // fcntl.h:166:1: + F_SETFD = 2 // fcntl.h:145:1: + F_SETFL = 4 // fcntl.h:147:1: + F_SETLK = 8 // fcntl.h:153:1: + F_SETLKW = 9 // fcntl.h:154:1: + F_SETOWN = 6 // fcntl.h:150:1: + F_UNLCK = 2 // fcntl.h:167:1: + F_WRLCK = 3 // fcntl.h:168:1: + LITTLE_ENDIAN = 1234 // endian.h:44:1: + LOCK_EX = 0x02 // fcntl.h:192:1: + LOCK_NB = 0x04 // fcntl.h:193:1: + LOCK_SH = 0x01 // fcntl.h:191:1: + LOCK_UN = 0x08 // fcntl.h:194:1: + O_ACCMODE = 0x0003 // fcntl.h:65:1: + O_APPEND = 0x0008 // fcntl.h:80:1: + O_ASYNC = 0x0040 // fcntl.h:84:1: + O_CLOEXEC = 0x10000 // fcntl.h:107:1: + O_CREAT = 0x0200 // fcntl.h:91:1: + O_DIRECTORY = 0x20000 // fcntl.h:108:1: + O_DSYNC = 128 // fcntl.h:100:1: + O_EXCL = 0x0800 // fcntl.h:93:1: + O_EXLOCK = 0x0020 // fcntl.h:83:1: + O_FSYNC = 0x0080 // fcntl.h:85:1: + O_NDELAY = 4 // fcntl.h:135:1: + O_NOCTTY = 0x8000 // fcntl.h:104:1: + O_NOFOLLOW = 0x0100 // fcntl.h:86:1: + O_NONBLOCK = 0x0004 // fcntl.h:79:1: + O_RDONLY = 0x0000 // fcntl.h:62:1: + O_RDWR = 0x0002 // fcntl.h:64:1: + O_RSYNC = 128 // fcntl.h:101:1: + O_SHLOCK = 0x0010 // fcntl.h:82:1: + O_SYNC = 0x0080 // fcntl.h:89:1: + O_TRUNC = 0x0400 // fcntl.h:92:1: + O_WRONLY = 0x0001 // fcntl.h:63:1: + PDP_ENDIAN = 3412 // endian.h:46:1: + X_BIG_ENDIAN = 4321 // _endian.h:43:1: + X_BYTE_ORDER = 1234 // endian.h:58:1: + X_CLOCKID_T_DEFINED_ = 0 // types.h:163:1: + X_CLOCK_T_DEFINED_ = 0 // types.h:158:1: + X_FILE_OFFSET_BITS = 64 // <builtin>:25:1: + X_INT16_T_DEFINED_ = 0 // types.h:84:1: + X_INT32_T_DEFINED_ = 0 // types.h:94:1: + X_INT64_T_DEFINED_ = 0 // types.h:104:1: + X_INT8_T_DEFINED_ = 0 // types.h:74:1: + X_LITTLE_ENDIAN = 1234 // _endian.h:42:1: + X_LP64 = 1 // <predefined>:1:1: + X_MACHINE_CDEFS_H_ = 0 // cdefs.h:9:1: + X_MACHINE_ENDIAN_H_ = 0 // endian.h:28:1: + X_MACHINE__TYPES_H_ = 0 // _types.h:36:1: + X_MAX_PAGE_SHIFT = 12 // _types.h:52:1: + X_OFF_T_DEFINED_ = 0 // types.h:193:1: + X_PDP_ENDIAN = 3412 // _endian.h:44:1: + X_PID_T_DEFINED_ = 0 // types.h:168:1: + X_QUAD_HIGHWORD = 1 // _endian.h:95:1: + X_QUAD_LOWWORD = 0 // _endian.h:96:1: + X_RET_PROTECTOR = 1 // <predefined>:2:1: + X_SIZE_T_DEFINED_ = 0 // types.h:173:1: + X_SSIZE_T_DEFINED_ = 0 // types.h:178:1: + X_STACKALIGNBYTES = 15 // _types.h:49:1: + X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1: + X_SYS_ENDIAN_H_ = 0 // endian.h:38:1: + X_SYS_FCNTL_H_ = 0 // fcntl.h:41:1: + X_SYS_TYPES_H_ = 0 // types.h:41:1: + X_SYS__ENDIAN_H_ = 0 // _endian.h:34:1: + X_SYS__TYPES_H_ = 0 // _types.h:35:1: + X_TIMER_T_DEFINED_ = 0 // types.h:188:1: + X_TIME_T_DEFINED_ = 0 // types.h:183:1: + X_UINT16_T_DEFINED_ = 0 // types.h:89:1: + X_UINT32_T_DEFINED_ = 0 // types.h:99:1: + X_UINT64_T_DEFINED_ = 0 // types.h:109:1: + X_UINT8_T_DEFINED_ = 0 // types.h:79:1: + Unix = 1 // <predefined>:340:1: ) type Ptrdiff_t = int64 /* <builtin>:3:26 */ |