|
Graphviz 14.0.3~dev.20251029.0425
|
GXL converting program More...
#include "config.h"#include <getopt.h>#include <stdio.h>#include <stdlib.h>#include "convert.h"#include "openFile.h"#include <cgraph/ingraphs.h>#include <util/exit.h>#include <util/gv_ctype.h>Go to the source code of this file.
Enumerations | |
| enum | mode { Unset , ToGV , ToGXL } |
Functions | |
| static void | usage (int v) |
| static char * | cmdName (char *path) |
| static void | checkInput (void) |
| static void | setAction (void) |
| static void | initargs (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| static FILE * | outFile |
| static char * | CmdName |
| static char ** | Files |
| static mode | act = Unset |
| static const char * | use |
|
static |
|
static |
Definition at line 78 of file cvtgxl.c.
References NULL.
Referenced by initargs().
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 178 of file cvtgxl.c.
References act, agclose(), agwrite(), Files, G, getFile(), graphviz_exit(), gv_to_gxl(), inFile, initargs(), newIngraph(), nextGraph(), outFile, prev, and ToGXL.
|
static |
Definition at line 111 of file cvtgxl.c.
References act, checkInput(), CmdName, Files, gv_tolower(), ToGV, ToGXL, Unset, and usage.
Referenced by initargs().
|
static |
Definition at line 72 of file cvtgxl.c.
References CmdName, graphviz_exit(), and use.
Definition at line 38 of file cvtgxl.c.
Referenced by checkInput(), initargs(), main(), and setAction().
|
static |
Definition at line 36 of file cvtgxl.c.
Referenced by initargs(), setAction(), and usage().
|
static |
Definition at line 37 of file cvtgxl.c.
Referenced by checkInput(), initargs(), main(), and setAction().
|
static |
Definition at line 35 of file cvtgxl.c.
Referenced by initargs(), and main().