#include "lcmaps_utils.h"
Go to the source code of this file.
| OTHER FUNCTIONS | |
| int | lcmaps_tokenize (const char *command, char **args, int *n, char *sep) | 
| Break the argument string up into tokens. | |
Definition in file _lcmaps_utils.h.
| 
 | ||||||||||||||||||||
| Break the argument string up into tokens. Breakup the command in to arguments, pointing the args array at the tokens. Replace white space at the end of each token with a null. A token maybe in quotes. (Copied (and modified) from GLOBUS gatekeeper.c) 
 
 Definition at line 292 of file lcmaps_utils.c. Referenced by lcmaps_setup(), and parse_args_plugin(). | 
 1.3.5
 
1.3.5