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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-cat.c229 char *project_id = NULL; local
256 project_id = XNMALLOC (len + 1, char);
257 memcpy (project_id, cp, len);
258 project_id[len] = '\0';
266 (project_id != NULL
267 ? (k > 0 ? xasprintf ("%s:%s (%s)", filename, domain, project_id)
268 : xasprintf ("%s (%s)", filename, project_id))
H A Dmsginit.c807 project_id () function
1635 id = project_id ();

Completed in 146 milliseconds