|
ocssw
V2022
|
#include <genutils.h>#include <check.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| START_TEST (ocvar) | |
| END_TEST | START_TEST (ocdata) |
| END_TEST | START_TEST (ocssw) |
| END_TEST | START_TEST (many) |
| END_TEST Suite * | stub_suite (void) |
| int | main (int argc, char **argv) |
Variables | |
| const char * | ocvarroot = "/base/ocssw/var" |
| const char * | ocdataroot = "/base/ocssw/share" |
| const char * | ocsswroot = "/base/ocssw" |
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 81 of file replace_ocroots.c.
◆ START_TEST() [1/4]
| END_TEST START_TEST | ( | many | ) |
Definition at line 44 of file replace_ocroots.c.
◆ START_TEST() [2/4]
| END_TEST START_TEST | ( | ocdata | ) |
Definition at line 24 of file replace_ocroots.c.
◆ START_TEST() [3/4]
| END_TEST START_TEST | ( | ocssw | ) |
Definition at line 34 of file replace_ocroots.c.
◆ START_TEST() [4/4]
| START_TEST | ( | ocvar | ) |
Definition at line 14 of file replace_ocroots.c.
◆ stub_suite()
| END_TEST Suite* stub_suite | ( | void | ) |
Definition at line 68 of file replace_ocroots.c.
Variable Documentation
◆ ocdataroot
| const char* ocdataroot = "/base/ocssw/share" |
Definition at line 11 of file replace_ocroots.c.
◆ ocsswroot
| const char* ocsswroot = "/base/ocssw" |
Definition at line 12 of file replace_ocroots.c.
◆ ocvarroot
| const char* ocvarroot = "/base/ocssw/var" |
Definition at line 10 of file replace_ocroots.c.


