blob: 78f93533b84d3e6226303cb5b5d80ef8384214f5 [file] [log] [blame]
header: fcntl.h
header_template: fcntl.h.def
macros: []
types:
- type_name: off_t
- type_name: mode_t
enums: []
objects: []
functions:
- name: creat
standards:
- POSIX
return_type: int
arguments:
- type: const char *
- type: mode_t
- name: fcntl
standards:
- POSIX
return_type: int
arguments:
- type: int
- type: int
- type: '...'
- name: open
standards:
- POSIX
return_type: int
arguments:
- type: const char *
- type: int
- type: '...'
- name: openat
standards:
- POSIX
return_type: int
arguments:
- type: int
- type: const char *
- type: int
- type: '...'