Searched defs:stva_list (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | doscan.c | 75 * 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...] |
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 216 * 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); 568 stva_list arg [all...] |
Completed in 35 milliseconds