clsync
Loading...
Searching...
No Matches
stringex.c File Reference
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "malloc.h"
#include "error.h"
Include dependency graph for stringex.c:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ _str_splitargs()

static int _str_splitargs ( char * ptr,
char ** arg_start_p,
int quotes,
int(* handler )(char *, size_t, void *),
char * additional_arg )
static

Definition at line 27 of file stringex.c.

Here is the caller graph for this function:

◆ str_splitargs()

int str_splitargs ( char * _instr,
int(* handler )(char *, size_t, void *),
void * arg )

Definition at line 75 of file stringex.c.

Here is the call graph for this function:
Here is the caller graph for this function: