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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dasprintf.c28 #undef __asprintf macro
34 __asprintf (char **string_ptr, const char *format, ...) function
45 INTDEF(__asprintf)
46 weak_alias (__asprintf, asprintf)
H A Dpsignal.c63 (void) __asprintf (&buf, _("%s%sUnknown signal %d\n"), s, colon, sig);
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c699 if (__asprintf (&buf, _("%s: option `%s' is ambiguous\n"),
744 n = __asprintf (&buf, _("\
757 n = __asprintf (&buf, _("\
798 if (__asprintf (&buf, _("\
849 n = __asprintf (&buf, _("%s: unrecognized option `--%s'\n"),
860 n = __asprintf (&buf, _("%s: unrecognized option `%c%s'\n"),
910 n = __asprintf (&buf, _("%s: illegal option -- %c\n"),
919 n = __asprintf (&buf, _("%s: invalid option -- %c\n"),
968 if (__asprintf (&buf,
1032 if (__asprintf (
[all...]
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h75 # define __asprintf(ptr, fmt, args...) \ macro
76 INTUSE(__asprintf) (ptr, fmt, ##args)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h345 extern int __asprintf (char **__restrict __ptr,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c624 void __asprintf() {} function
H A Dlibroot_stubs_legacy.c427 void __asprintf() {} function

Completed in 121 milliseconds