Searched refs:xasprintf (Results 1 - 25 of 102) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-invalid.h28 xasprintf (_("In the directive number %u, the argument number 0 is not a positive integer."), directive_number)
30 xasprintf (_("In the directive number %u, the width's argument number 0 is not a positive integer."), directive_number)
32 xasprintf (_("In the directive number %u, the precision's argument number 0 is not a positive integer."), directive_number)
36 ? xasprintf (_("In the directive number %u, the character '%c' is not a valid conversion specifier."), directive_number, conv_char) \
37 : xasprintf (_("The character that terminates the directive number %u is not a valid conversion specifier."), directive_number))
40 xasprintf (_("The string refers to argument number %u in incompatible ways."), arg_number)
H A Dmsgl-charset.c93 multiline_warning (xasprintf (_("warning: ")),
94 xasprintf (_("\
101 xasprintf (_("\
106 xasprintf (_("\
115 xasprintf (_("\
128 multiline_warning (xasprintf (_("warning: ")),
129 xasprintf (_("\
H A Dpo-xerror.c58 xasprintf ("%s:%ld:%ld: %s", filename,
62 xasprintf ("%s:%ld: %s", filename,
66 prefix = xasprintf ("%s: %s", filename, prefix_tail);
70 prefix = xasprintf ("%s: %s", program_name, prefix_tail);
167 char *message_text1_extended = xasprintf ("%s...", message_text1);
174 char *message_text2_extended = xasprintf ("...%s", message_text2);
H A Dopen-catalog.c120 xasprintf ("%s: %s",
121 xasprintf (_("error while opening \"%s\" for reading"),
H A Dformat-csharp.c88 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives);
109 xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives);
139 ? xasprintf (_("The directive number %u ends with an invalid character '%c' instead of '}'."), spec.directives, *format)
140 : xasprintf (_("The directive number %u ends with an invalid character instead of '}'."), spec.directives));
162 : xasprintf (_("The string contains a lone '}' after directive number %u."), spec.directives));
H A Dmsgl-check.c103 msg = xasprintf (_("nplurals = %lu but plural expression can produce values as large as %lu"),
189 xasprintf (_("Try using the following, valid for %s:"),
192 xasprintf ("%s\n\"Plural-Forms: %s\\n\"\n",
283 char *msg2ext = xasprintf ("%s\n%s", msg2, help);
307 char *msg2ext = xasprintf ("%s\n%s", msg2, help);
343 char *msgext = xasprintf ("%s\n%s", msg, help);
365 char *msgext = xasprintf ("%s\n%s", msg, help);
390 xasprintf (_("nplurals = %lu"), nplurals_value);
392 xasprintf (ngettext ("but some messages have only one plural form",
406 xasprintf (
[all...]
H A Dwrite-catalog.c228 xasprintf ("%s: %s",
229 xasprintf (_("cannot create output file \"%s\""),
252 xasprintf ("%s: %s",
253 xasprintf (_("error while writing \"%s\" file"),
272 xasprintf ("%s: %s",
273 xasprintf (_("cannot create output file \"%s\""),
316 xasprintf ("%s: %s",
317 xasprintf (_("error while writing \"%s\" file"),
H A Dformat-java.c205 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec->directives);
240 xasprintf (_("In the directive number %u, the substring \"%s\" is not a valid date/time style."), spec->directives, element);
251 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element);
274 xasprintf (_("In the directive number %u, the substring \"%s\" is not a valid number style."), spec->directives, element);
285 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element);
314 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element);
323 xasprintf (_("In the directive number %u, the argument number is not followed by a comma and one of \"%s\", \"%s\", \"%s\", \"%s\"."), spec->directives, "time", "date", "number", "choice");
572 xasprintf (_("In the directive number %u, a choice contains no number."), spec->directives);
583 xasprintf (_("In the directive number %u, a choice contains a number that is not followed by '<', '#' or '%s'."), spec->directives, "\\u2264");
H A Dmsgl-iconv.c64 xasprintf (_("%s: input is not valid in \"%s\" encoding"),
68 xasprintf (_("\
225 false, xasprintf (_("\
237 xasprintf (_("\
290 xasprintf (_("\
320 xasprintf (_("\
326 xasprintf (_("\
360 xasprintf (_("\
H A Dpo-time.c68 return xasprintf ("%d-%02d-%02d %02d:%02d%c%02ld%02ld",
H A Dpo-charset.c489 xasprintf (_("\
556 xasprintf (_("\
582 xasprintf ("%s%s%s\n",
606 xasprintf (_("\
618 xasprintf ("%s%s%s\n",
H A Dformat-ycp.c90 ? xasprintf (_("In the directive number %u, the character '%c' is not a digit between 1 and 9."), spec.directives, *format)
91 : xasprintf (_("The character that terminates the directive number %u is not a digit between 1 and 9."), spec.directives));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dchgrp.c26 p[0] = xasprintf(":%s", p[0]);
H A Dln.c76 backup = xasprintf("%s%s", src, suffix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dconcat_path_file.c26 return xasprintf("%s%s%s", path, (lc==NULL ? "/" : ""), filename);
H A Drun_shell.c75 args[0] = xasprintf("-%s", args[0]);
H A Dupdate_passwd.c31 fnamesfx = xasprintf("%s+", filename);
33 username = xasprintf("%s:", username);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxasprintf.c23 xasprintf (const char *format, ...) function
H A Dxvasprintf.h47 extern char *xasprintf (const char *format, ...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxasprintf.c23 xasprintf (const char *format, ...) function
H A Dxvasprintf.h47 extern char *xasprintf (const char *format, ...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Ddeluser.c57 p = xasprintf("%s%s%s", p, p[0] ? "," : "", *gr->gr_mem);
63 line = xasprintf("%s%s\n", line, p);
70 new = xasprintf("%s%s", new, line);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-xvasprintf.c1 /* Test of xvasprintf() and xasprintf() functions.
74 char *result = xasprintf ("%d", 12345);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c160 envp[j++] = xasprintf("interface=%s", client_config.interface);
163 envp[j++] = xasprintf("PATH=%s", var);
166 envp[j++] = xasprintf("HOME=%s", var);
183 envp[j++] = xasprintf("mask=%d", mton(&subnet));
193 envp[j++] = xasprintf("boot_file=%s", packet->file);
198 envp[j++] = xasprintf("sname=%s", packet->sname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmountpoint.c46 char *p = xasprintf("%s/..", arg);

Completed in 162 milliseconds

12345