Searched refs:MAPID_RES_LEN (Results 1 – 2 of 2) sorted by relevance
272 alloca(MAPID_RES_LEN(UID_MAX_STR_LEN))) == NULL) { in nfsmapid_uid_str()309 if ((resp = alloca(MAPID_RES_LEN(uid_str_len))) == NULL) { in nfsmapid_uid_str()330 MAPID_RES_LEN(resp->u_res.len), NULL, 0) == -1) { in nfsmapid_uid_str()524 alloca(MAPID_RES_LEN(UID_MAX_STR_LEN))) == NULL) { in nfsmapid_gid_str()561 if ((resp = alloca(MAPID_RES_LEN(gid_str_len))) == NULL) { in nfsmapid_gid_str()582 MAPID_RES_LEN(resp->u_res.len), NULL, 0) == -1) { in nfsmapid_gid_str()
143 #define MAPID_RES_LEN(str_length) \ macro