Searched defs:stva_list (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c88 /* stva_list is used to subvert C's restriction that a variable with an
93 typedef struct stva_list { struct
95 } stva_list; typedef in typeref:struct:stva_list
97 void _mkarglst(char *, stva_list, stva_list []);
98 void _getarg(char *, stva_list *, int);
190 stva_list args, /* used to step through the argument list */
194 stva_list arglst[MAXARGS];/* array giving the approriate values
204 args_width = args_prec = args = sargs = *(struct stva_list *)&in_args;
1020 _mkarglst(char *fmt, stva_list arg
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c75 * stva_list is used to subvert C's restriction that a variable with an
80 typedef struct stva_list { struct
82 } stva_list; typedef in typeref:struct:stva_list
98 static int _mkarglst(const wchar_t *, stva_list, stva_list[]);
103 static int _mkarglst(const char *, stva_list, stva_list[]);
154 stva_list args; /* used to step through the argument list */
155 stva_list sargs; /* used to save start of the argument list */
156 stva_list argls
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c99 * stva_list is used to subvert C's restriction that a variable with an
104 typedef struct stva_list { struct
106 } stva_list; typedef in typeref:struct:stva_list
120 void _mkarglst(char *, stva_list, stva_list []);
121 void _getarg(char *, stva_list *, int);
238 stva_list args; /* used to step through the argument list */
239 stva_list sargs;
241 stva_list bargs;
243 stva_list argls
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c216 * stva_list is used to subvert C's restriction that a variable with an
221 typedef struct stva_list { struct
223 } stva_list; typedef in typeref:struct:stva_list
226 static void _wmkarglst(wchar_t *, stva_list, stva_list [], int);
227 static void _wgetarg(wchar_t *, stva_list *, long, int);
229 static void _mkarglst(char *, stva_list, stva_list [], int);
230 void _getarg(char *, stva_list *, long, int);
565 stva_list arg
[all...]

Completed in 64 milliseconds