Home
last modified time | relevance | path

Searched refs:gidlen (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Dnetnamer.c75 int gidlen; local
97 gidlen = 0;
98 for (gidlen = 0; gidlen < NGROUPS; gidlen++) {
102 gidlist[gidlen] = (gid_t) atol(p);
104 *gidlenp = gidlen;
/reactos/dll/shellext/shellbtrfs/
H A Drecv.cpp1023 ULONG uidlen, gidlen; in cmd_chown() local
1052 if (find_tlv(data, cmd->length, BTRFS_SEND_TLV_GID, (void**)&gid, &gidlen)) { in cmd_chown()
1053 if (gidlen < sizeof(uint32_t)) in cmd_chown()
1054 throw string_error(IDS_RECV_SHORT_PARAM, funcname, L"gid", gidlen, sizeof(uint32_t)); in cmd_chown()