Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
H A Dmain.c152 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h133 #define LWS_O_TRUNC _O_TRUNC macro
154 #define LWS_O_TRUNC O_TRUNC macro
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H A Dmain.c140 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
H A Dmain.c151 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
/third_party/libwebsockets/lib/core/
H A Dlogs.c343 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in lws_log_use_cx_file()
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c863 LWS_O_TRUNC in callback_acme_client()
880 LWS_O_TRUNC, 0600); in callback_acme_client()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
H A Dkeys.c671 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_keys()
H A Dsign.c687 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_sign()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
H A Dmain.c4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()

Completed in 13 milliseconds