brintos

brintos / llvm-project-archived public Read only

0
0
Text · 715 B · 78f9353 Raw
42 lines · yaml
1header: fcntl.h2header_template: fcntl.h.def3macros: []4types:5  - type_name: off_t6  - type_name: mode_t7enums: []8objects: []9functions:10  - name: creat11    standards:12      - POSIX13    return_type: int14    arguments:15      - type: const char *16      - type: mode_t17  - name: fcntl18    standards:19      - POSIX20    return_type: int21    arguments:22      - type: int23      - type: int24      - type: '...'25  - name: open26    standards:27      - POSIX28    return_type: int29    arguments:30      - type: const char *31      - type: int32      - type: '...'33  - name: openat34    standards:35      - POSIX36    return_type: int37    arguments:38      - type: int39      - type: const char *40      - type: int41      - type: '...'42