Home
last modified time | relevance | path

Searched refs:groupname (Results 1 – 19 of 19) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
Dunix-caps.c118 if (context->groupname) {
123 if (!getgrnam_r(context->groupname, &gr, strs, sizeof(strs), &g) && g) {
125 g = getgrnam(context->groupname);
129 context->groupname, g->gr_gid);
133 context->groupname);
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c436 char *groupname; in r600_init_block_names() local
466 groupname = block->group_names; in r600_init_block_names()
472 strcpy(groupname, block->basename); in r600_init_block_names()
473 p = groupname + namelen; in r600_init_block_names()
489 groupname += block->group_name_stride; in r600_init_block_names()
501 groupname = block->group_names; in r600_init_block_names()
505 sprintf(p, "%s_%03d", groupname, j); in r600_init_block_names()
508 groupname += block->group_name_stride; in r600_init_block_names()
/third_party/libcoap/include/coap3/
Dnet.h507 coap_join_mcast_group_intf(coap_context_t *ctx, const char *groupname,
510 #define coap_join_mcast_group(ctx, groupname) \ argument
511 (coap_join_mcast_group_intf(ctx, groupname, NULL))
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
Dperiodic_cpu_load.c69 static const char groupname[NUM_GROUPS] = "ABC"; variable
160 printf("TID %d (%c - prio %d) complete\n", t->id, groupname[t->id >> 2], in periodic_thread()
221 printf("TID %d (%c)\n", i, groupname[i >> 2]); in main()
/third_party/mesa3d/src/amd/common/
Dac_perfcounter.c1073 char *groupname; in ac_init_block_names() local
1103 groupname = block->group_names; in ac_init_block_names()
1109 strcpy(groupname, block->b->b->name); in ac_init_block_names()
1110 p = groupname + namelen; in ac_init_block_names()
1126 groupname += block->group_name_stride; in ac_init_block_names()
1138 groupname = block->group_names; in ac_init_block_names()
1142 sprintf(p, "%s_%03d", groupname, j); in ac_init_block_names()
1145 groupname += block->group_name_stride; in ac_init_block_names()
/third_party/openssl/crypto/cms/
Dcms_ec.c44 char groupname[OSSL_MAX_NAME_SIZE]; in pkey_type2param() local
50 if (OBJ_obj2txt(groupname, sizeof(groupname), poid, 0) <= 0 in pkey_type2param()
51 || EVP_PKEY_CTX_set_group_name(pctx, groupname) <= 0) { in pkey_type2param()
/third_party/node/deps/npm/node_modules/uid-number/
DREADME.md1 Use this module to convert a username/groupname to a uid/gid number.
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c527 const char *groupname = NULL; in ecx_gen_set_params() local
536 groupname = "x25519"; in ecx_gen_set_params()
539 groupname = "x448"; in ecx_gen_set_params()
546 || groupname == NULL in ecx_gen_set_params()
547 || OPENSSL_strcasecmp(p->data, groupname) != 0) { in ecx_gen_set_params()
/third_party/pcre2/pcre2/testdata/
Dtestoutput19527 \\g (?: [+-]?\d+ | \{ (?: [+-]?\d+ | (?&groupname) ) \} ) |
9528 \\k <(?&groupname)> |
9529 \\k '(?&groupname)' |
9530 \\k \{ (?&groupname) \} |
9531 \( \? P= (?&groupname) \) )
9550 (?<capturing_group> \( (?: \? P? < (?&groupname) > | \? ' (?&groupname) ' )?
9570 \( < (?&groupname) > \) |
9571 \( ' (?&groupname) ' \) |
9573 \( R & (?&groupname) \) |
9574 \( (?&groupname) \) |
[all …]
Dtestinput15962 \\g (?: [+-]?\d+ | \{ (?: [+-]?\d+ | (?&groupname) ) \} ) |
5963 \\k <(?&groupname)> |
5964 \\k '(?&groupname)' |
5965 \\k \{ (?&groupname) \} |
5966 \( \? P= (?&groupname) \) )
5985 (?<capturing_group> \( (?: \? P? < (?&groupname) > | \? ' (?&groupname) ' )?
6005 \( < (?&groupname) > \) |
6006 \( ' (?&groupname) ' \) |
6008 \( R & (?&groupname) \) |
6009 \( (?&groupname) \) |
[all …]
/third_party/openssl/test/
Dendecoder_legacy_test.c208 static char groupname[] = "prime256v1"; variable
210 OSSL_PARAM_utf8_string("group", groupname, sizeof(groupname) - 1),
Dendecode_test.c1279 static char groupname[] = "prime256v1"; in setup_tests() local
1281 OSSL_PARAM_utf8_string("group", groupname, sizeof(groupname) - 1), in setup_tests()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h751 const char *groupname; /**< CONTEXT: string groupname for post-init member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp1079 …const char *groupname = testNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH ? optypeimageFormatMismatchCase[f… in addGraphicsImageSamplerTest() local
1080 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, groupname, "")); in addGraphicsImageSamplerTest()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h620 const char *username, *groupname; member
Dcontext.c641 context->groupname = info->groupname; in lws_create_context()
/third_party/skia/third_party/externals/swiftshader/
DCMakeLists.txt298 string(REPLACE "/" "\\" groupname ${directory})
299 source_group(${groupname} FILES ${SWIFTSHADER_DIR}/${directory}/${file})
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c311 a->info->groupname = a->p; in lejp_globals_cb()
/third_party/libwebsockets/READMEs/
DREADME.lwsws.md45 "groupname": "apache",