Home
last modified time | relevance | path

Searched refs:OPEN_TOO_FEW_ARGS_ERROR (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
H A Dfcntl.h46 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'open' " OPEN_TOO_FEW_ARGS_ERROR)
66 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat' " OPEN_TOO_FEW_ARGS_ERROR)
87 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'open64' " OPEN_TOO_FEW_ARGS_ERROR)
107 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat64' " OPEN_TOO_FEW_ARGS_ERROR)
H A Dfortify.h123 #define OPEN_TOO_FEW_ARGS_ERROR "invoking with O_CREAT or O_TMPFILE, but missing pattern." macro
/third_party/musl/include/fortify/linux/
H A Dfcntl.h46 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'open' " OPEN_TOO_FEW_ARGS_ERROR)
66 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat' " OPEN_TOO_FEW_ARGS_ERROR)
87 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'open64' " OPEN_TOO_FEW_ARGS_ERROR)
107 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat64' " OPEN_TOO_FEW_ARGS_ERROR)
H A Dfortify.h123 #define OPEN_TOO_FEW_ARGS_ERROR "invoking with O_CREAT or O_TMPFILE, but missing pattern." macro
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c63 __fortify_error("open: " OPEN_TOO_FEW_ARGS_ERROR); in __open_chk()
71 __fortify_error("openat: " OPEN_TOO_FEW_ARGS_ERROR); in __openat_chk()
80 __fortify_error("open64: " OPEN_TOO_FEW_ARGS_ERROR); in __open64_chk()
88 __fortify_error("openat64: " OPEN_TOO_FEW_ARGS_ERROR); in __openat64_chk()
/third_party/musl/src/fortify/linux/
H A Dfortify.c74 __fortify_error("open: " OPEN_TOO_FEW_ARGS_ERROR); in __open_chk()
82 __fortify_error("openat: " OPEN_TOO_FEW_ARGS_ERROR); in __openat_chk()
91 __fortify_error("open64: " OPEN_TOO_FEW_ARGS_ERROR); in __open64_chk()
99 __fortify_error("openat64: " OPEN_TOO_FEW_ARGS_ERROR); in __openat64_chk()

Completed in 4 milliseconds