Searched refs:alloced_key (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.c274 char *alloced_key; local
285 alloced_key = (char *) xmalloca (keylen);
286 memcpy (alloced_key, mp->msgctxt, msgctxt_len);
287 alloced_key[msgctxt_len] = MSGCTXT_SEPARATOR;
288 memcpy (alloced_key + msgctxt_len + 1, mp->msgid, msgid_len + 1);
289 key = alloced_key;
293 alloced_key = NULL;
301 freea (alloced_key);
476 char *alloced_key; local
486 alloced_key
[all...]

Completed in 54 milliseconds