#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "malloc.h"
#include "error.h"
Go to the source code of this file.
|
| static int | _str_splitargs (char *ptr, char **arg_start_p, int quotes, int(*handler)(char *, size_t, void *), char *additional_arg) |
| |
| int | str_splitargs (char *_instr, int(*handler)(char *, size_t, void *), void *arg) |
| |
◆ _str_splitargs()
| static int _str_splitargs |
( |
char * |
ptr, |
|
|
char ** |
arg_start_p, |
|
|
int |
quotes, |
|
|
int(*)(char *, size_t, void *) |
handler, |
|
|
char * |
additional_arg |
|
) |
| |
|
static |
◆ str_splitargs()
| int str_splitargs |
( |
char * |
_instr, |
|
|
int(*)(char *, size_t, void *) |
handler, |
|
|
void * |
arg |
|
) |
| |