Home
last modified time | relevance | path

Searched refs:ncat (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/
DREADME.md13 nmap-ncat, the --no-shutdown is needed to stop it hanging up itself after it
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function
587 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName()
596 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName()
604 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
/third_party/node/deps/icu-small/source/common/
Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function
593 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName()
602 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName()
610 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
/third_party/icu/icu4c/source/common/
Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function
593 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName()
602 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName()
610 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function
593 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName()
602 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName()
610 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
/third_party/selinux/libsepol/src/
Dwrite.c357 uint32_t buf[2], ncat = 0; in mls_write_semantic_level_helper() local
362 ncat++; in mls_write_semantic_level_helper()
365 buf[1] = cpu_to_le32(ncat); in mls_write_semantic_level_helper()
Dpolicydb.c1897 uint32_t buf[2], ncat; in mls_read_semantic_level_helper() local
1911 ncat = le32_to_cpu(buf[1]); in mls_read_semantic_level_helper()
1912 for (i = 0; i < ncat; i++) { in mls_read_semantic_level_helper()