PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
argsplit.c File Reference
#include "argsplit.h"
Include dependency graph for argsplit.c:

Go to the source code of this file.

Functions

bool _argsplit_step_state (_argsplit_state_t *state)
 
uint64_t _argsplit_count_chars_and_args (const char *str, uint64_t *argc, uint64_t *totalChars, uint64_t maxLen)
 
const char ** _argsplit_backend (const char **argv, const char *str, uint64_t argc, uint64_t maxLen)
 

Function Documentation

◆ _argsplit_step_state()

bool _argsplit_step_state ( _argsplit_state_t state)

Definition at line 3 of file argsplit.c.

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

◆ _argsplit_count_chars_and_args()

uint64_t _argsplit_count_chars_and_args ( const char *  str,
uint64_t argc,
uint64_t totalChars,
uint64_t  maxLen 
)

Definition at line 72 of file argsplit.c.

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

◆ _argsplit_backend()

const char ** _argsplit_backend ( const char **  argv,
const char *  str,
uint64_t  argc,
uint64_t  maxLen 
)

Definition at line 100 of file argsplit.c.

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