Searched refs:LWS_O_TRUNC (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 137 #define LWS_O_TRUNC _O_TRUNC macro 158 #define LWS_O_TRUNC O_TRUNC macro
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
D | main.c | 152 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
D | main.c | 151 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
D | keys.c | 671 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_keys()
|
D | sign.c | 687 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_sign()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
D | main.c | 140 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
|
/third_party/libwebsockets/lib/core/ |
D | logs.c | 333 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in lws_log_use_cx_file()
|
/third_party/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 870 LWS_O_TRUNC, 0600); in callback_acme_client() 878 LWS_O_TRUNC, 0600); in callback_acme_client()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
D | main.c | 4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
|