Home
last modified time | relevance | path

Searched refs:LWS_O_TRUNC (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/include/
Dlibwebsockets.h137 #define LWS_O_TRUNC _O_TRUNC macro
158 #define LWS_O_TRUNC O_TRUNC macro
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
Dmain.c152 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/
Dmain.c151 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/
Dkeys.c671 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_keys()
Dsign.c687 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_sign()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c140 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
/third_party/libwebsockets/lib/core/
Dlogs.c333 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in lws_log_use_cx_file()
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c870 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/
Dmain.c4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()