Home
last modified time | relevance | path

Searched refs:splitstr (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/pan/
H A Dsplitstr.c33 /* $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 Dsplitstr.h6 * 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 DMakefile44 ltp-pan: ltp-pan.o zoolib.o splitstr.o
H A Dtag_report.c37 #include "splitstr.h"
87 cont_save = splitstr(expert, ",", NULL); in test_result()
128 ant = splitstr((dat = strdup(at)), ":", NULL); in cuts_report()
H A Dsymbol.c67 #include "splitstr.h"
206 keys = splitstr(key, ",", NULL); in sym_put()
277 keys = splitstr(nkey, ",", NULL); in sym_get()
H A Dltp-pan.c70 #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 Dutil.c56 int splitstr(char **a, int n, char *buf, char *sep) in splitstr() function
122 n = splitstr(a, length(a), s, "|"); in econv()
H A Dgen.h45 int splitstr(char **, int, char *, char *);
H A Dgen.c198 n = splitstr(a, sizeof a/sizeof *a, buf, " \t\r\n,(){}"); in scan()

Completed in 7 milliseconds