printf_l.3 (b652778e426d00b6a1df29bbd86869db86f36e25) | printf_l.3 (f3ba5fc7422624fe90452aaa369e54f54ae97734) |
---|---|
1.\" Copyright (c) 2012 Isabell Long <issyl0@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 29 unchanged lines hidden (view full) --- 38.Nm vprintf_l , 39.Nm vsnprintf_l , 40.Nm vsprintf_l 41.Nd formatted output conversion 42.Sh LIBRARY 43.Lb libc 44.Sh SYNOPSIS 45.In stdio.h | 1.\" Copyright (c) 2012 Isabell Long <issyl0@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 29 unchanged lines hidden (view full) --- 38.Nm vprintf_l , 39.Nm vsnprintf_l , 40.Nm vsprintf_l 41.Nd formatted output conversion 42.Sh LIBRARY 43.Lb libc 44.Sh SYNOPSIS 45.In stdio.h |
46.In xlocale.h |
|
46.Ft int 47.Fn printf_l "locale_t loc" "const char * restrict format" "..." 48.Ft int 49.Fn asprintf_l "char **ret" "locale_t loc" "const char * format" "..." 50.Ft int 51.Fn fprintf_l "FILE * restrict stream" "locale_t loc" "const char * restrict format" "..." 52.Ft int 53.Fn snprintf_l "char * restrict str" "size_t size" "locale_t loc" "const char * restrict format" "..." --- 27 unchanged lines hidden --- | 47.Ft int 48.Fn printf_l "locale_t loc" "const char * restrict format" "..." 49.Ft int 50.Fn asprintf_l "char **ret" "locale_t loc" "const char * format" "..." 51.Ft int 52.Fn fprintf_l "FILE * restrict stream" "locale_t loc" "const char * restrict format" "..." 53.Ft int 54.Fn snprintf_l "char * restrict str" "size_t size" "locale_t loc" "const char * restrict format" "..." --- 27 unchanged lines hidden --- |