Home
last modified time | relevance | path

Searched refs:OPEN_TOO_FEW_ARGS_ERROR (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h46 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'open' " OPEN_TOO_FEW_ARGS_ERROR) in open()
66 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat' " OPEN_TOO_FEW_ARGS_ERROR) in openat()
87 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'open64' " OPEN_TOO_FEW_ARGS_ERROR) in open64()
107 __DIAGNOSE_ERROR_IF(__DIAGNOSE_OPEN_MODES_USEFUL(flags), "'openat64' " OPEN_TOO_FEW_ARGS_ERROR) in openat64()
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/
Dfortify.c63 __fortify_error("open: " OPEN_TOO_FEW_ARGS_ERROR); in __open_diagnose()
71 __fortify_error("openat: " OPEN_TOO_FEW_ARGS_ERROR); in __openat_diagnose()
80 __fortify_error("open64: " OPEN_TOO_FEW_ARGS_ERROR); in __open64_diagnose()
88 __fortify_error("openat64: " OPEN_TOO_FEW_ARGS_ERROR); in __openat64_diagnose()