GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
int | G_spawn (const char *command,...) |
Spawn new process based on command. More... | |
int | G_vspawn_ex (const char *command, const char **args) |
Spawn new process based on command. More... | |
int | G_spawn_ex (const char *command,...) |
Spawn new process based on command. More... | |
int | G_wait (int i_pid) |
int G_spawn | ( | const char * | command, |
... | |||
) |
Spawn new process based on command.
[in] | command |
Definition at line 925 of file spawn.c.
References G_spawn_ex(), MAX_ARGS, NULL, SF_ARGVEC, SF_SIGNAL, SSA_BLOCK, SSA_IGNORE, and SST_PRE.
int G_spawn_ex | ( | const char * | command, |
... | |||
) |
int G_vspawn_ex | ( | const char * | command, |
const char ** | args | ||
) |
int G_wait | ( | int | i_pid | ) |
Definition at line 956 of file spawn.c.
References FALSE.
Referenced by db_shutdown_driver(), and G_popen_close().