431: extern int addflags P((const struct xlat *, int)); 432: extern int printflags P((const struct xlat *, int, const char *)); 433: extern int umoven P((struct tcb *, long, int, char *));
1387: int printf(char *,...); 1388: int fprintf(FILE *, char *,...);
80: /// Print some text. 81: virtual int printf(const char *format, ...) = 0; 82:
203: * a DLL using /MT. Without this, the application cannot use 204: * and floating point printf's. 205: * It also seems to be needed for Visual C 1.5 (win16) */
142: * a DLL using /MT. Without this, the application cannot use 143: * and floating point printf's. 144: * It also seems to be needed for Visual C 1.5 (win16) */
72: #endif 73: int printf_parse (const char *format, char_directives *d, arguments *a); 74:
306: static int 307: do_lsreaddir(struct sftp_conn *conn, char *path, int printflag, 308: SFTP_DIRENT ***dir)
59: int snprintf_uuid(char *, size_t, struct uuid *); 60: int printf_uuid(struct uuid *); 61: int sbuf_printf_uuid(struct sbuf *, struct uuid *);
403: static int 404: do_lsreaddir(struct sftp_conn *conn, char *path, int printflag, 405: SFTP_DIRENT ***dir)
60: void CTest::testSignature () { 61: std::istringstream os("int printf(char *fmt, ...);"); 62: AnsiCParser *p = new AnsiCParser(os, false);
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy