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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c1319 const char *value_start; local
1323 value_start = line + len + 2;
1324 value_end = strchr (value_start, '\n');
1326 value_end = value_start + strlen (value_start);
1328 value = XNMALLOC (value_end - value_start + 1, char);
1329 memcpy (value, value_start, value_end - value_start);
1330 value[value_end - value_start] = '\0';
1359 const char *value_start; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c347 const char *value_start; local
351 value_start = line + field_len + 2;
352 value_end = strchr (value_start, '\n');
354 value_end = value_start + strlen (value_start);
356 value = XNMALLOC (value_end - value_start + 1, char);
357 memcpy (value, value_start, value_end - value_start);
358 value[value_end - value_start] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddesktop-file.c457 int value_start; local
520 value_start = p;
522 value = unescape_string (parser, &parser->data, value_start, line_end, error);

Completed in 116 milliseconds