Searched refs:splitstr (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/pan/ |
H A D | splitstr.c | 33 /* $Id: splitstr.c,v 1.2 2000/09/21 20:42:31 nstraz Exp $ */ 37 * const char **splitstr(const char *str, const char *separator, int *argcount) 47 * To rid yourself of the memory allocated for splitstr(), pass the return 48 * value from splitstr() unmodified to splitstr_free(): 59 #include "splitstr.h" 61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr() function 182 ret = splitstr(test_str, NULL, &size_ret); in main()
|
H A D | splitstr.h | 6 * const char **splitstr(const char *str, const char *separator, int *argcount) 16 * To rid yourself of the memory allocated for splitstr(), pass the return 17 * value from splitstr() unmodified to splitstr_free(): 23 splitstr(const char *, const char *, int *);
|
H A D | Makefile | 44 ltp-pan: ltp-pan.o zoolib.o splitstr.o
|
H A D | tag_report.c | 37 #include "splitstr.h" 87 cont_save = splitstr(expert, ",", NULL); in test_result() 128 ant = splitstr((dat = strdup(at)), ":", NULL); in cuts_report()
|
H A D | symbol.c | 67 #include "splitstr.h" 206 keys = splitstr(key, ",", NULL); in sym_put() 277 keys = splitstr(nkey, ",", NULL); in sym_get()
|
H A D | ltp-pan.c | 70 #include "splitstr.h" 1045 arg_v = (char **)splitstr(c_cmdline, NULL, NULL); in run_child()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | util.c | 56 int splitstr(char **a, int n, char *buf, char *sep) in splitstr() function 122 n = splitstr(a, length(a), s, "|"); in econv()
|
H A D | gen.h | 45 int splitstr(char **, int, char *, char *);
|
H A D | gen.c | 198 n = splitstr(a, sizeof a/sizeof *a, buf, " \t\r\n,(){}"); in scan()
|
Completed in 7 milliseconds