| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format-invalid.h | 29 xasprintf (_("In the directive number %u, the argument number 0 is not a positive integer."), directive_number) 31 xasprintf (_("In the directive number %u, the width's argument number 0 is not a positive integer."), directive_number) 33 xasprintf (_("In the directive number %u, the precision's argument number 0 is not a positive integer."), directive_number) 37 ? xasprintf (_("In the directive number %u, the character '%c' is not a valid conversion specifier."), directive_number, conv_char) \ 38 : xasprintf (_("The character that terminates the directive number %u is not a valid conversion specifier."), directive_number)) 41 xasprintf (_("The string refers to argument number %u in incompatible ways."), arg_number)
|
| msgl-charset.c | 94 multiline_warning (xasprintf (_("warning: ")), 95 xasprintf (_("\ 102 xasprintf (_("\ 107 xasprintf (_("\ 116 xasprintf (_("\ 129 multiline_warning (xasprintf (_("warning: ")), 130 xasprintf (_("\
|
| po-xerror.c | 60 xasprintf ("%s:%ld:%ld: %s", filename, 64 xasprintf ("%s:%ld: %s", filename, 68 prefix = xasprintf ("%s: %s", filename, prefix_tail); 72 prefix = xasprintf ("%s: %s", program_name, prefix_tail); 169 char *message_text1_extended = xasprintf ("%s...", message_text1); 176 char *message_text2_extended = xasprintf ("...%s", message_text2);
|
| open-catalog.c | 121 xasprintf ("%s: %s", 122 xasprintf (_("error while opening \"%s\" for reading"),
|
| format-csharp.c | 86 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives); 106 xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives); 133 ? xasprintf (_("The directive number %u ends with an invalid character '%c' instead of '}'."), spec.directives, *format) 134 : xasprintf (_("The directive number %u ends with an invalid character instead of '}'."), spec.directives)); 153 : xasprintf (_("The string contains a lone '}' after directive number %u."), spec.directives));
|
| /src/usr.bin/diff/ |
| xmalloc.h | 26 int xasprintf(char **, const char *, ...)
|
| /src/external/cddl/osnet/dist/tools/ctf/common/ |
| memory.h | 42 int xasprintf(char **, const char *, ...) __printflike(2, 3);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| xasprintf.c | 24 xasprintf (const char *format, ...) function
|
| xvasprintf.h | 48 extern char *xasprintf (const char *format, ...)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| xasprintf.c | 24 xasprintf (const char *format, ...) function
|
| xvasprintf.h | 48 extern char *xasprintf (const char *format, ...)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| xasprintf.c | 1 /* Implement the xasprintf function. 31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...) 33 Print to allocated string without fail. If @code{xasprintf} fails, 42 xasprintf (const char *fmt, ...) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| xasprintf.c | 1 /* Implement the xasprintf function. 31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...) 33 Print to allocated string without fail. If @code{xasprintf} fails, 42 xasprintf (const char *fmt, ...) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| xasprintf.c | 1 /* Implement the xasprintf function. 31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...) 33 Print to allocated string without fail. If @code{xasprintf} fails, 42 xasprintf (const char *fmt, ...) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| xasprintf.c | 1 /* Implement the xasprintf function. 31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...) 33 Print to allocated string without fail. If @code{xasprintf} fails, 42 xasprintf (const char *fmt, ...) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| xasprintf.c | 1 /* Implement the xasprintf function. 31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...) 33 Print to allocated string without fail. If @code{xasprintf} fails, 42 xasprintf (const char *fmt, ...) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| xasprintf.c | 1 /* Implement the xasprintf function. 31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...) 33 Print to allocated string without fail. If @code{xasprintf} fails, 42 xasprintf (const char *fmt, ...) function
|
| /src/external/bsd/tmux/dist/compat/ |
| systemd.c | 74 xasprintf(cause, "systemd socket error (%s)", strerror(errno)); 125 xasprintf(cause, "failed to connect to session bus: %s", 139 xasprintf(cause, "failed to create match signal: %s", 151 xasprintf(cause, "failed to create bus message: %s", 159 xasprintf(cause, "failed to generate uuid: %s", strerror(-r)); 162 xasprintf(&name, "tmux-spawn-" SD_ID128_UUID_FORMAT_STR ".scope", 167 xasprintf(cause, "failed to append to bus message: %s", 175 xasprintf(cause, "failed to append to bus message: %s", 183 xasprintf(cause, "failed to start properties array: %s", 190 xasprintf(&desc, "tmux child pane %ld launched by process %ld" [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| xmalloc.h | 25 int xasprintf(char **, const char *, ...)
|
| /src/external/bsd/tmux/dist/ |
| cmd-find-window.c | 75 xasprintf(&filter->string, 81 xasprintf(&filter->string, 85 xasprintf(&filter->string, 89 xasprintf(&filter->string, 94 xasprintf(&filter->string, 98 xasprintf(&filter->string, 102 xasprintf(&filter->string,
|
| osdep-linux.c | 41 xasprintf(&path, "/proc/%lld/cmdline", (long long) pgrp); 74 xasprintf(&path, "/proc/%lld/cwd", (long long) pgrp); 79 xasprintf(&path, "/proc/%lld/cwd", (long long) sid);
|
| osdep-cygwin.c | 40 xasprintf(&path, "/proc/%lld/cmdline", (long long) pgrp); 73 xasprintf(&path, "/proc/%lld/cwd", (long long) pgrp);
|
| /src/usr.bin/xlint/common/ |
| externs.h | 56 char *xasprintf(const char *, ...) __printflike(1, 2);
|
| /src/external/bsd/pkg_install/dist/lib/ |
| parse-config.c | 154 value = xasprintf("%s\n%.*s", 157 value = xasprintf("%.*s", (int)len, line); 191 config_pkg_refcount_dbdir = xasprintf("%s.refcount", 196 pkg_vulnerabilities_file = xasprintf("%s/pkg-vulnerabilities", 199 pkg_vulnerabilities_url = xasprintf("%s/pkg-vulnerabilities.gz", 231 config_cache_connections = xasprintf("%d", cache_connections); 241 config_cache_connections_host = xasprintf("%d", cache_connections_host);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-diagnostic-client-data-hooks.cc | 83 return xasprintf ("%s %sversion %s (%s)", 95 return xasprintf ("https://gcc.gnu.org/gcc-%i/", GCC_major_version);
|