#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <sys/stat.h>#include "primNames.h"#include "commandListDefinitions.h"#include "primListTableDefinitions.h"#include "primParams.h"Go to the source code of this file.
Functions | |
| void | loadClist (const char *fname, int depth) |
| void | loadPlist (const char *fname, int depth) |
| char * | spaces (int num) |
| char * | translateName (const char *oldFname) |
| char * | getName (int id) |
| char * | getTaskName (int id) |
| void | printDataChunk (unsigned int *ptr, unsigned int length, int depth) |
| void | printFile (char *fname, int depth) |
| int | main (int argc, char **argv) |
| A main program to generate a FittingService executable. | |
Variables | |
| char * | prefix |
| bool | swapSlash |
|
|
Definition at line 511 of file loadClist.cpp. Referenced by loadPlist(), and ArchTestResult::SaveTestDataOnly(). |
|
|
Definition at line 521 of file loadClist.cpp. Referenced by loadPlist(). |
|
||||||||||||
|
Definition at line 51 of file loadClist.cpp. References loadPlist(), spaces(), and translateName(). Referenced by main(). |
|
||||||||||||
|
||||||||||||
|
A main program to generate a FittingService executable.
Definition at line 32 of file loadClist.cpp. References loadClist(), and loadPlist(). |
|
||||||||||||||||
|
Definition at line 531 of file loadClist.cpp. References spaces(). Referenced by loadPlist(). |
|
||||||||||||
|
Definition at line 540 of file loadClist.cpp. References spaces(). Referenced by loadPlist(). |
|
|
Definition at line 471 of file loadClist.cpp. Referenced by loadClist(), loadPlist(), printDataChunk(), and printFile(). |
|
|
Definition at line 484 of file loadClist.cpp. References prefix. Referenced by loadClist(), and loadPlist(). |
|
|
Definition at line 15 of file loadClist.cpp. Referenced by translateName(). |
|
|
Definition at line 20 of file loadClist.cpp. |
1.3-rc3