Changeset 2777 for trunk/tools/database/StateUpd.cpp
- Timestamp:
- Feb 14, 2000, 6:24:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/StateUpd.cpp
r2776 r2777 1 /* $Id: StateUpd.cpp,v 1.1 3 2000-02-14 17:18:31bird Exp $1 /* $Id: StateUpd.cpp,v 1.14 2000-02-14 17:24:47 bird Exp $ 2 2 * 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 198 198 case 'S': 199 199 options.fRecursive = TRUE; 200 break; 200 fprintf(stderr, "This option (-s) is currently broken\n"); 201 return -1; 201 202 202 203 case 'u': … … 300 301 fprintf(phLog,"Number of successfully processed APIs: %4ld (%ld)\n", (long)(0x0000FFFF & ulRc), ul2); 301 302 fprintf(phLog,"Number of signals: %4ld\n", (long)(ulRc >> 16)); 303 if (ul0 > ul2) 304 fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n", ul0 - ul2, ul2, ul0); 302 305 303 306 /* close the logs */
Note:
See TracChangeset
for help on using the changeset viewer.