Searched refs:LWS_O_TRUNC (Results 1 - 9 of 9) sorted by relevance
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
H A D | main.c | 152 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 133 #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 D | main.c | 140 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 D | main.c | 151 fdout = open(p, LWS_O_WRONLY | LWS_O_CREAT | LWS_O_TRUNC, 0600); in main()
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 343 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in lws_log_use_cx_file()
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 863 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 D | keys.c | 671 LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in test_cose_keys()
|
H A D | sign.c | 687 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 D | main.c | 4636 fd = open(fn, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
|
Completed in 13 milliseconds